Skip to content

Commit 51cc4f8

Browse files
Version Packages (#6439)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 09b5092 commit 51cc4f8

File tree

11 files changed

+45
-26
lines changed

11 files changed

+45
-26
lines changed

.changeset/dependabot-update-6438.md

-12
This file was deleted.

.changeset/shaggy-lobsters-buy.md

-5
This file was deleted.

.changeset/strong-rats-confess.md

-5
This file was deleted.

packages/miniflare/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# miniflare
22

3+
## 3.20240806.0
4+
5+
### Patch Changes
6+
7+
- [#6438](https://github.com/cloudflare/workers-sdk/pull/6438) [`d55eeca`](https://github.com/cloudflare/workers-sdk/commit/d55eeca878b68bd10ddcc5ef3b1b4d820b037684) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore: update dependencies of "miniflare" package
8+
9+
The following dependency versions have been updated:
10+
11+
| Dependency | From | To |
12+
| ------------------------- | ------------- | ------------- |
13+
| workerd | 1.20240725.0 | 1.20240806.0 |
14+
| @cloudflare/workers-types | ^4.20240725.0 | ^4.20240806.0 |
15+
316
## 3.20240725.0
417

518
### Patch Changes

packages/miniflare/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "miniflare",
3-
"version": "3.20240725.0",
3+
"version": "3.20240806.0",
44
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
55
"keywords": [
66
"cloudflare",

packages/pages-shared/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cloudflare/pages-shared
22

3+
## 0.11.51
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d55eeca`](https://github.com/cloudflare/workers-sdk/commit/d55eeca878b68bd10ddcc5ef3b1b4d820b037684)]:
8+
9+
310
## 0.11.50
411

512
### Patch Changes

packages/pages-shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/pages-shared",
3-
"version": "0.11.50",
3+
"version": "0.11.51",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/cloudflare/workers-sdk.git",

packages/vitest-pool-workers/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @cloudflare/vitest-pool-workers
22

3+
## 0.4.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d55eeca`](https://github.com/cloudflare/workers-sdk/commit/d55eeca878b68bd10ddcc5ef3b1b4d820b037684), [`09b5092`](https://github.com/cloudflare/workers-sdk/commit/09b50927a62731f8aa621b9d872d10d1900a60a5), [`05082ad`](https://github.com/cloudflare/workers-sdk/commit/05082adae40c9b30a72b6b6b31f466803f5eab5d)]:
8+
9+
10+
311
## 0.4.19
412

513
### Patch Changes

packages/vitest-pool-workers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/vitest-pool-workers",
3-
"version": "0.4.19",
3+
"version": "0.4.20",
44
"description": "Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime",
55
"keywords": [
66
"cloudflare",

packages/wrangler/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# wrangler
22

3+
## 3.70.0
4+
5+
### Minor Changes
6+
7+
- [#6383](https://github.com/cloudflare/workers-sdk/pull/6383) [`05082ad`](https://github.com/cloudflare/workers-sdk/commit/05082adae40c9b30a72b6b6b31f466803f5eab5d) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - feat: support outputting ND-JSON files via an environment variable
8+
9+
### Patch Changes
10+
11+
- [#6440](https://github.com/cloudflare/workers-sdk/pull/6440) [`09b5092`](https://github.com/cloudflare/workers-sdk/commit/09b50927a62731f8aa621b9d872d10d1900a60a5) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - fix: tweak the properties of the new Wrangler output file entries for better consistency
12+
13+
- Updated dependencies [[`d55eeca`](https://github.com/cloudflare/workers-sdk/commit/d55eeca878b68bd10ddcc5ef3b1b4d820b037684)]:
14+
15+
316
## 3.69.1
417

518
### Patch Changes

packages/wrangler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wrangler",
3-
"version": "3.69.1",
3+
"version": "3.70.0",
44
"description": "Command-line interface for all things Cloudflare Workers",
55
"keywords": [
66
"wrangler",

0 commit comments

Comments
 (0)