Skip to content

Commit e5251da

Browse files
Version Packages
1 parent 0fe018c commit e5251da

File tree

13 files changed

+54
-44
lines changed

13 files changed

+54
-44
lines changed

.changeset/clever-grapes-sparkle.md

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

.changeset/four-mayflies-smash.md

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

.changeset/nasty-monkeys-heal.md

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

.changeset/shaggy-monkeys-visit.md

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

.changeset/tricky-bottles-bow.md

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

packages/create-cloudflare/CHANGELOG.md

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

3+
## 2.32.2
4+
5+
### Patch Changes
6+
7+
- [#6831](https://github.com/cloudflare/workers-sdk/pull/6831) [`0fe018c`](https://github.com/cloudflare/workers-sdk/commit/0fe018c7b85d767de60e9cc88f256f99f17046e3) Thanks [@Cherry](https://github.com/Cherry)! - Adds support for new upcoming bun.lock lockfile
8+
39
## 2.32.1
410

511
### Patch Changes

packages/create-cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-cloudflare",
3-
"version": "2.32.1",
3+
"version": "2.32.2",
44
"description": "A CLI for creating and deploying new applications to Cloudflare.",
55
"keywords": [
66
"cloudflare",

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.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b6cbfbd`](https://github.com/cloudflare/workers-sdk/commit/b6cbfbdd10dfbb732ec12a5c69bd4a74b07de8a0), [`e2e6912`](https://github.com/cloudflare/workers-sdk/commit/e2e6912bcb7a1f6b7f8081b889a4e08be8a740a1), [`b4a0e74`](https://github.com/cloudflare/workers-sdk/commit/b4a0e74680440084342477fc9373f9f76ab91c0b)]:
8+
9+
10+
311
## 0.5.28
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.28",
3+
"version": "0.5.29",
44
"description": "Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime",
55
"keywords": [
66
"cloudflare",

packages/workflows-shared/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#7225](https://github.com/cloudflare/workers-sdk/pull/7225) [`bb17205`](https://github.com/cloudflare/workers-sdk/commit/bb17205f1cc357cabc857ab5cad61b6a4f3b8b93) Thanks [@bruxodasilva](https://github.com/bruxodasilva)! - - Fix workflows binding to create a workflow without arguments
8+
- Fix workflows instance.id not working the same way in wrangler local dev as it does in production
9+
310
## 0.1.1
411

512
### Patch Changes

0 commit comments

Comments
 (0)