diff --git a/.changeset/blue-beds-crash.md b/.changeset/blue-beds-crash.md deleted file mode 100644 index 2b7785c1..00000000 --- a/.changeset/blue-beds-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/cloudflare": patch ---- - -Add support for basePath diff --git a/.changeset/cuddly-mails-happen.md b/.changeset/cuddly-mails-happen.md deleted file mode 100644 index 1644cfe7..00000000 --- a/.changeset/cuddly-mails-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/cloudflare": patch ---- - -fix(tagCache): gracefully handle empty tag list diff --git a/.changeset/eleven-sloths-punch.md b/.changeset/eleven-sloths-punch.md deleted file mode 100644 index ba3cba92..00000000 --- a/.changeset/eleven-sloths-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/cloudflare": patch ---- - -Extract the worker init code to a separate file diff --git a/.changeset/happy-bananas-buy.md b/.changeset/happy-bananas-buy.md deleted file mode 100644 index 35ec8d3d..00000000 --- a/.changeset/happy-bananas-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/cloudflare": patch ---- - -Set `Cache-Tag` on the entries created by the regional cache, to be purged using the Cloudflare API or dashboard. diff --git a/.changeset/lemon-donkeys-tell.md b/.changeset/lemon-donkeys-tell.md deleted file mode 100644 index ac3d6d11..00000000 --- a/.changeset/lemon-donkeys-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/cloudflare": patch ---- - -`patchNextMinimal` is no more required with the latest `@opennextjs/aws` bump diff --git a/.changeset/light-insects-kiss.md b/.changeset/light-insects-kiss.md deleted file mode 100644 index 44cb3d3d..00000000 --- a/.changeset/light-insects-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/cloudflare": patch ---- - -feat: `upload` command for worker versions' diff --git a/.changeset/silly-icons-battle.md b/.changeset/silly-icons-battle.md deleted file mode 100644 index c8764fc8..00000000 --- a/.changeset/silly-icons-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/cloudflare": patch ---- - -bump @opennextjs/aws to 3.5.7 diff --git a/.changeset/twelve-lizards-prove.md b/.changeset/twelve-lizards-prove.md deleted file mode 100644 index 9febe8a5..00000000 --- a/.changeset/twelve-lizards-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@opennextjs/cloudflare": patch ---- - -bump @opennextjs/aws to 3.5.6 diff --git a/packages/cloudflare/CHANGELOG.md b/packages/cloudflare/CHANGELOG.md index 3e2bab6e..40430261 100644 --- a/packages/cloudflare/CHANGELOG.md +++ b/packages/cloudflare/CHANGELOG.md @@ -1,5 +1,25 @@ # @opennextjs/cloudflare +## 1.0.0-beta.3 + +### Changes + +- [#574](https://github.com/opennextjs/opennextjs-cloudflare/pull/574) [`d310919`](https://github.com/opennextjs/opennextjs-cloudflare/commit/d310919aed46d13f0010426b03e948e1726d6d50) Thanks [@vicb](https://github.com/vicb)! - Add support for basePath + +- [#581](https://github.com/opennextjs/opennextjs-cloudflare/pull/581) [`c7c5d3d`](https://github.com/opennextjs/opennextjs-cloudflare/commit/c7c5d3d32ac0cd644096059c854ade6eb8096126) Thanks [@vicb](https://github.com/vicb)! - fix(tagCache): gracefully handle empty tag list + +- [#563](https://github.com/opennextjs/opennextjs-cloudflare/pull/563) [`2ce6454`](https://github.com/opennextjs/opennextjs-cloudflare/commit/2ce64546165b5bbcc1718649bf91b599aa01594c) Thanks [@vicb](https://github.com/vicb)! - Extract the worker init code to a separate file + +- [#551](https://github.com/opennextjs/opennextjs-cloudflare/pull/551) [`8841641`](https://github.com/opennextjs/opennextjs-cloudflare/commit/8841641fc740717489e59004de2b0e509ba16eca) Thanks [@SamyPesse](https://github.com/SamyPesse)! - Set `Cache-Tag` on the entries created by the regional cache, to be purged using the Cloudflare API or dashboard. + +- [#579](https://github.com/opennextjs/opennextjs-cloudflare/pull/579) [`68d6bb4`](https://github.com/opennextjs/opennextjs-cloudflare/commit/68d6bb4736b75cf1850c6f21b8ef2aa2e059f51b) Thanks [@vicb](https://github.com/vicb)! - `patchNextMinimal` is no more required with the latest `@opennextjs/aws` bump + +- [#559](https://github.com/opennextjs/opennextjs-cloudflare/pull/559) [`b002d80`](https://github.com/opennextjs/opennextjs-cloudflare/commit/b002d801d6280b3596ab29d4ceac08a757ea4098) Thanks [@james-elicx](https://github.com/james-elicx)! - feat: `upload` command for worker versions' + +- [#574](https://github.com/opennextjs/opennextjs-cloudflare/pull/574) [`d310919`](https://github.com/opennextjs/opennextjs-cloudflare/commit/d310919aed46d13f0010426b03e948e1726d6d50) Thanks [@vicb](https://github.com/vicb)! - bump @opennextjs/aws to 3.5.7 + +- [#564](https://github.com/opennextjs/opennextjs-cloudflare/pull/564) [`6343fb4`](https://github.com/opennextjs/opennextjs-cloudflare/commit/6343fb49c62cd939d5220ce9c63425a5239eb2aa) Thanks [@conico974](https://github.com/conico974)! - bump @opennextjs/aws to 3.5.6 + ## 1.0.0-beta.2 ### Changes diff --git a/packages/cloudflare/package.json b/packages/cloudflare/package.json index 662345c0..e095658a 100644 --- a/packages/cloudflare/package.json +++ b/packages/cloudflare/package.json @@ -1,7 +1,7 @@ { "name": "@opennextjs/cloudflare", "description": "Cloudflare builder for next apps", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "type": "module", "scripts": { "clean": "rimraf dist",