diff options
author | 2025-03-11 02:23:12 -0700 | |
---|---|---|
committer | 2025-03-11 09:23:12 +0000 | |
commit | 10fae31ac1278ea3f713467cd2909372a4f41bb3 (patch) | |
tree | 7cc36c9debd9da029162cdac31dc60a7d10b94c0 | |
parent | 6d1c63fa46a624b1c4981d4324ebabf37cc2b958 (diff) | |
download | astro-10fae31ac1278ea3f713467cd2909372a4f41bb3.tar.gz astro-10fae31ac1278ea3f713467cd2909372a4f41bb3.tar.zst astro-10fae31ac1278ea3f713467cd2909372a4f41bb3.zip |
[ci] release (#13361)astro@5.4.3@astrojs/vercel@8.1.2@astrojs/upgrade@0.5.1@astrojs/svelte@7.0.6@astrojs/node@9.1.3@astrojs/netlify@6.2.3@astrojs/mdx@4.1.1@astrojs/markdown-remark@6.2.1@astrojs/markdoc@0.12.11@astrojs/internal-helpers@0.6.1@astrojs/cloudflare@12.2.4
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
54 files changed, 167 insertions, 117 deletions
diff --git a/.changeset/every-birds-stick.md b/.changeset/every-birds-stick.md deleted file mode 100644 index fe9ea7890..000000000 --- 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 7318279a3..000000000 --- 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 ac23776fd..000000000 --- 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 44cf97fd7..000000000 --- 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 4a294e755..000000000 --- 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 16d9d6568..000000000 --- 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 a83bac511..000000000 --- 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 f1ffec6f8..000000000 --- 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 0a1fcdbf3..a97b14fc4 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 29517220a..8d4876838 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 73e6cecbc..0891e6309 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 aa0e4ecea..cf18d8adf 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 06e0362bc..8552ac002 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 876126a40..406fc150a 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 b30b6becf..d53b117e3 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 81ef4262a..1f31fc21e 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 db25682c5..4a7ea82da 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 312cfd17b..7f0f34892 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 dece9492b..4d6e926a8 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 5f55766c9..00954607a 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 cce28c32c..4353dae6a 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 806089c67..196f21a5f 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 48c2b714c..44a39313b 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 7d603f148..5f5d6d768 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 13ea50cdf..6051ad53f 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 a5153a676..942e14684 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 1b18f494c..9fc42734c 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 bfd4a67ba..ab45df6c8 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 147347535..30643ff9f 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 d8cee827c..ae485f19d 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 221179d3c..3669b5a75 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 9f5d3694c..266fa1dc4 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 c9703f370..76989cf46 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 3960f55b6..b14d30f38 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 058d26bcd..9fbcbc2c7 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 ebfb47f97..a95521fa0 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 7519b751b..3a102cb1f 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 ab539eb5f..483162a4e 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 1d0c82bec..50c9a1133 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 37d0d1fe5..207800c05 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 b82304342..7a6dffd33 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 d04804d42..5b86cca17 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 b0cf46627..62530c276 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 d91a16cdf..cc9d861fc 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 db386325f..f9f0f3f27 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 8f12ee8e3..996df273f 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 1763f9578..32a7d9eb4 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 10c9c588f..18c3b9bdd 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 98a3d6816..5cb726164 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 71d14f628..0276c323c 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 0813249dc..90788b5c7 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 9a2b9b90e..45e5e695c 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 78cad6df9..2546621f7 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 a7e4d7fd2..fa4eafdbe 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 |