diff --git a/.changeset/cool-cobras-deliver.md b/.changeset/cool-cobras-deliver.md deleted file mode 100644 index cfd89180ffa1..000000000000 --- a/.changeset/cool-cobras-deliver.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"wrangler": patch ---- - -Fix: Pages Dev incorrectly allowing people to turn off local mode - -Local mode is not currently supported in Pages Dev, and errors when people attempt to use it. Previously, wrangler hid the "toggle local mode" button when using Pages dev, but this got broken somewhere along the line. diff --git a/.changeset/lovely-ways-prove.md b/.changeset/lovely-ways-prove.md deleted file mode 100644 index f7d7002ead09..000000000000 --- a/.changeset/lovely-ways-prove.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@cloudflare/pages-shared": minor -"wrangler": minor ---- - -chore: upgrade `miniflare` to [`2.13.0`](https://github.com/cloudflare/miniflare/releases/tag/v2.13.0) diff --git a/.changeset/tame-bats-play.md b/.changeset/tame-bats-play.md deleted file mode 100644 index 6365859622d5..000000000000 --- a/.changeset/tame-bats-play.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"wrangler": minor ---- - -feat: add support for send email bindings - -Support send email bindings in order to send emails from a worker. There -are three types of bindings: - -- Unrestricted: can send email to any verified destination address. -- Restricted: can only send email to the supplied destination address (which - does not need to be specified when sending the email but also needs to be a - verified destination address). -- Allowlist: can only send email to the supplied list of verified destination - addresses. diff --git a/package-lock.json b/package-lock.json index 85e28d6f8d03..ddc1c7d1570c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43876,7 +43876,7 @@ }, "packages/pages-shared": { "name": "@cloudflare/pages-shared", - "version": "0.2.0", + "version": "0.3.0", "dependencies": { "@miniflare/core": "2.13.0" }, @@ -44277,7 +44277,7 @@ "dev": true }, "packages/wrangler": { - "version": "2.13.0", + "version": "2.14.0", "license": "MIT OR Apache-2.0", "dependencies": { "@cloudflare/kv-asset-handler": "^0.2.0", diff --git a/packages/pages-shared/CHANGELOG.md b/packages/pages-shared/CHANGELOG.md index 02ed4b1d1449..157e4c5a3c72 100644 --- a/packages/pages-shared/CHANGELOG.md +++ b/packages/pages-shared/CHANGELOG.md @@ -1,5 +1,11 @@ # @cloudflare/pages-shared +## 0.3.0 + +### Minor Changes + +- [#2942](https://github.com/cloudflare/workers-sdk/pull/2942) [`dc1465ea`](https://github.com/cloudflare/workers-sdk/commit/dc1465ea64acf3fc9c1442e7df73f14df7dc8630) Thanks [@mrbbot](https://github.com/mrbbot)! - chore: upgrade `miniflare` to [`2.13.0`](https://github.com/cloudflare/miniflare/releases/tag/v2.13.0) + ## 0.2.0 ### Minor Changes diff --git a/packages/pages-shared/package.json b/packages/pages-shared/package.json index 63f669cf8bd6..d0c2e5627ae4 100644 --- a/packages/pages-shared/package.json +++ b/packages/pages-shared/package.json @@ -1,6 +1,6 @@ { "name": "@cloudflare/pages-shared", - "version": "0.2.0", + "version": "0.3.0", "repository": { "type": "git", "url": "https://github.com/cloudflare/workers-sdk.git", diff --git a/packages/wrangler/CHANGELOG.md b/packages/wrangler/CHANGELOG.md index b8bb9134e7e6..a35b97a770c5 100644 --- a/packages/wrangler/CHANGELOG.md +++ b/packages/wrangler/CHANGELOG.md @@ -1,5 +1,29 @@ # wrangler +## 2.14.0 + +### Minor Changes + +- [#2942](https://github.com/cloudflare/workers-sdk/pull/2942) [`dc1465ea`](https://github.com/cloudflare/workers-sdk/commit/dc1465ea64acf3fc9c1442e7df73f14df7dc8630) Thanks [@mrbbot](https://github.com/mrbbot)! - chore: upgrade `miniflare` to [`2.13.0`](https://github.com/cloudflare/miniflare/releases/tag/v2.13.0) + +* [#2914](https://github.com/cloudflare/workers-sdk/pull/2914) [`9af1a640`](https://github.com/cloudflare/workers-sdk/commit/9af1a640237ab26e6332e73e3656d16ca9a96e64) Thanks [@edevil](https://github.com/edevil)! - feat: add support for send email bindings + + Support send email bindings in order to send emails from a worker. There + are three types of bindings: + + - Unrestricted: can send email to any verified destination address. + - Restricted: can only send email to the supplied destination address (which + does not need to be specified when sending the email but also needs to be a + verified destination address). + - Allowlist: can only send email to the supplied list of verified destination + addresses. + +### Patch Changes + +- [#2931](https://github.com/cloudflare/workers-sdk/pull/2931) [`5f6c4c0c`](https://github.com/cloudflare/workers-sdk/commit/5f6c4c0c4542ada3552e1bf099ecdda677c08a3d) Thanks [@Skye-31](https://github.com/Skye-31)! - Fix: Pages Dev incorrectly allowing people to turn off local mode + + Local mode is not currently supported in Pages Dev, and errors when people attempt to use it. Previously, wrangler hid the "toggle local mode" button when using Pages dev, but this got broken somewhere along the line. + ## 2.13.0 ### Minor Changes diff --git a/packages/wrangler/package.json b/packages/wrangler/package.json index ffef7372e57f..c2c8a951a2e6 100644 --- a/packages/wrangler/package.json +++ b/packages/wrangler/package.json @@ -1,6 +1,6 @@ { "name": "wrangler", - "version": "2.13.0", + "version": "2.14.0", "description": "Command-line interface for all things Cloudflare Workers", "keywords": [ "wrangler",