diff --git a/.changeset/brown-coats-dance.md b/.changeset/brown-coats-dance.md deleted file mode 100644 index 8826eb83e..000000000 --- a/.changeset/brown-coats-dance.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/cloudflare': minor -'@astrojs/netlify': minor ---- - -Stabilizes `astro:env` secrets support diff --git a/.changeset/small-bikes-decide.md b/.changeset/small-bikes-decide.md deleted file mode 100644 index ae2ed55f7..000000000 --- a/.changeset/small-bikes-decide.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@astrojs/cloudflare': patch -'@astrojs/test-utils': patch -'@astrojs/netlify': patch -'@astrojs/vercel': patch -'@astrojs/node': patch ---- - -Improves Astro 5 support diff --git a/.changeset/sweet-crews-dress.md b/.changeset/sweet-crews-dress.md deleted file mode 100644 index a5d21983f..000000000 --- a/.changeset/sweet-crews-dress.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@astrojs/cloudflare': patch -'@astrojs/netlify': patch -'@astrojs/vercel': patch ---- - -Refactor of the redirects logic diff --git a/packages/cloudflare/CHANGELOG.md b/packages/cloudflare/CHANGELOG.md index f1003f243..852c2745b 100644 --- a/packages/cloudflare/CHANGELOG.md +++ b/packages/cloudflare/CHANGELOG.md @@ -1,5 +1,17 @@ # @astrojs/cloudflare +## 12.2.0 + +### Minor Changes + +- [#496](https://github.com/withastro/adapters/pull/496) [`4b5cd22`](https://github.com/withastro/adapters/commit/4b5cd2268e8ed5e720772f50241b299762ea1eb8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Stabilizes `astro:env` secrets support + +### Patch Changes + +- [#454](https://github.com/withastro/adapters/pull/454) [`83cedad`](https://github.com/withastro/adapters/commit/83cedad780bf7a23ae9f6ca0c44a7b7f1c1767e1) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - Improves Astro 5 support + +- [#501](https://github.com/withastro/adapters/pull/501) [`012b31d`](https://github.com/withastro/adapters/commit/012b31d98ce87c1199eb38b7aba2a28b7c1cf8cc) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Refactor of the redirects logic + ## 12.1.0 ### Minor Changes diff --git a/packages/cloudflare/package.json b/packages/cloudflare/package.json index 121a7024d..a0978be41 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": "12.1.0", + "version": "12.2.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/netlify/CHANGELOG.md b/packages/netlify/CHANGELOG.md index 4c0ad5969..e5e84d3e8 100644 --- a/packages/netlify/CHANGELOG.md +++ b/packages/netlify/CHANGELOG.md @@ -1,5 +1,17 @@ # @astrojs/netlify +## 6.1.0 + +### Minor Changes + +- [#496](https://github.com/withastro/adapters/pull/496) [`4b5cd22`](https://github.com/withastro/adapters/commit/4b5cd2268e8ed5e720772f50241b299762ea1eb8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Stabilizes `astro:env` secrets support + +### Patch Changes + +- [#454](https://github.com/withastro/adapters/pull/454) [`83cedad`](https://github.com/withastro/adapters/commit/83cedad780bf7a23ae9f6ca0c44a7b7f1c1767e1) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - Improves Astro 5 support + +- [#501](https://github.com/withastro/adapters/pull/501) [`012b31d`](https://github.com/withastro/adapters/commit/012b31d98ce87c1199eb38b7aba2a28b7c1cf8cc) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Refactor of the redirects logic + ## 6.0.1 ### Patch Changes diff --git a/packages/netlify/package.json b/packages/netlify/package.json index e43daaea2..ef31bb0d8 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": "6.0.1", + "version": "6.1.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index e16ff43d3..71667e67c 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/node +## 9.0.1 + +### Patch Changes + +- [#454](https://github.com/withastro/adapters/pull/454) [`83cedad`](https://github.com/withastro/adapters/commit/83cedad780bf7a23ae9f6ca0c44a7b7f1c1767e1) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - Improves Astro 5 support + ## 9.0.0 ### Major Changes diff --git a/packages/node/package.json b/packages/node/package.json index 25754c9ba..61becefd5 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/node", "description": "Deploy your site to a Node.js server", - "version": "9.0.0", + "version": "9.0.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md new file mode 100644 index 000000000..cf548be83 --- /dev/null +++ b/packages/test-utils/CHANGELOG.md @@ -0,0 +1,7 @@ +# @astrojs/test-utils + +## 0.0.2 + +### Patch Changes + +- [#454](https://github.com/withastro/adapters/pull/454) [`83cedad`](https://github.com/withastro/adapters/commit/83cedad780bf7a23ae9f6ca0c44a7b7f1c1767e1) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - Improves Astro 5 support diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 0387004a6..c16f6dd1c 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/test-utils", - "version": "0.0.1", + "version": "0.0.2", "private": true, "type": "module", "exports": { diff --git a/packages/vercel/CHANGELOG.md b/packages/vercel/CHANGELOG.md index 8a1293a1d..8d0f8cfc7 100644 --- a/packages/vercel/CHANGELOG.md +++ b/packages/vercel/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/vercel +## 8.0.2 + +### Patch Changes + +- [#454](https://github.com/withastro/adapters/pull/454) [`83cedad`](https://github.com/withastro/adapters/commit/83cedad780bf7a23ae9f6ca0c44a7b7f1c1767e1) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - Improves Astro 5 support + +- [#501](https://github.com/withastro/adapters/pull/501) [`012b31d`](https://github.com/withastro/adapters/commit/012b31d98ce87c1199eb38b7aba2a28b7c1cf8cc) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Refactor of the redirects logic + ## 8.0.1 ### Patch Changes diff --git a/packages/vercel/package.json b/packages/vercel/package.json index 13a5a33d4..abbcf54f5 100644 --- a/packages/vercel/package.json +++ b/packages/vercel/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/vercel", "description": "Deploy your site to Vercel", - "version": "8.0.1", + "version": "8.0.2", "type": "module", "author": "withastro", "license": "MIT",