From cf4321625c66e146bf7f6ebaa28977360fae4bd5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 May 2023 18:15:20 +0000 Subject: [PATCH] [ci] release --- .changeset/flat-peas-wave.md | 5 ----- .changeset/loud-bears-glow.md | 5 ----- .changeset/nice-jars-breathe.md | 5 ----- .changeset/popular-bats-pump.md | 5 ----- .changeset/purple-lamps-sleep.md | 5 ----- .changeset/rotten-worms-walk.md | 6 ------ .changeset/shaggy-berries-accept.md | 5 ----- .changeset/shy-games-punch.md | 5 ----- .changeset/thick-frogs-call.md | 6 ------ .changeset/wise-geckos-applaud.md | 5 ----- packages/astro-rss/CHANGELOG.md | 6 ++++++ packages/astro-rss/package.json | 2 +- packages/astro/CHANGELOG.md | 18 ++++++++++++++++++ packages/astro/package.json | 2 +- packages/integrations/cloudflare/package.json | 2 +- packages/integrations/deno/package.json | 2 +- packages/integrations/image/CHANGELOG.md | 11 +++++++++++ packages/integrations/image/package.json | 4 ++-- packages/integrations/markdoc/package.json | 2 +- packages/integrations/netlify/package.json | 2 +- packages/integrations/node/package.json | 2 +- packages/integrations/solid/CHANGELOG.md | 6 ++++++ packages/integrations/solid/package.json | 2 +- packages/integrations/svelte/package.json | 2 +- packages/integrations/tailwind/package.json | 2 +- packages/integrations/vercel/CHANGELOG.md | 11 +++++++++++ packages/integrations/vercel/package.json | 4 ++-- packages/integrations/vue/package.json | 2 +- 28 files changed, 67 insertions(+), 67 deletions(-) delete mode 100644 .changeset/flat-peas-wave.md delete mode 100644 .changeset/loud-bears-glow.md delete mode 100644 .changeset/nice-jars-breathe.md delete mode 100644 .changeset/popular-bats-pump.md delete mode 100644 .changeset/purple-lamps-sleep.md delete mode 100644 .changeset/rotten-worms-walk.md delete mode 100644 .changeset/shaggy-berries-accept.md delete mode 100644 .changeset/shy-games-punch.md delete mode 100644 .changeset/thick-frogs-call.md delete mode 100644 .changeset/wise-geckos-applaud.md diff --git a/.changeset/flat-peas-wave.md b/.changeset/flat-peas-wave.md deleted file mode 100644 index 11bfdc1aa043..000000000000 --- a/.changeset/flat-peas-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/rss": patch ---- - -Fix: remove accidental stripping of trailing `/1/` on canonical URLs diff --git a/.changeset/loud-bears-glow.md b/.changeset/loud-bears-glow.md deleted file mode 100644 index 05296cb82784..000000000000 --- a/.changeset/loud-bears-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix `astro-entry` error on build with multiple JSX frameworks diff --git a/.changeset/nice-jars-breathe.md b/.changeset/nice-jars-breathe.md deleted file mode 100644 index 1a47e9bc3c33..000000000000 --- a/.changeset/nice-jars-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix getImage type diff --git a/.changeset/popular-bats-pump.md b/.changeset/popular-bats-pump.md deleted file mode 100644 index ead449e62a36..000000000000 --- a/.changeset/popular-bats-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Changed where various parts of the build pipeline look to decide if a page should be prerendered. They now exclusively consider PageBuildData, allowing integrations to participate in the decision. diff --git a/.changeset/purple-lamps-sleep.md b/.changeset/purple-lamps-sleep.md deleted file mode 100644 index 9dd063e6aa73..000000000000 --- a/.changeset/purple-lamps-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/solid-js": patch ---- - -Allow Solid ecosystem packages to not need special export map configuration. By default Solid is now treated as an external package in SSR, so any other dependent packages will receive the same instance. diff --git a/.changeset/rotten-worms-walk.md b/.changeset/rotten-worms-walk.md deleted file mode 100644 index a7a014056ea3..000000000000 --- a/.changeset/rotten-worms-walk.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/image': patch -'astro': patch ---- - -Avoid removing leading slash for `build.assetsPrefix` value in the build output diff --git a/.changeset/shaggy-berries-accept.md b/.changeset/shaggy-berries-accept.md deleted file mode 100644 index 6c6c9f7619aa..000000000000 --- a/.changeset/shaggy-berries-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Inline `process.env` boolean values (`0`, `1`, `true`, `false`) during the build. This helps with DCE and allows for better `export const prerender` detection. diff --git a/.changeset/shy-games-punch.md b/.changeset/shy-games-punch.md deleted file mode 100644 index 1aa81036262e..000000000000 --- a/.changeset/shy-games-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix content render imports flow diff --git a/.changeset/thick-frogs-call.md b/.changeset/thick-frogs-call.md deleted file mode 100644 index ce2cbcc70e55..000000000000 --- a/.changeset/thick-frogs-call.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/image': patch -'astro': patch ---- - -Update allowed Sharp versions to support 0.32.0 diff --git a/.changeset/wise-geckos-applaud.md b/.changeset/wise-geckos-applaud.md deleted file mode 100644 index eae1e3e821ba..000000000000 --- a/.changeset/wise-geckos-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vercel': minor ---- - -Add support for using the Vercel Image Optimization API through `astro:assets` diff --git a/packages/astro-rss/CHANGELOG.md b/packages/astro-rss/CHANGELOG.md index cdbf24098739..20c712dfaba1 100644 --- a/packages/astro-rss/CHANGELOG.md +++ b/packages/astro-rss/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/rss +## 2.4.1 + +### Patch Changes + +- [#6970](https://github.com/withastro/astro/pull/6970) [`b5482cee2`](https://github.com/withastro/astro/commit/b5482cee2387149ff397447e546130ba3dea58db) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix: remove accidental stripping of trailing `/1/` on canonical URLs + ## 2.4.0 ### Minor Changes diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json index 21b07e2fb61d..52051b32db27 100644 --- a/packages/astro-rss/package.json +++ b/packages/astro-rss/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/rss", "description": "Add RSS feeds to your Astro projects", - "version": "2.4.0", + "version": "2.4.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index aa4d7d978aaf..0ce75e341deb 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,23 @@ # astro +## 2.3.4 + +### Patch Changes + +- [#6967](https://github.com/withastro/astro/pull/6967) [`a8a319aef`](https://github.com/withastro/astro/commit/a8a319aef744a64647ee16c7d558d74de6864c6c) Thanks [@bluwy](https://github.com/bluwy)! - Fix `astro-entry` error on build with multiple JSX frameworks + +- [#6961](https://github.com/withastro/astro/pull/6961) [`a695e44ae`](https://github.com/withastro/astro/commit/a695e44aed6e2f5d32cb950d4237be6e5657ba98) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix getImage type + +- [#6956](https://github.com/withastro/astro/pull/6956) [`367e61776`](https://github.com/withastro/astro/commit/367e61776196a17d61c28daa4dfbabb6244e040c) Thanks [@lilnasy](https://github.com/lilnasy)! - Changed where various parts of the build pipeline look to decide if a page should be prerendered. They now exclusively consider PageBuildData, allowing integrations to participate in the decision. + +- [#6969](https://github.com/withastro/astro/pull/6969) [`77270cc2c`](https://github.com/withastro/astro/commit/77270cc2cd06c942d7abf1d882e36d9163edafa5) Thanks [@bluwy](https://github.com/bluwy)! - Avoid removing leading slash for `build.assetsPrefix` value in the build output + +- [#6910](https://github.com/withastro/astro/pull/6910) [`895fa07d8`](https://github.com/withastro/astro/commit/895fa07d8b4b8359984e048daca5437e40f44390) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Inline `process.env` boolean values (`0`, `1`, `true`, `false`) during the build. This helps with DCE and allows for better `export const prerender` detection. + +- [#6958](https://github.com/withastro/astro/pull/6958) [`72c6bf01f`](https://github.com/withastro/astro/commit/72c6bf01fe49b331ca8ad9206a7506b15caf5b8d) Thanks [@bluwy](https://github.com/bluwy)! - Fix content render imports flow + +- [#6952](https://github.com/withastro/astro/pull/6952) [`e5bd084c0`](https://github.com/withastro/astro/commit/e5bd084c01e4f60a157969b50c05ce002f7b63d2) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Update allowed Sharp versions to support 0.32.0 + ## 2.3.3 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index a2f0a6ed074e..0a0b11bff59f 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "2.3.3", + "version": "2.3.4", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index 65ce497cd4f8..7f0dbb514fd7 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -38,7 +38,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "workspace:^2.3.3" + "astro": "workspace:^2.3.4" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index 4e3d85e5ed9b..5933de5e64f2 100644 --- a/packages/integrations/deno/package.json +++ b/packages/integrations/deno/package.json @@ -33,7 +33,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.3.3" + "astro": "workspace:^2.3.4" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index 3ed9575a59e7..d79206b9dd3f 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,16 @@ # @astrojs/image +## 0.16.7 + +### Patch Changes + +- [#6969](https://github.com/withastro/astro/pull/6969) [`77270cc2c`](https://github.com/withastro/astro/commit/77270cc2cd06c942d7abf1d882e36d9163edafa5) Thanks [@bluwy](https://github.com/bluwy)! - Avoid removing leading slash for `build.assetsPrefix` value in the build output + +- [#6952](https://github.com/withastro/astro/pull/6952) [`e5bd084c0`](https://github.com/withastro/astro/commit/e5bd084c01e4f60a157969b50c05ce002f7b63d2) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Update allowed Sharp versions to support 0.32.0 + +- Updated dependencies [[`a8a319aef`](https://github.com/withastro/astro/commit/a8a319aef744a64647ee16c7d558d74de6864c6c), [`a695e44ae`](https://github.com/withastro/astro/commit/a695e44aed6e2f5d32cb950d4237be6e5657ba98), [`367e61776`](https://github.com/withastro/astro/commit/367e61776196a17d61c28daa4dfbabb6244e040c), [`77270cc2c`](https://github.com/withastro/astro/commit/77270cc2cd06c942d7abf1d882e36d9163edafa5), [`895fa07d8`](https://github.com/withastro/astro/commit/895fa07d8b4b8359984e048daca5437e40f44390), [`72c6bf01f`](https://github.com/withastro/astro/commit/72c6bf01fe49b331ca8ad9206a7506b15caf5b8d), [`e5bd084c0`](https://github.com/withastro/astro/commit/e5bd084c01e4f60a157969b50c05ce002f7b63d2)]: + - astro@2.3.4 + ## 0.16.6 ### Patch Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 90e3ba5de4a2..39ddb34ec9c3 100644 --- a/packages/integrations/image/package.json +++ b/packages/integrations/image/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/image", "description": "Load and transform images in your Astro site", - "version": "0.16.6", + "version": "0.16.7", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -62,7 +62,7 @@ "vite": "^4.3.1" }, "peerDependencies": { - "astro": "workspace:^2.3.3", + "astro": "workspace:^2.3.4", "sharp": ">=0.31.0" }, "peerDependenciesMeta": { diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 990ac44cca7d..ae535d4c3dd1 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -41,7 +41,7 @@ "zod": "^3.17.3" }, "peerDependencies": { - "astro": "workspace:^2.3.3" + "astro": "workspace:^2.3.4" }, "devDependencies": { "@types/chai": "^4.3.1", diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index c34b8bca3c52..ea8f30f093b1 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -39,7 +39,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.3.3" + "astro": "workspace:^2.3.4" }, "devDependencies": { "@netlify/edge-functions": "^2.0.0", diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 192d4ef26b14..5c7595190c06 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -35,7 +35,7 @@ "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "workspace:^2.3.3" + "astro": "workspace:^2.3.4" }, "devDependencies": { "@types/send": "^0.17.1", diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md index 7504fbe003bd..217a736fecf3 100644 --- a/packages/integrations/solid/CHANGELOG.md +++ b/packages/integrations/solid/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/solid-js +## 2.1.1 + +### Patch Changes + +- [#6934](https://github.com/withastro/astro/pull/6934) [`b6797fc85`](https://github.com/withastro/astro/commit/b6797fc8583f7cb0749e69e72a56fe9fba6f815b) Thanks [@matthewp](https://github.com/matthewp)! - Allow Solid ecosystem packages to not need special export map configuration. By default Solid is now treated as an external package in SSR, so any other dependent packages will receive the same instance. + ## 2.1.0 ### Minor Changes diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index 4ddb9f31cec3..5adec5a2b806 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/solid-js", - "version": "2.1.0", + "version": "2.1.1", "description": "Use Solid components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 902028c1f7ef..427b9747202e 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -43,7 +43,7 @@ "vite": "^4.3.1" }, "peerDependencies": { - "astro": "workspace:^2.3.3", + "astro": "workspace:^2.3.4", "svelte": "^3.54.0" }, "engines": { diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 4067bdb1e72e..df770eb171e4 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -40,7 +40,7 @@ "vite": "^4.3.1" }, "peerDependencies": { - "astro": "workspace:^2.3.3", + "astro": "workspace:^2.3.4", "tailwindcss": "^3.0.24" }, "pnpm": { diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 2b5768994d27..00d37c09b13f 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,16 @@ # @astrojs/vercel +## 3.3.0 + +### Minor Changes + +- [#6845](https://github.com/withastro/astro/pull/6845) [`6063f5657`](https://github.com/withastro/astro/commit/6063f5657392a74b6ffc4d5e0de5463c217a8563) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add support for using the Vercel Image Optimization API through `astro:assets` + +### Patch Changes + +- Updated dependencies [[`a8a319aef`](https://github.com/withastro/astro/commit/a8a319aef744a64647ee16c7d558d74de6864c6c), [`a695e44ae`](https://github.com/withastro/astro/commit/a695e44aed6e2f5d32cb950d4237be6e5657ba98), [`367e61776`](https://github.com/withastro/astro/commit/367e61776196a17d61c28daa4dfbabb6244e040c), [`77270cc2c`](https://github.com/withastro/astro/commit/77270cc2cd06c942d7abf1d882e36d9163edafa5), [`895fa07d8`](https://github.com/withastro/astro/commit/895fa07d8b4b8359984e048daca5437e40f44390), [`72c6bf01f`](https://github.com/withastro/astro/commit/72c6bf01fe49b331ca8ad9206a7506b15caf5b8d), [`e5bd084c0`](https://github.com/withastro/astro/commit/e5bd084c01e4f60a157969b50c05ce002f7b63d2)]: + - astro@2.3.4 + ## 3.2.5 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 621ae1da5577..b639cc7caf08 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/vercel", "description": "Deploy your site to Vercel", - "version": "3.2.5", + "version": "3.3.0", "type": "module", "author": "withastro", "license": "MIT", @@ -55,7 +55,7 @@ "web-vitals": "^3.1.1" }, "peerDependencies": { - "astro": "workspace:^2.3.3" + "astro": "workspace:^2.3.4" }, "devDependencies": { "@types/set-cookie-parser": "^2.4.2", diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 4fe84700b41f..48760e11ab95 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -50,7 +50,7 @@ "vue": "^3.2.37" }, "peerDependencies": { - "astro": "workspace:^2.3.3", + "astro": "workspace:^2.3.4", "vue": "^3.2.30" }, "engines": {