Skip to content

Commit 0595241

Browse files
Version Packages (#6946)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c863183 commit 0595241

File tree

14 files changed

+49
-33
lines changed

14 files changed

+49
-33
lines changed

.changeset/cyan-cycles-occur.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dependabot-update-6949.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/poor-shoes-tickle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/miniflare/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# miniflare
22

3+
## 3.20241004.0
4+
5+
### Patch Changes
6+
7+
- [#6949](https://github.com/cloudflare/workers-sdk/pull/6949) [`c863183`](https://github.com/cloudflare/workers-sdk/commit/c86318354f1a6c0f5c096d6b2a884de740552a19) 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.20240925.0 | 1.20241004.0 |
14+
| @cloudflare/workers-types | ^4.20240925.0 | ^4.20241004.0 |
15+
316
## 3.20240925.1
417

518
### Patch Changes

packages/miniflare/package.json

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

packages/pages-shared/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cloudflare/pages-shared
22

3+
## 0.11.64
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c863183`](https://github.com/cloudflare/workers-sdk/commit/c86318354f1a6c0f5c096d6b2a884de740552a19)]:
8+
9+
310
## 0.11.63
411

512
### Patch Changes

packages/pages-shared/package.json

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

packages/vitest-pool-workers/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @cloudflare/vitest-pool-workers
22

3+
## 0.5.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`51aedd4`](https://github.com/cloudflare/workers-sdk/commit/51aedd4333cce9ffa4f6834cdf19e22148dab7e9), [`c863183`](https://github.com/cloudflare/workers-sdk/commit/c86318354f1a6c0f5c096d6b2a884de740552a19)]:
8+
9+
10+
311
## 0.5.17
412

513
### Patch Changes

packages/vitest-pool-workers/package.json

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

packages/workers-shared/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cloudflare/workers-shared
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#6941](https://github.com/cloudflare/workers-sdk/pull/6941) [`fd43068`](https://github.com/cloudflare/workers-sdk/commit/fd430687ec1431be6c3af1b7420278b636c36e59) Thanks [@WillTaylorDev](https://github.com/WillTaylorDev)! - feat: Add observability to router-worker
8+
39
## 0.5.4
410

511
### Patch Changes

0 commit comments

Comments
 (0)