diff --git a/.changeset/c3-frameworks-update-4616.md b/.changeset/c3-frameworks-update-4616.md deleted file mode 100644 index 7aa9eaa87a17..000000000000 --- a/.changeset/c3-frameworks-update-4616.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -C3: Bumped `create-qwik` from `1.3.0` to `1.3.1` diff --git a/.changeset/flat-hotels-add.md b/.changeset/flat-hotels-add.md deleted file mode 100644 index 9d3c79e62eb9..000000000000 --- a/.changeset/flat-hotels-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": minor ---- - -Deprecate constellation commands and add a warning when using the constellation binding diff --git a/.changeset/fluffy-sheep-raise.md b/.changeset/fluffy-sheep-raise.md deleted file mode 100644 index 716f1d6c8e4d..000000000000 --- a/.changeset/fluffy-sheep-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": minor ---- - -Added support for R2 Sippy incremental migration diff --git a/.changeset/four-students-joke.md b/.changeset/four-students-joke.md deleted file mode 100644 index d7476c74e7fa..000000000000 --- a/.changeset/four-students-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": minor ---- - -feat: add rows written/read in the last 24 hours to `wrangler d1 info` output diff --git a/.changeset/quick-sloths-add.md b/.changeset/quick-sloths-add.md deleted file mode 100644 index f3f920b6d241..000000000000 --- a/.changeset/quick-sloths-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wrangler": minor ---- - -Improve queues list displaying as table, update queues API types diff --git a/.changeset/wet-geckos-turn.md b/.changeset/wet-geckos-turn.md deleted file mode 100644 index 2e5d2aac5973..000000000000 --- a/.changeset/wet-geckos-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -C3: Bumped `create-svelte` from `5.3.3` to `6.0.3` diff --git a/packages/create-cloudflare/CHANGELOG.md b/packages/create-cloudflare/CHANGELOG.md index 25e3386564b1..97fc970408d8 100644 --- a/packages/create-cloudflare/CHANGELOG.md +++ b/packages/create-cloudflare/CHANGELOG.md @@ -1,5 +1,13 @@ # create-cloudflare +## 2.8.4 + +### Patch Changes + +- [#4616](https://github.com/cloudflare/workers-sdk/pull/4616) [`e2205e35`](https://github.com/cloudflare/workers-sdk/commit/e2205e354ed9c142c7bbaaed1d4457893ceec8ce) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-qwik` from `1.3.0` to `1.3.1` + +* [#4626](https://github.com/cloudflare/workers-sdk/pull/4626) [`421cd584`](https://github.com/cloudflare/workers-sdk/commit/421cd584a678a97de2f24e1c1b28a766f984148e) Thanks [@jculvey](https://github.com/jculvey)! - C3: Bumped `create-svelte` from `5.3.3` to `6.0.3` + ## 2.8.3 ### Patch Changes diff --git a/packages/create-cloudflare/package.json b/packages/create-cloudflare/package.json index 764d53f720dc..d679d79cf383 100644 --- a/packages/create-cloudflare/package.json +++ b/packages/create-cloudflare/package.json @@ -1,6 +1,6 @@ { "name": "create-cloudflare", - "version": "2.8.3", + "version": "2.8.4", "description": "A CLI for creating and deploying new applications to Cloudflare.", "keywords": [ "cloudflare", diff --git a/packages/wrangler/CHANGELOG.md b/packages/wrangler/CHANGELOG.md index 3be453c6c8ca..7723a8b930f7 100644 --- a/packages/wrangler/CHANGELOG.md +++ b/packages/wrangler/CHANGELOG.md @@ -1,5 +1,17 @@ # wrangler +## 3.22.0 + +### Minor Changes + +- [#4632](https://github.com/cloudflare/workers-sdk/pull/4632) [`a6a4e8a4`](https://github.com/cloudflare/workers-sdk/commit/a6a4e8a4981f390709ae7519225a02cd981059b4) Thanks [@G4brym](https://github.com/G4brym)! - Deprecate constellation commands and add a warning when using the constellation binding + +* [#4130](https://github.com/cloudflare/workers-sdk/pull/4130) [`e8a2a1d9`](https://github.com/cloudflare/workers-sdk/commit/e8a2a1d9ddded5b4c472750e80011895f14b9315) Thanks [@vkrasnov](https://github.com/vkrasnov)! - Added support for R2 Sippy incremental migration + +- [#4621](https://github.com/cloudflare/workers-sdk/pull/4621) [`98dee932`](https://github.com/cloudflare/workers-sdk/commit/98dee932811aef5e50065d8d9d9ba9728ad84c20) Thanks [@rozenmd](https://github.com/rozenmd)! - feat: add rows written/read in the last 24 hours to `wrangler d1 info` output + +* [#4426](https://github.com/cloudflare/workers-sdk/pull/4426) [`c628de59`](https://github.com/cloudflare/workers-sdk/commit/c628de591a0d436b5496dac53d771d92ee5d406a) Thanks [@OilyLime](https://github.com/OilyLime)! - Improve queues list displaying as table, update queues API types + ## 3.21.0 ### Minor Changes diff --git a/packages/wrangler/package.json b/packages/wrangler/package.json index 30d81042d79a..b8e906f7fc12 100644 --- a/packages/wrangler/package.json +++ b/packages/wrangler/package.json @@ -1,6 +1,6 @@ { "name": "wrangler", - "version": "3.21.0", + "version": "3.22.0", "description": "Command-line interface for all things Cloudflare Workers", "keywords": [ "wrangler",