From 73cba1db1794e9079edaec00950d6d71ecc0f116 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 08:40:32 +0100 Subject: [PATCH] [ci] release (#425) Co-authored-by: github-actions[bot] --- .changeset/good-rivers-add.md | 5 ----- .changeset/many-hornets-ring.md | 5 ----- packages/cloudflare/CHANGELOG.md | 10 ++++++++++ packages/cloudflare/package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/good-rivers-add.md delete mode 100644 .changeset/many-hornets-ring.md diff --git a/.changeset/good-rivers-add.md b/.changeset/good-rivers-add.md deleted file mode 100644 index 24fb72046..000000000 --- a/.changeset/good-rivers-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/cloudflare': patch ---- - -Fixes an issue where `cloudflare:` scoped imports made the build fail. We externalize all imports with the `cloudflare:` scope by default now. diff --git a/.changeset/many-hornets-ring.md b/.changeset/many-hornets-ring.md deleted file mode 100644 index e4e1143fd..000000000 --- a/.changeset/many-hornets-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/cloudflare': minor ---- - -Changes the logic which generates the `_routes.json` file to improve generation for projects with many static pages, while still making sure all routes work as expected. diff --git a/packages/cloudflare/CHANGELOG.md b/packages/cloudflare/CHANGELOG.md index e377552af..368a78a11 100644 --- a/packages/cloudflare/CHANGELOG.md +++ b/packages/cloudflare/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/cloudflare +## 11.2.0 + +### Minor Changes + +- [#423](https://github.com/withastro/adapters/pull/423) [`169ac24`](https://github.com/withastro/adapters/commit/169ac24451d8ac0e47dda27f7148d2ddad66e3dc) Thanks [@schummar](https://github.com/schummar)! - Changes the logic which generates the `_routes.json` file to improve generation for projects with many static pages, while still making sure all routes work as expected. + +### Patch Changes + +- [#409](https://github.com/withastro/adapters/pull/409) [`d63bed8`](https://github.com/withastro/adapters/commit/d63bed81afe549f98d705573d365de5204cab134) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - Fixes an issue where `cloudflare:` scoped imports made the build fail. We externalize all imports with the `cloudflare:` scope by default now. + ## 11.1.0 ### Minor Changes diff --git a/packages/cloudflare/package.json b/packages/cloudflare/package.json index 7beb0b540..8ca26d634 100644 --- a/packages/cloudflare/package.json +++ b/packages/cloudflare/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/cloudflare", "description": "Deploy your site to Cloudflare Workers/Pages", - "version": "11.1.0", + "version": "11.2.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro",