diff options
author | 2025-03-26 03:24:03 -0700 | |
---|---|---|
committer | 2025-03-26 10:24:03 +0000 | |
commit | b33cc17f37b6f7bd1af06c9debcc8f7a7916eedc (patch) | |
tree | cab65fd45df61abac65393a71a91abfcc3e793ca | |
parent | 3488324f235a8f4af4b44dda438194f013910b14 (diff) | |
download | astro-b33cc17f37b6f7bd1af06c9debcc8f7a7916eedc.tar.gz astro-b33cc17f37b6f7bd1af06c9debcc8f7a7916eedc.tar.zst astro-b33cc17f37b6f7bd1af06c9debcc8f7a7916eedc.zip |
[ci] release (#13504)astro@5.5.5@astrojs/vue@5.0.8@astrojs/tailwind@6.0.2@astrojs/svelte@7.0.8@astrojs/studio@0.1.5@astrojs/solid-js@5.0.6@astrojs/react@4.2.2@astrojs/preact@4.0.7@astrojs/netlify@6.2.4@astrojs/mdx@4.2.2@astrojs/markdoc@0.13.2@astrojs/db@0.14.9@astrojs/cloudflare@12.3.1@astrojs/alpinejs@0.4.4
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
56 files changed, 197 insertions, 132 deletions
diff --git a/.changeset/clever-tigers-dig.md b/.changeset/clever-tigers-dig.md deleted file mode 100644 index 62429099a..000000000 --- a/.changeset/clever-tigers-dig.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a case where `astro:env` secrets used in actions would not be available diff --git a/.changeset/honest-loops-cheat.md b/.changeset/honest-loops-cheat.md deleted file mode 100644 index 99462d363..000000000 --- a/.changeset/honest-loops-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a bug that caused cookies to ignore custom decode function if has() had been called before diff --git a/.changeset/mighty-states-return.md b/.changeset/mighty-states-return.md deleted file mode 100644 index 47d2e993e..000000000 --- a/.changeset/mighty-states-return.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'@astrojs/cloudflare': patch -'@astrojs/alpinejs': patch -'@astrojs/tailwind': patch -'@astrojs/markdoc': patch -'@astrojs/netlify': patch -'@astrojs/preact': patch -'@astrojs/svelte': patch -'@astrojs/react': patch -'@astrojs/solid-js': patch -'@astrojs/mdx': patch -'@astrojs/vue': patch -'@astrojs/studio': patch -'astro': patch -'@astrojs/db': patch ---- - -Updates the dependency `vite` to the latest. diff --git a/.changeset/wet-bottles-invite.md b/.changeset/wet-bottles-invite.md deleted file mode 100644 index 629e3d318..000000000 --- a/.changeset/wet-bottles-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a bug where an Astro adapter couldn't call the middleware when there isn't a route that matches the incoming request. diff --git a/examples/basics/package.json b/examples/basics/package.json index bbaa4c1dc..482f3a674 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.5.4" + "astro": "^5.5.5" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index ea7762255..d2f14bdb8 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.2.1", + "@astrojs/mdx": "^4.2.2", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "^3.3.0", - "astro": "^5.5.4" + "astro": "^5.5.5" } } diff --git a/examples/component/package.json b/examples/component/package.json index 735de1c3c..18db2f220 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.5.4" + "astro": "^5.5.5" }, "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 bfbfbd424..e2cf3ebff 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -11,8 +11,8 @@ "test": "vitest run" }, "dependencies": { - "@astrojs/react": "^4.2.1", - "astro": "^5.5.4", + "@astrojs/react": "^4.2.2", + "astro": "^5.5.5", "react": "^18.3.1", "react-dom": "^18.3.1", "vitest": "^3.0.9" diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index e6e0e0382..dd8c45c7b 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/alpinejs": "^0.4.3", + "@astrojs/alpinejs": "^0.4.4", "@types/alpinejs": "^3.13.11", "alpinejs": "^3.14.9", - "astro": "^5.5.4" + "astro": "^5.5.5" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 092201bb8..6677cc9f2 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,14 +10,14 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^4.0.6", - "@astrojs/react": "^4.2.1", - "@astrojs/solid-js": "^5.0.5", - "@astrojs/svelte": "^7.0.7", - "@astrojs/vue": "^5.0.7", + "@astrojs/preact": "^4.0.7", + "@astrojs/react": "^4.2.2", + "@astrojs/solid-js": "^5.0.6", + "@astrojs/svelte": "^7.0.8", + "@astrojs/vue": "^5.0.8", "@types/react": "^18.3.19", "@types/react-dom": "^18.3.5", - "astro": "^5.5.4", + "astro": "^5.5.5", "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 3d7420439..e5a933ee2 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^4.0.6", + "@astrojs/preact": "^4.0.7", "@preact/signals": "^2.0.1", - "astro": "^5.5.4", + "astro": "^5.5.5", "preact": "^10.26.4" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 71f19e5dc..87f158d39 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -10,10 +10,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "^4.2.1", + "@astrojs/react": "^4.2.2", "@types/react": "^18.3.19", "@types/react-dom": "^18.3.5", - "astro": "^5.5.4", + "astro": "^5.5.5", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index a822b3946..ee5677d47 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/solid-js": "^5.0.5", - "astro": "^5.5.4", + "@astrojs/solid-js": "^5.0.6", + "astro": "^5.5.5", "solid-js": "^1.9.5" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 18dcf5a0c..0e8a7d274 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^7.0.7", - "astro": "^5.5.4", + "@astrojs/svelte": "^7.0.8", + "astro": "^5.5.5", "svelte": "^5.23.2" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 18c3bdbf2..4c573c9de 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/vue": "^5.0.7", - "astro": "^5.5.4", + "@astrojs/vue": "^5.0.8", + "astro": "^5.5.5", "vue": "^3.5.13" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 001fc1629..34eea701a 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/node": "^9.1.3", - "astro": "^5.5.4" + "astro": "^5.5.5" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 4601f21cc..eb0f4715a 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.5.4" + "astro": "^5.5.5" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index d2640508d..57b32ddb8 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.5.4" + "astro": "^5.5.5" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 3ef930c9d..04c485f3a 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.5.4" + "astro": "^5.5.5" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 9b8bd2c08..7910bbe4c 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@astrojs/node": "^9.1.3", - "@astrojs/svelte": "^7.0.7", - "astro": "^5.5.4", + "@astrojs/svelte": "^7.0.8", + "astro": "^5.5.5", "svelte": "^5.23.2" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index c26145060..978e385ee 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.5.4", + "astro": "^5.5.5", "sass": "^1.86.0", "sharp": "^0.33.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index e3f9d7906..8c41c85e2 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.5.4" + "astro": "^5.5.5" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 66a83de45..792dcb6fb 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.13.1", - "astro": "^5.5.4" + "@astrojs/markdoc": "^0.13.2", + "astro": "^5.5.5" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 437f22613..0a1c94ad9 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.2.1", - "@astrojs/preact": "^4.0.6", - "astro": "^5.5.4", + "@astrojs/mdx": "^4.2.2", + "@astrojs/preact": "^4.0.7", + "astro": "^5.5.5", "preact": "^10.26.4" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 5713178e7..73e270650 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "^4.0.6", + "@astrojs/preact": "^4.0.7", "@nanostores/preact": "^0.5.2", - "astro": "^5.5.4", + "astro": "^5.5.5", "nanostores": "^0.11.4", "preact": "^10.26.4" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 57d1ecd54..b715499f5 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -10,10 +10,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^4.2.1", + "@astrojs/mdx": "^4.2.2", "@tailwindcss/vite": "^4.0.15", "@types/canvas-confetti": "^1.9.0", - "astro": "^5.5.4", + "astro": "^5.5.5", "canvas-confetti": "^1.9.3", "tailwindcss": "^4.0.15" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index af15fe860..0ae45b4f9 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.5.4", + "astro": "^5.5.5", "vitest": "^3.0.9" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 69097548b..9e4352a35 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,17 @@ # astro +## 5.5.5 + +### Patch Changes + +- [#13510](https://github.com/withastro/astro/pull/13510) [`5b14d33`](https://github.com/withastro/astro/commit/5b14d33f81cdac0f7ac77186113dcce4369d848d) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes a case where `astro:env` secrets used in actions would not be available + +- [#13485](https://github.com/withastro/astro/pull/13485) [`018fbe9`](https://github.com/withastro/astro/commit/018fbe90f4030bbc2b2db7589d750e5392f38e59) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a bug that caused cookies to ignore custom decode function if has() had been called before + +- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest. + +- [#13483](https://github.com/withastro/astro/pull/13483) [`fc2dcb8`](https://github.com/withastro/astro/commit/fc2dcb83543d88af9e0920b90a035652d6db5166) Thanks [@ematipico](https://github.com/ematipico)! - Fixes a bug where an Astro adapter couldn't call the middleware when there isn't a route that matches the incoming request. + ## 5.5.4 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 5c61e6fc5..8faa56193 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "5.5.4", + "version": "5.5.5", "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/db/CHANGELOG.md b/packages/db/CHANGELOG.md index b86249ffb..547b18be4 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/db +## 0.14.9 + +### Patch Changes + +- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest. + +- Updated dependencies [[`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e)]: + - @astrojs/studio@0.1.5 + ## 0.14.8 ### Patch Changes diff --git a/packages/db/package.json b/packages/db/package.json index d22322081..781b29942 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/db", - "version": "0.14.8", + "version": "0.14.9", "description": "Add libSQL and Astro Studio support to your Astro site", "license": "MIT", "repository": { diff --git a/packages/integrations/alpinejs/CHANGELOG.md b/packages/integrations/alpinejs/CHANGELOG.md index 0541b1c4a..c7c21753a 100644 --- a/packages/integrations/alpinejs/CHANGELOG.md +++ b/packages/integrations/alpinejs/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/alpinejs +## 0.4.4 + +### Patch Changes + +- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest. + ## 0.4.3 ### Patch Changes diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json index cc336c234..bd5afcdc7 100644 --- a/packages/integrations/alpinejs/package.json +++ b/packages/integrations/alpinejs/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/alpinejs", "description": "Use Alpine within Astro", - "version": "0.4.3", + "version": "0.4.4", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md index 79e92e786..4e90a3dbe 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/cloudflare +## 12.3.1 + +### Patch Changes + +- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest. + +- Updated dependencies []: + - @astrojs/underscore-redirects@0.6.0 + ## 12.3.0 ### Minor Changes diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index 05128ef14..72ef4ac05 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.3.0", + "version": "12.3.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md index 16e36541e..b4c0f1a01 100644 --- a/packages/integrations/markdoc/CHANGELOG.md +++ b/packages/integrations/markdoc/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/markdoc +## 0.13.2 + +### Patch Changes + +- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest. + ## 0.13.1 ### Patch Changes diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 2f1d7a3da..0d3815f1c 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.13.1", + "version": "0.13.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 24455a16b..a185942c2 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/mdx +## 4.2.2 + +### Patch Changes + +- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest. + ## 4.2.1 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 7055df85d..3847b55ad 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.2.1", + "version": "4.2.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 207800c05..f97e02a6a 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/netlify +## 6.2.4 + +### Patch Changes + +- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest. + +- Updated dependencies []: + - @astrojs/underscore-redirects@0.6.0 + ## 6.2.3 ### Patch Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 8f8c5d63d..c7c4c574f 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.3", + "version": "6.2.4", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md index c26263e72..a8bf93559 100644 --- a/packages/integrations/preact/CHANGELOG.md +++ b/packages/integrations/preact/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/preact +## 4.0.7 + +### Patch Changes + +- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest. + ## 4.0.6 ### Patch Changes diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index ebb23d417..6d62ff323 100644 --- a/packages/integrations/preact/package.json +++ b/packages/integrations/preact/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/preact", "description": "Use Preact components within Astro", - "version": "4.0.6", + "version": "4.0.7", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md index 0681749d8..f8f2d366d 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 4.2.2 + +### Patch Changes + +- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest. + ## 4.2.1 ### Patch Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index f870c400e..a29a54fe7 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/react", "description": "Use React components within Astro", - "version": "4.2.1", + "version": "4.2.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md index e8f175fd0..8c96d18db 100644 --- a/packages/integrations/solid/CHANGELOG.md +++ b/packages/integrations/solid/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/solid-js +## 5.0.6 + +### Patch Changes + +- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest. + ## 5.0.5 ### Patch Changes diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index 8358381a3..965074a05 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/solid-js", - "version": "5.0.5", + "version": "5.0.6", "description": "Use Solid components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index 25657d519..c7b06bc92 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/svelte +## 7.0.8 + +### Patch Changes + +- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest. + ## 7.0.7 ### Patch Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index c564c2c71..78ed6954c 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "7.0.7", + "version": "7.0.8", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md index dba76a9f1..5db29cb1b 100644 --- a/packages/integrations/tailwind/CHANGELOG.md +++ b/packages/integrations/tailwind/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/tailwind +## 6.0.2 + +### Patch Changes + +- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest. + ## 6.0.1 ### Patch Changes diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 42688407b..f9e1bae93 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/tailwind", "description": "Use Tailwind CSS to style your Astro site", - "version": "6.0.1", + "version": "6.0.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index e01cb1d0e..2fa891158 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 5.0.8 + +### Patch Changes + +- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest. + ## 5.0.7 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index d30d0faec..e71d2234a 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "5.0.7", + "version": "5.0.8", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/studio/CHANGELOG.md b/packages/studio/CHANGELOG.md index c6a9eacf7..c25549228 100644 --- a/packages/studio/CHANGELOG.md +++ b/packages/studio/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/studio +## 0.1.5 + +### Patch Changes + +- [#13505](https://github.com/withastro/astro/pull/13505) [`a98ae5b`](https://github.com/withastro/astro/commit/a98ae5b8f5c33900379012e9e253a755c0a8927e) Thanks [@ematipico](https://github.com/ematipico)! - Updates the dependency `vite` to the latest. + ## 0.1.4 ### Patch Changes diff --git a/packages/studio/package.json b/packages/studio/package.json index 0280ad9b7..738f3228e 100644 --- a/packages/studio/package.json +++ b/packages/studio/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/studio", - "version": "0.1.4", + "version": "0.1.5", "description": "Internal package powering integrations between Astro projects and Astro Studio", "license": "MIT", "repository": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 199030db5..7e01db41c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -142,13 +142,13 @@ importers: examples/basics: dependencies: astro: - specifier: ^5.5.4 + specifier: ^5.5.5 version: link:../../packages/astro examples/blog: dependencies: '@astrojs/mdx': - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/integrations/mdx '@astrojs/rss': specifier: ^4.0.11 @@ -157,22 +157,22 @@ importers: specifier: ^3.3.0 version: link:../../packages/integrations/sitemap astro: - specifier: ^5.5.4 + specifier: ^5.5.5 version: link:../../packages/astro examples/component: devDependencies: astro: - specifier: ^5.5.4 + specifier: ^5.5.5 version: link:../../packages/astro examples/container-with-vitest: dependencies: '@astrojs/react': - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/integrations/react astro: - specifier: ^5.5.4 + specifier: ^5.5.5 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -194,7 +194,7 @@ importers: examples/framework-alpine: dependencies: '@astrojs/alpinejs': - specifier: ^0.4.3 + specifier: ^0.4.4 version: link:../../packages/integrations/alpinejs '@types/alpinejs': specifier: ^3.13.11 @@ -203,25 +203,25 @@ importers: specifier: ^3.14.9 version: 3.14.9 astro: - specifier: ^5.5.4 + specifier: ^5.5.5 version: link:../../packages/astro examples/framework-multiple: dependencies: '@astrojs/preact': - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/integrations/preact '@astrojs/react': - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/integrations/react '@astrojs/solid-js': - specifier: ^5.0.5 + specifier: ^5.0.6 version: link:../../packages/integrations/solid '@astrojs/svelte': - specifier: ^7.0.7 + specifier: ^7.0.8 version: link:../../packages/integrations/svelte '@astrojs/vue': - specifier: ^5.0.7 + specifier: ^5.0.8 version: link:../../packages/integrations/vue '@types/react': specifier: ^18.3.19 @@ -230,7 +230,7 @@ importers: specifier: ^18.3.5 version: 18.3.5(@types/react@18.3.19) astro: - specifier: ^5.5.4 + specifier: ^5.5.5 version: link:../../packages/astro preact: specifier: ^10.26.4 @@ -254,13 +254,13 @@ importers: examples/framework-preact: dependencies: '@astrojs/preact': - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/integrations/preact '@preact/signals': specifier: ^2.0.1 version: 2.0.1(preact@10.26.4) astro: - specifier: ^5.5.4 + specifier: ^5.5.5 version: link:../../packages/astro preact: specifier: ^10.26.4 @@ -269,7 +269,7 @@ importers: examples/framework-react: dependencies: '@astrojs/react': - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/integrations/react '@types/react': specifier: ^18.3.19 @@ -278,7 +278,7 @@ importers: specifier: ^18.3.5 version: 18.3.5(@types/react@18.3.19) astro: - specifier: ^5.5.4 + specifier: ^5.5.5 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -290,10 +290,10 @@ importers: examples/framework-solid: dependencies: '@astrojs/solid-js': - specifier: ^5.0.5 + specifier: ^5.0.6 version: link:../../packages/integrations/solid astro: - specifier: ^5.5.4 + specifier: ^5.5.5 version: link:../../packages/astro solid-js: specifier: ^1.9.5 @@ -302,10 +302,10 @@ importers: examples/framework-svelte: dependencies: '@astrojs/svelte': - specifier: ^7.0.7 + specifier: ^7.0.8 version: link:../../packages/integrations/svelte astro: - specifier: ^5.5.4 + specifier: ^5.5.5 version: link:../../packages/astro svelte: specifier: ^5.23.2 @@ -314,10 +314,10 @@ importers: examples/framework-vue: dependencies: '@astrojs/vue': - specifier: ^5.0.7 + specifier: ^5.0.8 version: link:../../packages/integrations/vue astro: - specifier: ^5.5.4 + specifier: ^5.5.5 version: link:../../packages/astro vue: specifier: ^3.5.13 @@ -329,25 +329,25 @@ importers: specifier: ^9.1.3 version: link:../../packages/integrations/node astro: - specifier: ^5.5.4 + specifier: ^5.5.5 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^5.5.4 + specifier: ^5.5.5 version: link:../../packages/astro examples/minimal: dependencies: astro: - specifier: ^5.5.4 + specifier: ^5.5.5 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^5.5.4 + specifier: ^5.5.5 version: link:../../packages/astro examples/ssr: @@ -356,10 +356,10 @@ importers: specifier: ^9.1.3 version: link:../../packages/integrations/node '@astrojs/svelte': - specifier: ^7.0.7 + specifier: ^7.0.8 version: link:../../packages/integrations/svelte astro: - specifier: ^5.5.4 + specifier: ^5.5.5 version: link:../../packages/astro svelte: specifier: ^5.23.2 @@ -368,7 +368,7 @@ importers: examples/starlog: dependencies: astro: - specifier: ^5.5.4 + specifier: ^5.5.5 version: link:../../packages/astro sass: specifier: ^1.86.0 @@ -383,28 +383,28 @@ importers: specifier: ^18.17.8 version: 18.19.50 astro: - specifier: ^5.5.4 + specifier: ^5.5.5 version: link:../../packages/astro examples/with-markdoc: dependencies: '@astrojs/markdoc': - specifier: ^0.13.1 + specifier: ^0.13.2 version: link:../../packages/integrations/markdoc astro: - specifier: ^5.5.4 + specifier: ^5.5.5 version: link:../../packages/astro examples/with-mdx: dependencies: '@astrojs/mdx': - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/integrations/mdx '@astrojs/preact': - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/integrations/preact astro: - specifier: ^5.5.4 + specifier: ^5.5.5 version: link:../../packages/astro preact: specifier: ^10.26.4 @@ -413,13 +413,13 @@ importers: examples/with-nanostores: dependencies: '@astrojs/preact': - specifier: ^4.0.6 + specifier: ^4.0.7 version: link:../../packages/integrations/preact '@nanostores/preact': specifier: ^0.5.2 version: 0.5.2(nanostores@0.11.4)(preact@10.26.4) astro: - specifier: ^5.5.4 + specifier: ^5.5.5 version: link:../../packages/astro nanostores: specifier: ^0.11.4 @@ -431,7 +431,7 @@ importers: examples/with-tailwindcss: dependencies: '@astrojs/mdx': - specifier: ^4.2.1 + specifier: ^4.2.2 version: link:../../packages/integrations/mdx '@tailwindcss/vite': specifier: ^4.0.15 @@ -440,7 +440,7 @@ importers: specifier: ^1.9.0 version: 1.9.0 astro: - specifier: ^5.5.4 + specifier: ^5.5.5 version: link:../../packages/astro canvas-confetti: specifier: ^1.9.3 @@ -452,7 +452,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^5.5.4 + specifier: ^5.5.5 version: link:../../packages/astro vitest: specifier: ^3.0.9 @@ -10185,7 +10185,6 @@ packages: libsql@0.5.1: resolution: {integrity: sha512-ePnm5zj6T//GKiTY/v5b0a272NX73hqdRORmD8gzz1nUui9051dtTt6t0XCrIqxwJAHSmQiZcfAx3YSASn9Y+A==} - cpu: [x64, arm64, wasm32] os: [darwin, linux, win32] lightningcss-darwin-arm64@1.29.2: |