diff --git a/.changeset/pre.json b/.changeset/pre.json index d0d69690db3a..b09136d101cc 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -33,7 +33,6 @@ "changesets": [ "afraid-dots-whisper", "big-tips-whisper", - "breezy-frogs-learn", "chilled-ducks-grin", "cool-feet-rest", "dirty-lies-cover", @@ -43,20 +42,31 @@ "gentle-deers-yawn", "gentle-meals-crash", "giant-plants-sip", + "green-islands-repeat", "heavy-walls-arrive", "large-countries-share", + "lazy-pillows-burn", "loud-candles-admire", "mighty-dancers-lay", + "moody-houses-drum", + "neat-owls-run", "neat-suns-search", "odd-books-live", + "odd-plants-tie", + "olive-queens-drum", "perfect-horses-tell", "plenty-keys-add", "purple-buses-prove", + "quick-boats-bow", "rude-ears-play", "six-grapes-look", "slimy-carrots-sell", + "soft-colts-heal", "spicy-eels-rush", + "strong-papayas-chew", "tame-files-glow", + "tasty-camels-speak", + "thin-plums-drop", "three-adults-exist", "three-onions-repeat", "tricky-candles-suffer", @@ -67,7 +77,6 @@ "unlucky-sheep-build", "violet-peaches-invent", "wild-bobcats-carry", - "wild-jobs-tan", "young-roses-teach" ] } diff --git a/examples/basics/package.json b/examples/basics/package.json index dd81a20af5a1..35b95de2be11 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^3.0.0-beta.2" + "astro": "^3.0.0-beta.3" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 5e633254c23b..02015b5a1298 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/mdx": "^1.0.0-beta.0", "@astrojs/rss": "^3.0.0-beta.0", - "@astrojs/sitemap": "^3.0.0-beta.0", - "astro": "^3.0.0-beta.2" + "@astrojs/sitemap": "^3.0.0-beta.1", + "astro": "^3.0.0-beta.3" } } diff --git a/examples/component/package.json b/examples/component/package.json index f2b226262b12..934946d71b8b 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^3.0.0-beta.2" + "astro": "^3.0.0-beta.3" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/deno/package.json b/examples/deno/package.json index 7fe421d50f21..02cee8125477 100644 --- a/examples/deno/package.json +++ b/examples/deno/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^3.0.0-beta.2" + "astro": "^3.0.0-beta.3" }, "devDependencies": { "@astrojs/deno": "^5.0.0-beta.0" diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 2c1bd53f8808..ce7c0bd26bf6 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -14,6 +14,6 @@ "@astrojs/alpinejs": "^0.3.0-beta.0", "@types/alpinejs": "^3.7.1", "alpinejs": "^3.12.2", - "astro": "^3.0.0-beta.2" + "astro": "^3.0.0-beta.3" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index f8091eb7498e..ba2db74492dd 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/lit": "^3.0.0-beta.0", "@webcomponents/template-shadowroot": "^0.2.1", - "astro": "^3.0.0-beta.2", + "astro": "^3.0.0-beta.3", "lit": "^2.7.5" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 9af1d6cad795..baa711cffe4d 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -12,11 +12,11 @@ }, "dependencies": { "@astrojs/preact": "^3.0.0-beta.1", - "@astrojs/react": "^3.0.0-beta.2", + "@astrojs/react": "^3.0.0-beta.3", "@astrojs/solid-js": "^3.0.0-beta.1", "@astrojs/svelte": "^4.0.0-beta.0", "@astrojs/vue": "^3.0.0-beta.0", - "astro": "^3.0.0-beta.2", + "astro": "^3.0.0-beta.3", "preact": "^10.15.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 1c38428c3bf3..09ea435d98ac 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.0.0-beta.1", "@preact/signals": "^1.1.3", - "astro": "^3.0.0-beta.2", + "astro": "^3.0.0-beta.3", "preact": "^10.15.1" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 3b4bd62e0875..b9aa7513cdc0 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/react": "^3.0.0-beta.2", + "@astrojs/react": "^3.0.0-beta.3", "@types/react": "^18.2.13", "@types/react-dom": "^18.2.6", - "astro": "^3.0.0-beta.2", + "astro": "^3.0.0-beta.3", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index ea4973fe6e0d..d3ef49404d38 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/solid-js": "^3.0.0-beta.1", - "astro": "^3.0.0-beta.2", + "astro": "^3.0.0-beta.3", "solid-js": "^1.7.6" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 4eb4b38e6717..5be000227710 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/svelte": "^4.0.0-beta.0", - "astro": "^3.0.0-beta.2", + "astro": "^3.0.0-beta.3", "svelte": "^3.59.1" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 2e9d5efcc141..4aebcd072a7d 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^3.0.0-beta.0", - "astro": "^3.0.0-beta.2", + "astro": "^3.0.0-beta.3", "vue": "^3.3.4" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 259aa9a4eb49..2583246239b0 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^6.0.0-beta.0", - "astro": "^3.0.0-beta.2" + "astro": "^3.0.0-beta.3" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 864349b97359..4adbfd963a03 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^3.0.0-beta.2" + "astro": "^3.0.0-beta.3" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/middleware/package.json b/examples/middleware/package.json index 296c4d5718d2..b53a8e3896ce 100644 --- a/examples/middleware/package.json +++ b/examples/middleware/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@astrojs/node": "^6.0.0-beta.0", - "astro": "^3.0.0-beta.2", + "astro": "^3.0.0-beta.3", "html-minifier": "^4.0.0" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 1285772132ca..863197c5e317 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^3.0.0-beta.2" + "astro": "^3.0.0-beta.3" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index aeb517c4ccc3..bb901a663c5b 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^3.0.0-beta.2" + "astro": "^3.0.0-beta.3" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index e6e2407098e3..fb4cc7ed740c 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^3.0.0-beta.2" + "astro": "^3.0.0-beta.3" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 29122e2bb687..497e4ee7a27f 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -14,7 +14,7 @@ "dependencies": { "@astrojs/node": "^6.0.0-beta.0", "@astrojs/svelte": "^4.0.0-beta.0", - "astro": "^3.0.0-beta.2", + "astro": "^3.0.0-beta.3", "svelte": "^3.59.1" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index cf7fb6a0c331..eeec48e8de73 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/markdoc": "^1.0.0-beta.1", - "astro": "^3.0.0-beta.2" + "astro": "^3.0.0-beta.3" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 94d55fbe9855..870e9e38004d 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^3.0.0-beta.0", - "astro": "^3.0.0-beta.2", + "astro": "^3.0.0-beta.3", "hast-util-select": "^5.0.5", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.1.0", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index 4a0ee2570539..b5e998042551 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^3.0.0-beta.2" + "astro": "^3.0.0-beta.3" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index efd525b5aea7..6b88f12fce4f 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/mdx": "^1.0.0-beta.0", "@astrojs/preact": "^3.0.0-beta.1", - "astro": "^3.0.0-beta.2", + "astro": "^3.0.0-beta.3", "preact": "^10.15.1" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 61c3e84b86f5..7d288ce7e593 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.0.0-beta.1", "@nanostores/preact": "^0.4.1", - "astro": "^3.0.0-beta.2", + "astro": "^3.0.0-beta.3", "nanostores": "^0.8.1", "preact": "^10.15.1" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 64a7ce5b79fc..6db92e6c671d 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^1.0.0-beta.0", "@astrojs/tailwind": "^5.0.0-beta.0", "@types/canvas-confetti": "^1.6.0", - "astro": "^3.0.0-beta.2", + "astro": "^3.0.0-beta.3", "autoprefixer": "^10.4.14", "canvas-confetti": "^1.6.0", "postcss": "^8.4.24", diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index 4aa11cf87165..7ca06ccf39ed 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^3.0.0-beta.2", + "astro": "^3.0.0-beta.3", "vite-plugin-pwa": "0.14.7", "workbox-window": "^6.6.0" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index f97aaa86c2b1..4780634811a1 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^3.0.0-beta.2", + "astro": "^3.0.0-beta.3", "vitest": "^0.31.4" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index a551fa323b57..f270e13df56a 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,45 @@ # astro +## 3.0.0-beta.3 + +### Major Changes + +- [#8085](https://github.com/withastro/astro/pull/8085) [`68efd4a8b`](https://github.com/withastro/astro/commit/68efd4a8b29f248397667801465b3152dc98e9a7) Thanks [@bluwy](https://github.com/bluwy)! - Remove exports for `astro/internal/*` and `astro/runtime/server/*` in favour of `astro/runtime/*`. Add new `astro/compiler-runtime` export for compiler-specific runtime code. + + These are exports for Astro's internal API and should not affect your project, but if you do use these entrypoints, you can migrate like below: + + ```diff + - import 'astro/internal/index.js'; + + import 'astro/runtime/server/index.js'; + + - import 'astro/server/index.js'; + + import 'astro/runtime/server/index.js'; + ``` + + ```diff + import { transform } from '@astrojs/compiler'; + + const result = await transform(source, { + - internalURL: 'astro/runtime/server/index.js', + + internalURL: 'astro/compiler-runtime', + // ... + }); + ``` + +- [#8030](https://github.com/withastro/astro/pull/8030) [`5208a3c8f`](https://github.com/withastro/astro/commit/5208a3c8fefcec7694857fb344af351f4631fc34) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Removed duplicate `astro/dist/jsx` export. Please use the `astro/jsx` export instead + +### Patch Changes + +- [#7702](https://github.com/withastro/astro/pull/7702) [`c19987df0`](https://github.com/withastro/astro/commit/c19987df0be3520cf774476cea270c03edd08354) Thanks [@shishkin](https://github.com/shishkin)! - Fix AstroConfigSchema type export + +- [#8066](https://github.com/withastro/astro/pull/8066) [`afc45af20`](https://github.com/withastro/astro/commit/afc45af2022f7c43fbb6c5c04983695f3819e47e) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add support for non-awaited imports to the Image component and `getImage` + +- [#7866](https://github.com/withastro/astro/pull/7866) [`d1f7143f9`](https://github.com/withastro/astro/commit/d1f7143f9caf2ffa0e87cc55c0e05339d3501db3) Thanks [@43081j](https://github.com/43081j)! - Add second type argument to the AstroGlobal type to type Astro.self. This change will ultimately allow our editor tooling to provide props completions and intellisense for `` + +- [#8032](https://github.com/withastro/astro/pull/8032) [`3e46634fd`](https://github.com/withastro/astro/commit/3e46634fd540e5b967d2e5c9abd6235452cee2f2) Thanks [@natemoo-re](https://github.com/natemoo-re)! - `astro add` now passes down `--save-prod`, `--save-dev`, `--save-exact`, and `--no-save` flags for installation + +- [#8072](https://github.com/withastro/astro/pull/8072) [`4477bb41c`](https://github.com/withastro/astro/commit/4477bb41c8ed688785c545731ef5b184b629f4e5) Thanks [@matthewp](https://github.com/matthewp)! - Update Astro types to reflect that compress defaults to true + ## 3.0.0-beta.2 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 18918f934805..e920dd68185f 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "3.0.0-beta.2", + "version": "3.0.0-beta.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/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index d070b9825a5e..54fb5e129021 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -142,7 +142,7 @@ export interface CLIFlags { */ export interface AstroGlobal< Props extends Record = Record, - Self = AstroComponentFactory + Self = AstroComponentFactory, > extends AstroGlobalPartial, AstroSharedContext { /** diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 519133c715dc..a61189718675 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 4.0.0-beta.1 + +### Minor Changes + +- [#8077](https://github.com/withastro/astro/pull/8077) [`44cf30a25`](https://github.com/withastro/astro/commit/44cf30a25209b331e6e8a95a4b40a768ede3604a) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Reduce dependency installation size, swap `execa` for light `node:child_process` wrapper + ## 4.0.0-beta.0 ### Major Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 8b3034c0b27d..b94373afe278 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "4.0.0-beta.0", + "version": "4.0.0-beta.1", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md index 6111c047e0c9..46c8592133f6 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/cloudflare +## 7.0.0-beta.2 + +### Patch Changes + +- [#8079](https://github.com/withastro/astro/pull/8079) [`7b77b34ce`](https://github.com/withastro/astro/commit/7b77b34cef8b46c4d14ecf9e5fcb45fb276331ec) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - Sync Astro Asset support across both modes + +- Updated dependencies [[`c19987df0`](https://github.com/withastro/astro/commit/c19987df0be3520cf774476cea270c03edd08354), [`68efd4a8b`](https://github.com/withastro/astro/commit/68efd4a8b29f248397667801465b3152dc98e9a7), [`afc45af20`](https://github.com/withastro/astro/commit/afc45af2022f7c43fbb6c5c04983695f3819e47e), [`d1f7143f9`](https://github.com/withastro/astro/commit/d1f7143f9caf2ffa0e87cc55c0e05339d3501db3), [`5208a3c8f`](https://github.com/withastro/astro/commit/5208a3c8fefcec7694857fb344af351f4631fc34), [`3e46634fd`](https://github.com/withastro/astro/commit/3e46634fd540e5b967d2e5c9abd6235452cee2f2), [`4477bb41c`](https://github.com/withastro/astro/commit/4477bb41c8ed688785c545731ef5b184b629f4e5)]: + - astro@3.0.0-beta.3 + - @astrojs/underscore-redirects@0.3.0-beta.0 + ## 7.0.0-beta.1 ### Minor Changes diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index ffd036038094..7097fca0b577 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": "7.0.0-beta.1", + "version": "7.0.0-beta.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -45,7 +45,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "workspace:^3.0.0-beta.2" + "astro": "workspace:^3.0.0-beta.3" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index 1c2184f89285..d1b76bf58d80 100644 --- a/packages/integrations/deno/package.json +++ b/packages/integrations/deno/package.json @@ -36,7 +36,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^3.0.0-beta.2" + "astro": "workspace:^3.0.0-beta.3" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 02b6e39121d0..e533c9205945 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -75,7 +75,7 @@ "zod": "^3.17.3" }, "peerDependencies": { - "astro": "workspace:^3.0.0-beta.2" + "astro": "workspace:^3.0.0-beta.3" }, "devDependencies": { "@astrojs/markdown-remark": "workspace:*", diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 69d1caba958b..887c2da9569f 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -54,7 +54,7 @@ "vfile": "^5.3.7" }, "peerDependencies": { - "astro": "workspace:^3.0.0-beta.2" + "astro": "workspace:^3.0.0-beta.3" }, "devDependencies": { "@types/chai": "^4.3.5", diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index afb841826cc4..a03629d6d37d 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -43,7 +43,7 @@ "esbuild": "^0.18.16" }, "peerDependencies": { - "astro": "workspace:^3.0.0-beta.2" + "astro": "workspace:^3.0.0-beta.3" }, "devDependencies": { "@netlify/edge-functions": "^2.0.0", diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 999ce294acab..7f811774ada9 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -37,7 +37,7 @@ "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "workspace:^3.0.0-beta.2" + "astro": "workspace:^3.0.0-beta.3" }, "devDependencies": { "@types/node": "^18.16.18", diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md index cf056a58f770..07a257895a7a 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 3.0.0-beta.3 + +### Patch Changes + +- [#8075](https://github.com/withastro/astro/pull/8075) [`da517d405`](https://github.com/withastro/astro/commit/da517d4055825ee1b630cd4a6983818d6120a7b7) Thanks [@SudoCat](https://github.com/SudoCat)! - fix a bug where react identifierPrefix was set to null for client:only components causing React.useId to generate ids prefixed with null + ## 3.0.0-beta.2 ### Patch Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 87fd46f94774..3aafcd22f4ff 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": "3.0.0-beta.2", + "version": "3.0.0-beta.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/sitemap/CHANGELOG.md b/packages/integrations/sitemap/CHANGELOG.md index c6c64db1e973..9aad3e0970bc 100644 --- a/packages/integrations/sitemap/CHANGELOG.md +++ b/packages/integrations/sitemap/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/sitemap +## 3.0.0-beta.1 + +### Patch Changes + +- [#8063](https://github.com/withastro/astro/pull/8063) [`bee284cb7`](https://github.com/withastro/astro/commit/bee284cb7741ee594e8b38b1a618763e9058740b) Thanks [@martrapp](https://github.com/martrapp)! - docs: fix github search link in README.md + ## 3.0.0-beta.0 ### Major Changes diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json index 5831841421d2..e46c0e796374 100644 --- a/packages/integrations/sitemap/package.json +++ b/packages/integrations/sitemap/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/sitemap", "description": "Generate a sitemap for your Astro site", - "version": "3.0.0-beta.0", + "version": "3.0.0-beta.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index dee7cf2e352c..800f8ea3a28a 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -48,7 +48,7 @@ "vite": "^4.4.6" }, "peerDependencies": { - "astro": "workspace:^3.0.0-beta.2", + "astro": "workspace:^3.0.0-beta.3", "svelte": "^3.55.0 || ^4.0.0" }, "engines": { diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index e67b83e75e8f..edbcaee89ddf 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -43,7 +43,7 @@ "vite": "^4.4.6" }, "peerDependencies": { - "astro": "workspace:^3.0.0-beta.2", + "astro": "workspace:^3.0.0-beta.3", "tailwindcss": "^3.0.24" } } diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 9afb315bbea1..94804a27a472 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -60,7 +60,7 @@ "web-vitals": "^3.3.2" }, "peerDependencies": { - "astro": "workspace:^3.0.0-beta.2" + "astro": "workspace:^3.0.0-beta.3" }, "devDependencies": { "@types/set-cookie-parser": "^2.4.2", diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 320c823a3e3d..66a77df81698 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -56,7 +56,7 @@ "vue": "^3.3.4" }, "peerDependencies": { - "astro": "workspace:^3.0.0-beta.2", + "astro": "workspace:^3.0.0-beta.3", "vue": "^3.2.30" }, "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 74f3882d65bf..15a2061f5383 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -125,7 +125,7 @@ importers: examples/basics: dependencies: astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro examples/blog: @@ -137,22 +137,22 @@ importers: specifier: ^3.0.0-beta.0 version: link:../../packages/astro-rss '@astrojs/sitemap': - specifier: ^3.0.0-beta.0 + specifier: ^3.0.0-beta.1 version: link:../../packages/integrations/sitemap astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro examples/component: devDependencies: astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro examples/deno: dependencies: astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro devDependencies: '@astrojs/deno': @@ -171,7 +171,7 @@ importers: specifier: ^3.12.2 version: 3.12.2 astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro examples/framework-lit: @@ -183,7 +183,7 @@ importers: specifier: ^0.2.1 version: 0.2.1 astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro lit: specifier: ^2.7.5 @@ -195,7 +195,7 @@ importers: specifier: ^3.0.0-beta.1 version: link:../../packages/integrations/preact '@astrojs/react': - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/integrations/react '@astrojs/solid-js': specifier: ^3.0.0-beta.1 @@ -207,7 +207,7 @@ importers: specifier: ^3.0.0-beta.0 version: link:../../packages/integrations/vue astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro preact: specifier: ^10.15.1 @@ -237,7 +237,7 @@ importers: specifier: ^1.1.3 version: 1.1.3(preact@10.15.1) astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro preact: specifier: ^10.15.1 @@ -246,7 +246,7 @@ importers: examples/framework-react: dependencies: '@astrojs/react': - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/integrations/react '@types/react': specifier: ^18.2.13 @@ -255,7 +255,7 @@ importers: specifier: ^18.2.6 version: 18.2.6 astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro react: specifier: ^18.2.0 @@ -270,7 +270,7 @@ importers: specifier: ^3.0.0-beta.1 version: link:../../packages/integrations/solid astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro solid-js: specifier: ^1.7.6 @@ -282,7 +282,7 @@ importers: specifier: ^4.0.0-beta.0 version: link:../../packages/integrations/svelte astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro svelte: specifier: ^3.59.1 @@ -294,7 +294,7 @@ importers: specifier: ^3.0.0-beta.0 version: link:../../packages/integrations/vue astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro vue: specifier: ^3.3.4 @@ -306,13 +306,13 @@ importers: specifier: ^6.0.0-beta.0 version: link:../../packages/integrations/node astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro examples/middleware: @@ -321,7 +321,7 @@ importers: specifier: ^6.0.0-beta.0 version: link:../../packages/integrations/node astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro html-minifier: specifier: ^4.0.0 @@ -330,19 +330,19 @@ importers: examples/minimal: dependencies: astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro examples/non-html-pages: dependencies: astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro examples/ssr: @@ -354,7 +354,7 @@ importers: specifier: ^4.0.0-beta.0 version: link:../../packages/integrations/svelte astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro svelte: specifier: ^3.59.1 @@ -366,7 +366,7 @@ importers: specifier: ^1.0.0-beta.1 version: link:../../packages/integrations/markdoc astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro examples/with-markdown-plugins: @@ -375,7 +375,7 @@ importers: specifier: ^3.0.0-beta.0 version: link:../../packages/markdown/remark astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro hast-util-select: specifier: ^5.0.5 @@ -396,7 +396,7 @@ importers: examples/with-markdown-shiki: dependencies: astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro examples/with-mdx: @@ -408,7 +408,7 @@ importers: specifier: ^3.0.0-beta.1 version: link:../../packages/integrations/preact astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro preact: specifier: ^10.15.1 @@ -423,7 +423,7 @@ importers: specifier: ^0.4.1 version: 0.4.1(nanostores@0.8.1)(preact@10.15.1) astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro nanostores: specifier: ^0.8.1 @@ -444,7 +444,7 @@ importers: specifier: ^1.6.0 version: 1.6.0 astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro autoprefixer: specifier: ^10.4.14 @@ -462,7 +462,7 @@ importers: examples/with-vite-plugin-pwa: dependencies: astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro vite-plugin-pwa: specifier: 0.14.7 @@ -474,7 +474,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^3.0.0-beta.2 + specifier: ^3.0.0-beta.3 version: link:../../packages/astro vitest: specifier: ^0.31.4