From b153fc4565dd5b5902068e097a38a50f30a67bb8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:20:15 +0200 Subject: [PATCH] [ci] release (#219) Co-authored-by: github-actions[bot] --- .changeset/lazy-pears-jam.md | 5 ----- .changeset/nice-carpets-destroy.md | 5 ----- packages/cloudflare/CHANGELOG.md | 8 ++++++++ packages/cloudflare/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/lazy-pears-jam.md delete mode 100644 .changeset/nice-carpets-destroy.md diff --git a/.changeset/lazy-pears-jam.md b/.changeset/lazy-pears-jam.md deleted file mode 100644 index 4474b7532..000000000 --- a/.changeset/lazy-pears-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/cloudflare': patch ---- - -fixes an issue where the automatic `_routes.json` generation was not working as expected for some projects, which had a dynamic route as the first segment diff --git a/.changeset/nice-carpets-destroy.md b/.changeset/nice-carpets-destroy.md deleted file mode 100644 index 6601c7b16..000000000 --- a/.changeset/nice-carpets-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/cloudflare': patch ---- - -fixes an issue where the automatic `_routes.json` generation was not limited correctly, which had manual extend patterns diff --git a/packages/cloudflare/CHANGELOG.md b/packages/cloudflare/CHANGELOG.md index 1649c4e4f..c2de67d93 100644 --- a/packages/cloudflare/CHANGELOG.md +++ b/packages/cloudflare/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/cloudflare +## 10.0.2 + +### Patch Changes + +- [#217](https://github.com/withastro/adapters/pull/217) [`0349bd4`](https://github.com/withastro/adapters/commit/0349bd41a9d10421907eb0e46bd6472c85a10ec7) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - fixes an issue where the automatic `_routes.json` generation was not working as expected for some projects, which had a dynamic route as the first segment + +- [#217](https://github.com/withastro/adapters/pull/217) [`0349bd4`](https://github.com/withastro/adapters/commit/0349bd41a9d10421907eb0e46bd6472c85a10ec7) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - fixes an issue where the automatic `_routes.json` generation was not limited correctly, which had manual extend patterns + ## 10.0.1 ### Patch Changes diff --git a/packages/cloudflare/package.json b/packages/cloudflare/package.json index 4c9ca417c..ec30ed026 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": "10.0.1", + "version": "10.0.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro",