From 10fae31ac1278ea3f713467cd2909372a4f41bb3 Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Tue, 11 Mar 2025 02:23:12 -0700 Subject: [PATCH] [ci] release (#13361) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/every-birds-stick.md | 5 -- .changeset/flat-cherries-rule.md | 5 -- .changeset/gold-pears-reply.md | 5 -- .changeset/hungry-sheep-sneeze.md | 5 -- .changeset/lazy-llamas-pull.md | 5 -- .changeset/metal-tomatoes-confess.md | 6 -- .changeset/pink-pugs-hide.md | 6 -- .changeset/twenty-news-tease.md | 5 -- examples/basics/package.json | 2 +- examples/blog/package.json | 4 +- examples/component/package.json | 2 +- examples/container-with-vitest/package.json | 2 +- examples/framework-alpine/package.json | 2 +- examples/framework-multiple/package.json | 4 +- examples/framework-preact/package.json | 2 +- examples/framework-react/package.json | 2 +- examples/framework-solid/package.json | 2 +- examples/framework-svelte/package.json | 4 +- examples/framework-vue/package.json | 2 +- examples/hackernews/package.json | 4 +- examples/integration/package.json | 2 +- examples/minimal/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/ssr/package.json | 6 +- examples/starlog/package.json | 2 +- examples/toolbar-app/package.json | 2 +- examples/with-markdoc/package.json | 4 +- examples/with-mdx/package.json | 4 +- examples/with-nanostores/package.json | 2 +- examples/with-tailwindcss/package.json | 4 +- examples/with-vitest/package.json | 2 +- packages/astro/CHANGELOG.md | 22 +++++++ packages/astro/package.json | 2 +- packages/integrations/cloudflare/CHANGELOG.md | 8 +++ packages/integrations/cloudflare/package.json | 2 +- packages/integrations/markdoc/CHANGELOG.md | 8 +++ packages/integrations/markdoc/package.json | 2 +- packages/integrations/mdx/CHANGELOG.md | 7 ++ packages/integrations/mdx/package.json | 2 +- packages/integrations/netlify/CHANGELOG.md | 8 +++ packages/integrations/netlify/package.json | 2 +- packages/integrations/node/CHANGELOG.md | 7 ++ packages/integrations/node/package.json | 2 +- packages/integrations/svelte/CHANGELOG.md | 6 ++ packages/integrations/svelte/package.json | 2 +- packages/integrations/vercel/CHANGELOG.md | 7 ++ packages/integrations/vercel/package.json | 2 +- packages/internal-helpers/CHANGELOG.md | 6 ++ packages/internal-helpers/package.json | 2 +- packages/markdown/remark/CHANGELOG.md | 7 ++ packages/markdown/remark/package.json | 2 +- packages/upgrade/CHANGELOG.md | 6 ++ packages/upgrade/package.json | 2 +- pnpm-lock.yaml | 64 +++++++++---------- 54 files changed, 167 insertions(+), 117 deletions(-) delete mode 100644 .changeset/every-birds-stick.md delete mode 100644 .changeset/flat-cherries-rule.md delete mode 100644 .changeset/gold-pears-reply.md delete mode 100644 .changeset/hungry-sheep-sneeze.md delete mode 100644 .changeset/lazy-llamas-pull.md delete mode 100644 .changeset/metal-tomatoes-confess.md delete mode 100644 .changeset/pink-pugs-hide.md delete mode 100644 .changeset/twenty-news-tease.md diff --git a/.changeset/every-birds-stick.md b/.changeset/every-birds-stick.md deleted file mode 100644 index fe9ea78906..0000000000 --- a/.changeset/every-birds-stick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Adds the `types` property to the viewTransition object when the ClientRouter simulates parts of the View Transition API on browsers w/o native support. diff --git a/.changeset/flat-cherries-rule.md b/.changeset/flat-cherries-rule.md deleted file mode 100644 index 7318279a35..0000000000 --- a/.changeset/flat-cherries-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/svelte': patch ---- - -Fixes a case where `$props.id()` would not be unique across multiple islands diff --git a/.changeset/gold-pears-reply.md b/.changeset/gold-pears-reply.md deleted file mode 100644 index ac23776fde..0000000000 --- a/.changeset/gold-pears-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Adds documentation to various utility functions used for remote image services diff --git a/.changeset/hungry-sheep-sneeze.md b/.changeset/hungry-sheep-sneeze.md deleted file mode 100644 index 44cf97fd76..0000000000 --- a/.changeset/hungry-sheep-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Updates internal CSS chunking behavior for Astro components' scoped styles. This may result in slightly more CSS chunks created, but should allow the scoped styles to only be included on pages that use them. diff --git a/.changeset/lazy-llamas-pull.md b/.changeset/lazy-llamas-pull.md deleted file mode 100644 index 4a294e755f..0000000000 --- a/.changeset/lazy-llamas-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a bug where `astro:config/server` and `astro:config/client` had incorrect types. diff --git a/.changeset/metal-tomatoes-confess.md b/.changeset/metal-tomatoes-confess.md deleted file mode 100644 index 16d9d65687..0000000000 --- a/.changeset/metal-tomatoes-confess.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/internal-helpers': patch -'astro': patch ---- - -Adds documentation to the assets utilities for remote service images. diff --git a/.changeset/pink-pugs-hide.md b/.changeset/pink-pugs-hide.md deleted file mode 100644 index a83bac5116..0000000000 --- a/.changeset/pink-pugs-hide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/upgrade': patch -'astro': patch ---- - -Uses `package-manager-detector` to detect the package manager used in the project diff --git a/.changeset/twenty-news-tease.md b/.changeset/twenty-news-tease.md deleted file mode 100644 index f1ffec6f8f..0000000000 --- a/.changeset/twenty-news-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes an issue where the internal function `makeSvgComponent` was incorrectly exposed as a public API. diff --git a/examples/basics/package.json b/examples/basics/package.json index 0a1fcdbf3a..a97b14fc4d 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.4.2" + "astro": "^5.4.3" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 29517220ab..8d4876838d 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.1.0", + "@astrojs/mdx": "^4.1.1", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.2.1", - "astro": "^5.4.2" + "astro": "^5.4.3" } } diff --git a/examples/component/package.json b/examples/component/package.json index 73e6cecbce..0891e63090 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.4.2" + "astro": "^5.4.3" }, "peerDependencies": { "astro": "^4.0.0 || ^5.0.0" diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index aa0e4ecea1..cf18d8adff 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/react": "^4.2.1", - "astro": "^5.4.2", + "astro": "^5.4.3", "react": "^18.3.1", "react-dom": "^18.3.1", "vitest": "^3.0.7" diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 06e0362bc4..8552ac002c 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -13,6 +13,6 @@ "@astrojs/alpinejs": "^0.4.3", "@types/alpinejs": "^3.13.11", "alpinejs": "^3.14.8", - "astro": "^5.4.2" + "astro": "^5.4.3" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 876126a40b..406fc150aa 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -13,11 +13,11 @@ "@astrojs/preact": "^4.0.5", "@astrojs/react": "^4.2.1", "@astrojs/solid-js": "^5.0.5", - "@astrojs/svelte": "^7.0.5", + "@astrojs/svelte": "^7.0.6", "@astrojs/vue": "^5.0.7", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", - "astro": "^5.4.2", + "astro": "^5.4.3", "preact": "^10.26.4", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index b30b6becfd..d53b117e31 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^4.0.5", "@preact/signals": "^2.0.1", - "astro": "^5.4.2", + "astro": "^5.4.3", "preact": "^10.26.4" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 81ef4262a4..1f31fc21e7 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^4.2.1", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", - "astro": "^5.4.2", + "astro": "^5.4.3", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index db25682c5b..4a7ea82da0 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/solid-js": "^5.0.5", - "astro": "^5.4.2", + "astro": "^5.4.3", "solid-js": "^1.9.5" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 312cfd17bd..7f0f34892e 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^7.0.5", - "astro": "^5.4.2", + "@astrojs/svelte": "^7.0.6", + "astro": "^5.4.3", "svelte": "^5.21.0" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index dece9492b8..4d6e926a8b 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/vue": "^5.0.7", - "astro": "^5.4.2", + "astro": "^5.4.3", "vue": "^3.5.13" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 5f55766c93..00954607a5 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^9.1.2", - "astro": "^5.4.2" + "@astrojs/node": "^9.1.3", + "astro": "^5.4.3" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index cce28c32c7..4353dae6a5 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.4.2" + "astro": "^5.4.3" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 806089c674..196f21a5f4 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.4.2" + "astro": "^5.4.3" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 48c2b714c6..44a39313b8 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.4.2" + "astro": "^5.4.3" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 7d603f148d..5f5d6d7686 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -11,9 +11,9 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^9.1.2", - "@astrojs/svelte": "^7.0.5", - "astro": "^5.4.2", + "@astrojs/node": "^9.1.3", + "@astrojs/svelte": "^7.0.6", + "astro": "^5.4.3", "svelte": "^5.21.0" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index 13ea50cdf1..6051ad53f3 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.4.2", + "astro": "^5.4.3", "sass": "^1.85.1", "sharp": "^0.33.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index a5153a6764..942e146845 100644 --- a/examples/toolbar-app/package.json +++ b/examples/toolbar-app/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "@types/node": "^18.17.8", - "astro": "^5.4.2" + "astro": "^5.4.3" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 1b18f494cd..9fc42734c0 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.12.10", - "astro": "^5.4.2" + "@astrojs/markdoc": "^0.12.11", + "astro": "^5.4.3" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index bfd4a67bad..ab45df6c85 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.1.0", + "@astrojs/mdx": "^4.1.1", "@astrojs/preact": "^4.0.5", - "astro": "^5.4.2", + "astro": "^5.4.3", "preact": "^10.26.4" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 147347535f..30643ff9f6 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^4.0.5", "@nanostores/preact": "^0.5.2", - "astro": "^5.4.2", + "astro": "^5.4.3", "nanostores": "^0.11.4", "preact": "^10.26.4" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index d8cee827c5..ae485f19d9 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -10,10 +10,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.1.0", + "@astrojs/mdx": "^4.1.1", "@tailwindcss/vite": "^4.0.9", "@types/canvas-confetti": "^1.9.0", - "astro": "^5.4.2", + "astro": "^5.4.3", "canvas-confetti": "^1.9.3", "tailwindcss": "^4.0.9" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 221179d3c5..3669b5a75f 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.4.2", + "astro": "^5.4.3", "vitest": "^3.0.7" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 9f5d3694ce..266fa1dc4a 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,27 @@ # astro +## 5.4.3 + +### Patch Changes + +- [#13381](https://github.com/withastro/astro/pull/13381) [`249d52a`](https://github.com/withastro/astro/commit/249d52a3ff17f792c451ea0e42b97a209667290c) Thanks [@martrapp](https://github.com/martrapp)! - Adds the `types` property to the viewTransition object when the ClientRouter simulates parts of the View Transition API on browsers w/o native support. + +- [#13367](https://github.com/withastro/astro/pull/13367) [`3ce4ad9`](https://github.com/withastro/astro/commit/3ce4ad965f576f2f4c53b5f2b876d449ed60c023) Thanks [@ematipico](https://github.com/ematipico)! - Adds documentation to various utility functions used for remote image services + +- [#13347](https://github.com/withastro/astro/pull/13347) [`d83f92a`](https://github.com/withastro/astro/commit/d83f92a20403ffc8d088cfd13d2806e0f4f1a11e) Thanks [@bluwy](https://github.com/bluwy)! - Updates internal CSS chunking behavior for Astro components' scoped styles. This may result in slightly more CSS chunks created, but should allow the scoped styles to only be included on pages that use them. + +- [#13388](https://github.com/withastro/astro/pull/13388) [`afadc70`](https://github.com/withastro/astro/commit/afadc702d7d928e7b650d3c071cca3d21e14333f) Thanks [@ematipico](https://github.com/ematipico)! - Fixes a bug where `astro:config/server` and `astro:config/client` had incorrect types. + +- [#13355](https://github.com/withastro/astro/pull/13355) [`042d1de`](https://github.com/withastro/astro/commit/042d1de901fd9aa66157ce078b28bcd9786e1373) Thanks [@ematipico](https://github.com/ematipico)! - Adds documentation to the assets utilities for remote service images. + +- [#13395](https://github.com/withastro/astro/pull/13395) [`6d1c63f`](https://github.com/withastro/astro/commit/6d1c63fa46a624b1c4981d4324ebabf37cc2b958) Thanks [@bluwy](https://github.com/bluwy)! - Uses `package-manager-detector` to detect the package manager used in the project + +- [#13363](https://github.com/withastro/astro/pull/13363) [`a793636`](https://github.com/withastro/astro/commit/a793636928d0014a7faa4431afdfb9404e9ea819) Thanks [@ematipico](https://github.com/ematipico)! - Fixes an issue where the internal function `makeSvgComponent` was incorrectly exposed as a public API. + +- Updated dependencies [[`042d1de`](https://github.com/withastro/astro/commit/042d1de901fd9aa66157ce078b28bcd9786e1373)]: + - @astrojs/internal-helpers@0.6.1 + - @astrojs/markdown-remark@6.2.1 + ## 5.4.2 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index c9703f3702..76989cf46e 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "5.4.2", + "version": "5.4.3", "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/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md index 3960f55b62..b14d30f383 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/cloudflare +## 12.2.4 + +### Patch Changes + +- Updated dependencies [[`042d1de`](https://github.com/withastro/astro/commit/042d1de901fd9aa66157ce078b28bcd9786e1373)]: + - @astrojs/internal-helpers@0.6.1 + - @astrojs/underscore-redirects@0.6.0 + ## 12.2.3 ### Patch Changes diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index 058d26bcd2..9fbcbc2c7a 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/cloudflare", "description": "Deploy your site to Cloudflare Workers/Pages", - "version": "12.2.3", + "version": "12.2.4", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md index ebfb47f97a..a95521fa0d 100644 --- a/packages/integrations/markdoc/CHANGELOG.md +++ b/packages/integrations/markdoc/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/markdoc +## 0.12.11 + +### Patch Changes + +- Updated dependencies [[`042d1de`](https://github.com/withastro/astro/commit/042d1de901fd9aa66157ce078b28bcd9786e1373)]: + - @astrojs/internal-helpers@0.6.1 + - @astrojs/markdown-remark@6.2.1 + ## 0.12.10 ### Patch Changes diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 7519b751bb..3a102cb1f2 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/markdoc", "description": "Add support for Markdoc in your Astro site", - "version": "0.12.10", + "version": "0.12.11", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index ab539eb5f1..483162a4e7 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/mdx +## 4.1.1 + +### Patch Changes + +- Updated dependencies []: + - @astrojs/markdown-remark@6.2.1 + ## 4.1.0 ### Minor Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 1d0c82becf..50c9a1133b 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/mdx", "description": "Add support for MDX pages in your Astro site", - "version": "4.1.0", + "version": "4.1.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 37d0d1fe5d..207800c052 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/netlify +## 6.2.3 + +### Patch Changes + +- Updated dependencies [[`042d1de`](https://github.com/withastro/astro/commit/042d1de901fd9aa66157ce078b28bcd9786e1373)]: + - @astrojs/internal-helpers@0.6.1 + - @astrojs/underscore-redirects@0.6.0 + ## 6.2.2 ### Patch Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index b823043421..7a6dffd337 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/netlify", "description": "Deploy your site to Netlify", - "version": "6.2.2", + "version": "6.2.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index d04804d42d..5b86cca171 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/node +## 9.1.3 + +### Patch Changes + +- Updated dependencies [[`042d1de`](https://github.com/withastro/astro/commit/042d1de901fd9aa66157ce078b28bcd9786e1373)]: + - @astrojs/internal-helpers@0.6.1 + ## 9.1.2 ### Patch Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index b0cf466275..62530c2764 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/node", "description": "Deploy your site to a Node.js server", - "version": "9.1.2", + "version": "9.1.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index d91a16cdf5..cc9d861fc9 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/svelte +## 7.0.6 + +### Patch Changes + +- [#13339](https://github.com/withastro/astro/pull/13339) [`a05e6ab`](https://github.com/withastro/astro/commit/a05e6ab7203e4f0eea6333699b6b7aec9f01752a) Thanks [@Hugos68](https://github.com/Hugos68)! - Fixes a case where `$props.id()` would not be unique across multiple islands + ## 7.0.5 ### Patch Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index db386325fb..f9f0f3f275 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "7.0.5", + "version": "7.0.6", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 8f12ee8e3f..996df273f5 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/vercel +## 8.1.2 + +### Patch Changes + +- Updated dependencies [[`042d1de`](https://github.com/withastro/astro/commit/042d1de901fd9aa66157ce078b28bcd9786e1373)]: + - @astrojs/internal-helpers@0.6.1 + ## 8.1.1 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 1763f95786..32a7d9eb48 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": "8.1.1", + "version": "8.1.2", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/internal-helpers/CHANGELOG.md b/packages/internal-helpers/CHANGELOG.md index 10c9c588fb..18c3b9bdd2 100644 --- a/packages/internal-helpers/CHANGELOG.md +++ b/packages/internal-helpers/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/internal-helpers +## 0.6.1 + +### Patch Changes + +- [#13355](https://github.com/withastro/astro/pull/13355) [`042d1de`](https://github.com/withastro/astro/commit/042d1de901fd9aa66157ce078b28bcd9786e1373) Thanks [@ematipico](https://github.com/ematipico)! - Adds documentation to the assets utilities for remote service images. + ## 0.6.0 ### Minor Changes diff --git a/packages/internal-helpers/package.json b/packages/internal-helpers/package.json index 98a3d6816b..5cb7261645 100644 --- a/packages/internal-helpers/package.json +++ b/packages/internal-helpers/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/internal-helpers", "description": "Internal helpers used by core Astro packages.", - "version": "0.6.0", + "version": "0.6.1", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index 71d14f628a..0276c323c0 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/markdown-remark +## 6.2.1 + +### Patch Changes + +- Updated dependencies [[`042d1de`](https://github.com/withastro/astro/commit/042d1de901fd9aa66157ce078b28bcd9786e1373)]: + - @astrojs/internal-helpers@0.6.1 + ## 6.2.0 ### Minor Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 0813249dc5..90788b5c7f 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "6.2.0", + "version": "6.2.1", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/upgrade/CHANGELOG.md b/packages/upgrade/CHANGELOG.md index 9a2b9b90e6..45e5e695c4 100644 --- a/packages/upgrade/CHANGELOG.md +++ b/packages/upgrade/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/upgrade +## 0.5.1 + +### Patch Changes + +- [#13395](https://github.com/withastro/astro/pull/13395) [`6d1c63f`](https://github.com/withastro/astro/commit/6d1c63fa46a624b1c4981d4324ebabf37cc2b958) Thanks [@bluwy](https://github.com/bluwy)! - Uses `package-manager-detector` to detect the package manager used in the project + ## 0.5.0 ### Minor Changes diff --git a/packages/upgrade/package.json b/packages/upgrade/package.json index 78cad6df98..2546621f75 100644 --- a/packages/upgrade/package.json +++ b/packages/upgrade/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/upgrade", - "version": "0.5.0", + "version": "0.5.1", "type": "module", "author": "withastro", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a7e4d7fd2a..fa4eafdbe1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -142,13 +142,13 @@ importers: examples/basics: dependencies: astro: - specifier: ^5.4.2 + specifier: ^5.4.3 version: link:../../packages/astro examples/blog: dependencies: '@astrojs/mdx': - specifier: ^4.1.0 + specifier: ^4.1.1 version: link:../../packages/integrations/mdx '@astrojs/rss': specifier: ^4.0.11 @@ -157,13 +157,13 @@ importers: specifier: ^3.2.1 version: link:../../packages/integrations/sitemap astro: - specifier: ^5.4.2 + specifier: ^5.4.3 version: link:../../packages/astro examples/component: devDependencies: astro: - specifier: ^5.4.2 + specifier: ^5.4.3 version: link:../../packages/astro examples/container-with-vitest: @@ -172,7 +172,7 @@ importers: specifier: ^4.2.1 version: link:../../packages/integrations/react astro: - specifier: ^5.4.2 + specifier: ^5.4.3 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -203,7 +203,7 @@ importers: specifier: ^3.14.8 version: 3.14.8 astro: - specifier: ^5.4.2 + specifier: ^5.4.3 version: link:../../packages/astro examples/framework-multiple: @@ -218,7 +218,7 @@ importers: specifier: ^5.0.5 version: link:../../packages/integrations/solid '@astrojs/svelte': - specifier: ^7.0.5 + specifier: ^7.0.6 version: link:../../packages/integrations/svelte '@astrojs/vue': specifier: ^5.0.7 @@ -230,7 +230,7 @@ importers: specifier: ^18.3.5 version: 18.3.5(@types/react@18.3.18) astro: - specifier: ^5.4.2 + specifier: ^5.4.3 version: link:../../packages/astro preact: specifier: ^10.26.4 @@ -260,7 +260,7 @@ importers: specifier: ^2.0.1 version: 2.0.1(preact@10.26.4) astro: - specifier: ^5.4.2 + specifier: ^5.4.3 version: link:../../packages/astro preact: specifier: ^10.26.4 @@ -278,7 +278,7 @@ importers: specifier: ^18.3.5 version: 18.3.5(@types/react@18.3.18) astro: - specifier: ^5.4.2 + specifier: ^5.4.3 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -293,7 +293,7 @@ importers: specifier: ^5.0.5 version: link:../../packages/integrations/solid astro: - specifier: ^5.4.2 + specifier: ^5.4.3 version: link:../../packages/astro solid-js: specifier: ^1.9.5 @@ -302,10 +302,10 @@ importers: examples/framework-svelte: dependencies: '@astrojs/svelte': - specifier: ^7.0.5 + specifier: ^7.0.6 version: link:../../packages/integrations/svelte astro: - specifier: ^5.4.2 + specifier: ^5.4.3 version: link:../../packages/astro svelte: specifier: ^5.21.0 @@ -317,7 +317,7 @@ importers: specifier: ^5.0.7 version: link:../../packages/integrations/vue astro: - specifier: ^5.4.2 + specifier: ^5.4.3 version: link:../../packages/astro vue: specifier: ^3.5.13 @@ -326,40 +326,40 @@ importers: examples/hackernews: dependencies: '@astrojs/node': - specifier: ^9.1.2 + specifier: ^9.1.3 version: link:../../packages/integrations/node astro: - specifier: ^5.4.2 + specifier: ^5.4.3 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^5.4.2 + specifier: ^5.4.3 version: link:../../packages/astro examples/minimal: dependencies: astro: - specifier: ^5.4.2 + specifier: ^5.4.3 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^5.4.2 + specifier: ^5.4.3 version: link:../../packages/astro examples/ssr: dependencies: '@astrojs/node': - specifier: ^9.1.2 + specifier: ^9.1.3 version: link:../../packages/integrations/node '@astrojs/svelte': - specifier: ^7.0.5 + specifier: ^7.0.6 version: link:../../packages/integrations/svelte astro: - specifier: ^5.4.2 + specifier: ^5.4.3 version: link:../../packages/astro svelte: specifier: ^5.21.0 @@ -368,7 +368,7 @@ importers: examples/starlog: dependencies: astro: - specifier: ^5.4.2 + specifier: ^5.4.3 version: link:../../packages/astro sass: specifier: ^1.85.1 @@ -383,28 +383,28 @@ importers: specifier: ^18.17.8 version: 18.19.50 astro: - specifier: ^5.4.2 + specifier: ^5.4.3 version: link:../../packages/astro examples/with-markdoc: dependencies: '@astrojs/markdoc': - specifier: ^0.12.10 + specifier: ^0.12.11 version: link:../../packages/integrations/markdoc astro: - specifier: ^5.4.2 + specifier: ^5.4.3 version: link:../../packages/astro examples/with-mdx: dependencies: '@astrojs/mdx': - specifier: ^4.1.0 + specifier: ^4.1.1 version: link:../../packages/integrations/mdx '@astrojs/preact': specifier: ^4.0.5 version: link:../../packages/integrations/preact astro: - specifier: ^5.4.2 + specifier: ^5.4.3 version: link:../../packages/astro preact: specifier: ^10.26.4 @@ -419,7 +419,7 @@ importers: specifier: ^0.5.2 version: 0.5.2(nanostores@0.11.4)(preact@10.26.4) astro: - specifier: ^5.4.2 + specifier: ^5.4.3 version: link:../../packages/astro nanostores: specifier: ^0.11.4 @@ -431,7 +431,7 @@ importers: examples/with-tailwindcss: dependencies: '@astrojs/mdx': - specifier: ^4.1.0 + specifier: ^4.1.1 version: link:../../packages/integrations/mdx '@tailwindcss/vite': specifier: ^4.0.9 @@ -440,7 +440,7 @@ importers: specifier: ^1.9.0 version: 1.9.0 astro: - specifier: ^5.4.2 + specifier: ^5.4.3 version: link:../../packages/astro canvas-confetti: specifier: ^1.9.3 @@ -452,7 +452,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^5.4.2 + specifier: ^5.4.3 version: link:../../packages/astro vitest: specifier: ^3.0.7