diff --git a/.changeset/c3-frameworks-update-4855.md b/.changeset/c3-frameworks-update-4855.md deleted file mode 100644 index d6399620b9e3..000000000000 --- a/.changeset/c3-frameworks-update-4855.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -C3: Bumped `create-docusaurus` from `3.1.0` to `3.1.1` diff --git a/.changeset/c3-frameworks-update-4856.md b/.changeset/c3-frameworks-update-4856.md deleted file mode 100644 index 0d3ac24f5e69..000000000000 --- a/.changeset/c3-frameworks-update-4856.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -C3: Bumped `create-astro` from `4.7.1` to `4.7.2` diff --git a/.changeset/c3-frameworks-update-4857.md b/.changeset/c3-frameworks-update-4857.md deleted file mode 100644 index c427883294bf..000000000000 --- a/.changeset/c3-frameworks-update-4857.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -C3: Bumped `create-qwik` from `1.4.1` to `1.4.2` diff --git a/.changeset/c3-frameworks-update-4858.md b/.changeset/c3-frameworks-update-4858.md deleted file mode 100644 index 08c9adcd2aa3..000000000000 --- a/.changeset/c3-frameworks-update-4858.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cloudflare": patch ---- - -C3: Bumped `create-solid` from `0.3.10` to `0.4.10` diff --git a/.changeset/eleven-carrots-happen.md b/.changeset/eleven-carrots-happen.md deleted file mode 100644 index b593dce6f13f..000000000000 --- a/.changeset/eleven-carrots-happen.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": patch ---- - -fix: allow empty strings in secret:bulk upload - -Previously, the `secret:bulk` command would fail if any of the secrets in the secret.json file were empty strings and they already existed remotely. diff --git a/.changeset/forty-needles-turn.md b/.changeset/forty-needles-turn.md deleted file mode 100644 index fcb9a23bf7ef..000000000000 --- a/.changeset/forty-needles-turn.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"create-cloudflare": minor ---- - -introduce a new optional `previewScript` to the C3 summary - -such script is to be used to locally preview the application (using wrangler) diff --git a/.changeset/four-teachers-push.md b/.changeset/four-teachers-push.md deleted file mode 100644 index 43cb0ab994fd..000000000000 --- a/.changeset/four-teachers-push.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"create-cloudflare": patch ---- - -update the svelteKit c3 scripts - -replace the incorrect `pages:dev` with a new `pages:preview` script -(and use the standard `dev` script as the `devScript`) diff --git a/.changeset/happy-pandas-sparkle.md b/.changeset/happy-pandas-sparkle.md deleted file mode 100644 index 3a9417ace9b3..000000000000 --- a/.changeset/happy-pandas-sparkle.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"wrangler": minor ---- - -feat: expose new (no-op) `caches` field in `getBindingsProxy` result - -Add a new `caches` field to the `getBindingsProxy` result, such field implements a -no operation (no-op) implementation of the runtime `caches` - -Note: Miniflare exposes a proper `caches` mock, we will want to use that one in -the future but issues regarding it must be ironed out first, so for the -time being a no-op will have to do diff --git a/.changeset/wet-lemons-wash.md b/.changeset/wet-lemons-wash.md deleted file mode 100644 index 784359da9f7b..000000000000 --- a/.changeset/wet-lemons-wash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@cloudflare/pages-shared": patch -"wrangler": patch ---- - -fix: Use appropriate logging levels when parsing headers and redirects in `wrangler pages dev`. diff --git a/packages/create-cloudflare/CHANGELOG.md b/packages/create-cloudflare/CHANGELOG.md index f609bd6836fc..f5cfcdcadc68 100644 --- a/packages/create-cloudflare/CHANGELOG.md +++ b/packages/create-cloudflare/CHANGELOG.md @@ -1,5 +1,28 @@ # create-cloudflare +## 2.11.0 + +### Minor Changes + +- [#4850](https://github.com/cloudflare/workers-sdk/pull/4850) [`eb76082b`](https://github.com/cloudflare/workers-sdk/commit/eb76082bfc96c588cc26a2eed7c49407bb797dd5) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - introduce a new optional `previewScript` to the C3 summary + + such script is to be used to locally preview the application (using wrangler) + +### Patch Changes + +- [#4855](https://github.com/cloudflare/workers-sdk/pull/4855) [`c58c253b`](https://github.com/cloudflare/workers-sdk/commit/c58c253bf5abf347c8c5a05e12561cc9d8544b95) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-docusaurus` from `3.1.0` to `3.1.1` + +* [#4856](https://github.com/cloudflare/workers-sdk/pull/4856) [`f6a707d3`](https://github.com/cloudflare/workers-sdk/commit/f6a707d37522794dc828ddd7895c038c05ab094f) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-astro` from `4.7.1` to `4.7.2` + +- [#4857](https://github.com/cloudflare/workers-sdk/pull/4857) [`9adfeae5`](https://github.com/cloudflare/workers-sdk/commit/9adfeae5763e00075cea80cb34585598fdc28c19) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-qwik` from `1.4.1` to `1.4.2` + +* [#4858](https://github.com/cloudflare/workers-sdk/pull/4858) [`f2ca5e2e`](https://github.com/cloudflare/workers-sdk/commit/f2ca5e2e6df50f7e3977ef3a9e408bd7e11f60be) Thanks [@dependabot](https://github.com/apps/dependabot)! - C3: Bumped `create-solid` from `0.3.10` to `0.4.10` + +- [#4850](https://github.com/cloudflare/workers-sdk/pull/4850) [`eb76082b`](https://github.com/cloudflare/workers-sdk/commit/eb76082bfc96c588cc26a2eed7c49407bb797dd5) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - update the svelteKit c3 scripts + + replace the incorrect `pages:dev` with a new `pages:preview` script + (and use the standard `dev` script as the `devScript`) + ## 2.10.0 ### Minor Changes diff --git a/packages/create-cloudflare/package.json b/packages/create-cloudflare/package.json index dae99bcb974f..96ecc9b5cd30 100644 --- a/packages/create-cloudflare/package.json +++ b/packages/create-cloudflare/package.json @@ -1,6 +1,6 @@ { "name": "create-cloudflare", - "version": "2.10.0", + "version": "2.11.0", "description": "A CLI for creating and deploying new applications to Cloudflare.", "keywords": [ "cloudflare", diff --git a/packages/pages-shared/CHANGELOG.md b/packages/pages-shared/CHANGELOG.md index a7b549f4d7fa..66aa691e1f15 100644 --- a/packages/pages-shared/CHANGELOG.md +++ b/packages/pages-shared/CHANGELOG.md @@ -1,5 +1,11 @@ # @cloudflare/pages-shared +## 0.11.10 + +### Patch Changes + +- [#4819](https://github.com/cloudflare/workers-sdk/pull/4819) [`6a4cb8c6`](https://github.com/cloudflare/workers-sdk/commit/6a4cb8c6456f1dba95cae2b8bbe658f7227349f8) Thanks [@magnusdahlstrand](https://github.com/magnusdahlstrand)! - fix: Use appropriate logging levels when parsing headers and redirects in `wrangler pages dev`. + ## 0.11.9 ### Patch Changes diff --git a/packages/pages-shared/package.json b/packages/pages-shared/package.json index 7fa8d8556a85..c676fc0a2ced 100644 --- a/packages/pages-shared/package.json +++ b/packages/pages-shared/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/pages-shared", - "version": "0.11.9", + "version": "0.11.10", "repository": { "type": "git", "url": "https://github.com/cloudflare/workers-sdk.git", diff --git a/packages/wrangler/CHANGELOG.md b/packages/wrangler/CHANGELOG.md index 748434d1fd39..3fef546ebc3f 100644 --- a/packages/wrangler/CHANGELOG.md +++ b/packages/wrangler/CHANGELOG.md @@ -1,5 +1,26 @@ # wrangler +## 3.26.0 + +### Minor Changes + +- [#4847](https://github.com/cloudflare/workers-sdk/pull/4847) [`6968e11f`](https://github.com/cloudflare/workers-sdk/commit/6968e11f3c1f4911c666501ca9654eabfe87244b) Thanks [@dario-piotrowicz](https://github.com/dario-piotrowicz)! - feat: expose new (no-op) `caches` field in `getBindingsProxy` result + + Add a new `caches` field to the `getBindingsProxy` result, such field implements a + no operation (no-op) implementation of the runtime `caches` + + Note: Miniflare exposes a proper `caches` mock, we will want to use that one in + the future but issues regarding it must be ironed out first, so for the + time being a no-op will have to do + +### Patch Changes + +- [#4860](https://github.com/cloudflare/workers-sdk/pull/4860) [`b92e5ac0`](https://github.com/cloudflare/workers-sdk/commit/b92e5ac006195d490bcf9be3b547ba0bfa33f151) Thanks [@Sibirius](https://github.com/Sibirius)! - fix: allow empty strings in secret:bulk upload + + Previously, the `secret:bulk` command would fail if any of the secrets in the secret.json file were empty strings and they already existed remotely. + +* [#4819](https://github.com/cloudflare/workers-sdk/pull/4819) [`6a4cb8c6`](https://github.com/cloudflare/workers-sdk/commit/6a4cb8c6456f1dba95cae2b8bbe658f7227349f8) Thanks [@magnusdahlstrand](https://github.com/magnusdahlstrand)! - fix: Use appropriate logging levels when parsing headers and redirects in `wrangler pages dev`. + ## 3.25.0 ### Minor Changes diff --git a/packages/wrangler/package.json b/packages/wrangler/package.json index ca1bf3972010..61da11023647 100644 --- a/packages/wrangler/package.json +++ b/packages/wrangler/package.json @@ -1,6 +1,6 @@ { "name": "wrangler", - "version": "3.25.0", + "version": "3.26.0", "description": "Command-line interface for all things Cloudflare Workers", "keywords": [ "wrangler",