diff --git a/.changeset/chatty-knives-confess.md b/.changeset/chatty-knives-confess.md deleted file mode 100644 index 7f07eb893c13c..0000000000000 --- a/.changeset/chatty-knives-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Removes the misleading log message telling that a custom renderer is not recognized while it clearly is and works. diff --git a/.changeset/kind-mayflies-argue.md b/.changeset/kind-mayflies-argue.md deleted file mode 100644 index 8b5704ad402ab..0000000000000 --- a/.changeset/kind-mayflies-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a bug where URL search parameters weren't passed when using the i18n `fallback` feature. diff --git a/.changeset/little-rules-relate.md b/.changeset/little-rules-relate.md deleted file mode 100644 index b0b01a87bad1b..0000000000000 --- a/.changeset/little-rules-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/upgrade': patch ---- - -Fixes an issue where running `upgrade` in a directory without `astro` installed shows a false success message diff --git a/.changeset/neat-papayas-brake.md b/.changeset/neat-papayas-brake.md deleted file mode 100644 index 5505c7b5fa2b0..0000000000000 --- a/.changeset/neat-papayas-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes an issue where the custom `assetFileNames` configuration caused assets to be incorrectly moved to the server directory instead of the client directory, resulting in 404 errors when accessed from the client side. diff --git a/.changeset/rare-cooks-battle.md b/.changeset/rare-cooks-battle.md deleted file mode 100644 index cc6955fa490f1..0000000000000 --- a/.changeset/rare-cooks-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes an issue where the `experimental.svg` had incorrect type, resulting in some errors in the editors. diff --git a/.changeset/red-emus-repair.md b/.changeset/red-emus-repair.md deleted file mode 100644 index e0dbf68d9a2c1..0000000000000 --- a/.changeset/red-emus-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/db': patch ---- - -Fixes a bug that caused an error to be logged about invalid entrypoints diff --git a/.changeset/silver-hats-agree.md b/.changeset/silver-hats-agree.md deleted file mode 100644 index dec17873ea5fa..0000000000000 --- a/.changeset/silver-hats-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes a bug where the class attribute was rendered twice on the image component diff --git a/.changeset/six-toes-sort.md b/.changeset/six-toes-sort.md deleted file mode 100644 index 3124986c512e1..0000000000000 --- a/.changeset/six-toes-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Correctly handles images in content collections with uppercase file extensions diff --git a/.changeset/stupid-teachers-yell.md b/.changeset/stupid-teachers-yell.md deleted file mode 100644 index a00ccceb56031..0000000000000 --- a/.changeset/stupid-teachers-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Cleans up content layer sync during builds and programmatic `sync()` calls diff --git a/examples/basics/package.json b/examples/basics/package.json index aab51227498dd..695d42eb5b76d 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.0.2" + "astro": "^5.0.3" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 82ac3b519a18e..3bbb2535833cf 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,6 +13,6 @@ "@astrojs/mdx": "^4.0.1", "@astrojs/rss": "^4.0.9", "@astrojs/sitemap": "^3.2.1", - "astro": "^5.0.2" + "astro": "^5.0.3" } } diff --git a/examples/component/package.json b/examples/component/package.json index 89f9706ffea6e..e3cce0dc3874f 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.0.2" + "astro": "^5.0.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 0812e37f844e0..a4f5269843a23 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/react": "^4.0.0", - "astro": "^5.0.2", + "astro": "^5.0.3", "react": "^18.3.1", "react-dom": "^18.3.1", "vitest": "^2.1.6" diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index f2338e5a046a1..6c31cc904e196 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -13,6 +13,6 @@ "@astrojs/alpinejs": "^0.4.0", "@types/alpinejs": "^3.13.10", "alpinejs": "^3.14.3", - "astro": "^5.0.2" + "astro": "^5.0.3" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 2699ab2170388..d3cb9171a9961 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -17,7 +17,7 @@ "@astrojs/vue": "^5.0.1", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "astro": "^5.0.2", + "astro": "^5.0.3", "preact": "^10.24.3", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 416a56dad979c..3610e1af7120f 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^4.0.0", "@preact/signals": "^1.3.0", - "astro": "^5.0.2", + "astro": "^5.0.3", "preact": "^10.24.3" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index c02fdcdd9048c..d651a384e7a56 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^4.0.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "astro": "^5.0.2", + "astro": "^5.0.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 90992240cc8fa..57a2765467585 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/solid-js": "^5.0.0", - "astro": "^5.0.2", + "astro": "^5.0.3", "solid-js": "^1.9.3" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 5466ea1915ae7..01bc92cbe4e4f 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/svelte": "^7.0.1", - "astro": "^5.0.2", + "astro": "^5.0.3", "svelte": "^5.1.16" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 2237b0edefcf6..af66cba4fd1a0 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/vue": "^5.0.1", - "astro": "^5.0.2", + "astro": "^5.0.3", "vue": "^3.5.12" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index e31de707d553d..c791dddbe3314 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/node": "^9.0.0", - "astro": "^5.0.2" + "astro": "^5.0.3" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index f05c118d48348..afc2de354f83a 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.0.2" + "astro": "^5.0.3" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index a68d82b66994a..c913c48e462d1 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.0.2" + "astro": "^5.0.3" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index fb9590cd30990..881563abb2597 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.0.2" + "astro": "^5.0.3" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index dbaf8a11f602d..25144d1c55baa 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/node": "^9.0.0", "@astrojs/svelte": "^7.0.1", - "astro": "^5.0.2", + "astro": "^5.0.3", "svelte": "^5.1.16" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index 8853f4c006c20..e779f519472d6 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.0.2", + "astro": "^5.0.3", "sass": "^1.80.6", "sharp": "^0.33.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index 91c27b260a89d..8abafa93b213d 100644 --- a/examples/toolbar-app/package.json +++ b/examples/toolbar-app/package.json @@ -15,6 +15,6 @@ "./app": "./dist/app.js" }, "devDependencies": { - "astro": "^5.0.2" + "astro": "^5.0.3" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 028a20e6e086d..af6d7c310ea06 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.12.1", - "astro": "^5.0.2" + "astro": "^5.0.3" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index c2fb651156bd9..1c01fb99002c1 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/mdx": "^4.0.1", "@astrojs/preact": "^4.0.0", - "astro": "^5.0.2", + "astro": "^5.0.3", "preact": "^10.24.3" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 9289296a4bfeb..79e7f87578ff6 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^4.0.0", "@nanostores/preact": "^0.5.2", - "astro": "^5.0.2", + "astro": "^5.0.3", "nanostores": "^0.11.3", "preact": "^10.24.3" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 5f4f02352a9b6..49ca8f2117cfe 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -13,7 +13,7 @@ "@astrojs/mdx": "^4.0.1", "@astrojs/tailwind": "^5.1.3", "@types/canvas-confetti": "^1.6.4", - "astro": "^5.0.2", + "astro": "^5.0.3", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", "postcss": "^8.4.49", diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index a351f5d1f518c..f1204bfb54c89 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.0.2", + "astro": "^5.0.3", "vitest": "^2.1.6" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 6b11e5b6abd69..87915c568faca 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,23 @@ # astro +## 5.0.3 + +### Patch Changes + +- [#12461](https://github.com/withastro/astro/pull/12461) [`62939ad`](https://github.com/withastro/astro/commit/62939add0b04b05b64f9b88d85fa5b0d34aae2d4) Thanks [@kyr0](https://github.com/kyr0)! - Removes the misleading log message telling that a custom renderer is not recognized while it clearly is and works. + +- [#12547](https://github.com/withastro/astro/pull/12547) [`6b6e18d`](https://github.com/withastro/astro/commit/6b6e18d7a0f08342eced2a77ddb371810b030868) Thanks [@mtwilliams-code](https://github.com/mtwilliams-code)! - Fixes a bug where URL search parameters weren't passed when using the i18n `fallback` feature. + +- [#12449](https://github.com/withastro/astro/pull/12449) [`e6b8017`](https://github.com/withastro/astro/commit/e6b80172391d5f9aa5b1de26a8694ba4a28a43f3) Thanks [@apatel369](https://github.com/apatel369)! - Fixes an issue where the custom `assetFileNames` configuration caused assets to be incorrectly moved to the server directory instead of the client directory, resulting in 404 errors when accessed from the client side. + +- [#12625](https://github.com/withastro/astro/pull/12625) [`74bfad0`](https://github.com/withastro/astro/commit/74bfad07afe70fec40de4db3d32a87af306406db) Thanks [@ematipico](https://github.com/ematipico)! - Fixes an issue where the `experimental.svg` had incorrect type, resulting in some errors in the editors. + +- [#12631](https://github.com/withastro/astro/pull/12631) [`dec0305`](https://github.com/withastro/astro/commit/dec0305b7577b431637a129e19fbbe6a28469587) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a bug where the class attribute was rendered twice on the image component + +- [#12623](https://github.com/withastro/astro/pull/12623) [`0e4fecb`](https://github.com/withastro/astro/commit/0e4fecbb135915a503b9ea2c12e57cf27cf07be8) Thanks [@ascorbic](https://github.com/ascorbic)! - Correctly handles images in content collections with uppercase file extensions + +- [#12633](https://github.com/withastro/astro/pull/12633) [`8a551c1`](https://github.com/withastro/astro/commit/8a551c1272a22ab7c3fb836d6685a0eb38c33071) Thanks [@bluwy](https://github.com/bluwy)! - Cleans up content layer sync during builds and programmatic `sync()` calls + ## 5.0.2 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index b2129104ed69b..3ee650bb3e5f0 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "5.0.2", + "version": "5.0.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/db/CHANGELOG.md b/packages/db/CHANGELOG.md index 7a04ee4eb4a42..6194da7f3b43c 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/db +## 0.14.1 + +### Patch Changes + +- [#12628](https://github.com/withastro/astro/pull/12628) [`348c71e`](https://github.com/withastro/astro/commit/348c71ecdc7e2a7afb169c2251692416d5e59fcb) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a bug that caused an error to be logged about invalid entrypoints + +- Updated dependencies []: + - @astrojs/studio@0.1.2 + ## 0.14.0 ### Minor Changes diff --git a/packages/db/package.json b/packages/db/package.json index e4783c1634896..7bac47649a82b 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/db", - "version": "0.14.0", + "version": "0.14.1", "description": "Add libSQL and Astro Studio support to your Astro site", "license": "MIT", "repository": { diff --git a/packages/upgrade/CHANGELOG.md b/packages/upgrade/CHANGELOG.md index 56cfc202c6b49..f0014da8d7387 100644 --- a/packages/upgrade/CHANGELOG.md +++ b/packages/upgrade/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/upgrade +## 0.4.1 + +### Patch Changes + +- [#12576](https://github.com/withastro/astro/pull/12576) [`19b3ac0`](https://github.com/withastro/astro/commit/19b3ac0036cc6f27da887d19b16d804c6f0b8124) Thanks [@apatel369](https://github.com/apatel369)! - Fixes an issue where running `upgrade` in a directory without `astro` installed shows a false success message + ## 0.4.0 ### Minor Changes diff --git a/packages/upgrade/package.json b/packages/upgrade/package.json index 4496d2b53fe9d..c3cc86f00a2a1 100644 --- a/packages/upgrade/package.json +++ b/packages/upgrade/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/upgrade", - "version": "0.4.0", + "version": "0.4.1", "type": "module", "author": "withastro", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f87bd6cd9e0d3..6e805627382ac 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -142,7 +142,7 @@ importers: examples/basics: dependencies: astro: - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/astro examples/blog: @@ -157,13 +157,13 @@ importers: specifier: ^3.2.1 version: link:../../packages/integrations/sitemap astro: - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/astro examples/component: devDependencies: astro: - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/astro examples/container-with-vitest: @@ -172,7 +172,7 @@ importers: specifier: ^4.0.0 version: link:../../packages/integrations/react astro: - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -203,7 +203,7 @@ importers: specifier: ^3.14.3 version: 3.14.3 astro: - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/astro examples/framework-multiple: @@ -230,7 +230,7 @@ importers: specifier: ^18.3.1 version: 18.3.1 astro: - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/astro preact: specifier: ^10.24.3 @@ -260,7 +260,7 @@ importers: specifier: ^1.3.0 version: 1.3.0(preact@10.24.3) astro: - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/astro preact: specifier: ^10.24.3 @@ -278,7 +278,7 @@ importers: specifier: ^18.3.1 version: 18.3.1 astro: - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -293,7 +293,7 @@ importers: specifier: ^5.0.0 version: link:../../packages/integrations/solid astro: - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/astro solid-js: specifier: ^1.9.3 @@ -305,7 +305,7 @@ importers: specifier: ^7.0.1 version: link:../../packages/integrations/svelte astro: - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/astro svelte: specifier: ^5.1.16 @@ -317,7 +317,7 @@ importers: specifier: ^5.0.1 version: link:../../packages/integrations/vue astro: - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/astro vue: specifier: ^3.5.12 @@ -329,25 +329,25 @@ importers: specifier: ^9.0.0 version: 9.0.0(astro@packages+astro) astro: - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/astro examples/minimal: dependencies: astro: - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/astro examples/ssr: @@ -359,7 +359,7 @@ importers: specifier: ^7.0.1 version: link:../../packages/integrations/svelte astro: - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/astro svelte: specifier: ^5.1.16 @@ -368,7 +368,7 @@ importers: examples/starlog: dependencies: astro: - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/astro sass: specifier: ^1.80.6 @@ -380,7 +380,7 @@ importers: examples/toolbar-app: devDependencies: astro: - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/astro examples/with-markdoc: @@ -389,7 +389,7 @@ importers: specifier: ^0.12.1 version: link:../../packages/integrations/markdoc astro: - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/astro examples/with-mdx: @@ -401,7 +401,7 @@ importers: specifier: ^4.0.0 version: link:../../packages/integrations/preact astro: - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/astro preact: specifier: ^10.24.3 @@ -416,7 +416,7 @@ importers: specifier: ^0.5.2 version: 0.5.2(nanostores@0.11.3)(preact@10.24.3) astro: - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/astro nanostores: specifier: ^0.11.3 @@ -437,7 +437,7 @@ importers: specifier: ^1.6.4 version: 1.6.4 astro: - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/astro autoprefixer: specifier: ^10.4.20 @@ -455,7 +455,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^5.0.2 + specifier: ^5.0.3 version: link:../../packages/astro vitest: specifier: ^2.1.6