diff --git a/.changeset/clever-eagles-search.md b/.changeset/clever-eagles-search.md deleted file mode 100644 index ab92792f..00000000 --- a/.changeset/clever-eagles-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/netlify": patch ---- - -Updates Netlify README.md diff --git a/.changeset/purple-days-approve.md b/.changeset/purple-days-approve.md deleted file mode 100644 index 4fe73803..00000000 --- a/.changeset/purple-days-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/cloudflare": patch ---- - -Updates Cloudflare README.md diff --git a/packages/cloudflare/CHANGELOG.md b/packages/cloudflare/CHANGELOG.md index bece6a8e..9d15782e 100644 --- a/packages/cloudflare/CHANGELOG.md +++ b/packages/cloudflare/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/cloudflare +## 8.0.1 + +### Patch Changes + +- [#108](https://github.com/withastro/adapters/pull/108) [`63fa4e6`](https://github.com/withastro/adapters/commit/63fa4e6acfabc398460be788120c03329198a02d) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates Cloudflare README.md + ## 8.0.0 ### Major Changes diff --git a/packages/cloudflare/package.json b/packages/cloudflare/package.json index 88e4c7ae..ec0bc087 100644 --- a/packages/cloudflare/package.json +++ b/packages/cloudflare/package.json @@ -2,7 +2,7 @@ "//comment": "test changeset-bot", "name": "@astrojs/cloudflare", "description": "Deploy your site to Cloudflare Workers/Pages", - "version": "8.0.0", + "version": "8.0.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/netlify/CHANGELOG.md b/packages/netlify/CHANGELOG.md index a4ac9127..16dd443f 100644 --- a/packages/netlify/CHANGELOG.md +++ b/packages/netlify/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/netlify +## 4.0.2 + +### Patch Changes + +- [#117](https://github.com/withastro/adapters/pull/117) [`89f7c01`](https://github.com/withastro/adapters/commit/89f7c017e2190c288d257560d1cb2cf8cca8f2cb) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - Updates Netlify README.md + ## 4.0.1 ### Patch Changes diff --git a/packages/netlify/package.json b/packages/netlify/package.json index e2ee9193..4010fc4d 100644 --- a/packages/netlify/package.json +++ b/packages/netlify/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/netlify", "description": "Deploy your site to Netlify", - "version": "4.0.1", + "version": "4.0.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro",