diff --git a/.changeset/grumpy-windows-cross.md b/.changeset/grumpy-windows-cross.md deleted file mode 100644 index e48aaeef..00000000 --- a/.changeset/grumpy-windows-cross.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/cloudflare': patch -'@astrojs/netlify': patch ---- - -Updates repository information diff --git a/packages/cloudflare/CHANGELOG.md b/packages/cloudflare/CHANGELOG.md index 31278082..87e49c5a 100644 --- a/packages/cloudflare/CHANGELOG.md +++ b/packages/cloudflare/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/cloudflare +## 7.5.4 + +### Patch Changes + +- [#21](https://github.com/withastro/adapters/pull/21) [`09d2504`](https://github.com/withastro/adapters/commit/09d25043125250e65ccb59549f527d5d876c3a06) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - Updates repository information + ## 7.5.3 ### Patch Changes diff --git a/packages/cloudflare/package.json b/packages/cloudflare/package.json index 84b01d76..4ed190fe 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": "7.5.3", + "version": "7.5.4", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/netlify/CHANGELOG.md b/packages/netlify/CHANGELOG.md index 0c09187a..9170fa7e 100644 --- a/packages/netlify/CHANGELOG.md +++ b/packages/netlify/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/netlify +## 3.0.3 + +### Patch Changes + +- [#21](https://github.com/withastro/adapters/pull/21) [`09d2504`](https://github.com/withastro/adapters/commit/09d25043125250e65ccb59549f527d5d876c3a06) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - Updates repository information + ## 3.0.2 ### Patch Changes diff --git a/packages/netlify/package.json b/packages/netlify/package.json index 9d931d56..5915bc22 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": "3.0.2", + "version": "3.0.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro",