diff --git a/.changeset/pre.json b/.changeset/pre.json index 703122ad1e49..026abc5c1507 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -62,9 +62,15 @@ "changesets": [ "angry-suits-thank", "big-yaks-invite", + "dirty-trains-yawn", + "empty-pens-talk", + "nervous-chairs-check", "shiny-rice-worry", "sour-laws-raise", "stale-walls-whisper", + "strange-avocados-double", + "sweet-ways-tan", + "ten-rice-unite", "thin-cameras-clean", "three-donkeys-train" ] diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 119394390709..68698e09a25b 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.0.2", - "astro": "^1.0.0-beta.3", + "astro": "^1.0.0-beta.4", "sass": "^1.49.11" }, "dependencies": { diff --git a/examples/blog/package.json b/examples/blog/package.json index 60e19be84b7c..d4701aa4d560 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.0.2", - "astro": "^1.0.0-beta.3" + "astro": "^1.0.0-beta.4" }, "dependencies": { "preact": "^10.7.0" diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index d5b085b1acb3..f62f0da5e1d4 100644 --- a/examples/component/demo/package.json +++ b/examples/component/demo/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@example/my-component": "workspace:*", - "astro": "^1.0.0-beta.3" + "astro": "^1.0.0-beta.4" } } diff --git a/examples/component/package.json b/examples/component/package.json index fa7b08c1ca82..396d8342627f 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -8,6 +8,6 @@ "serve": "astro --root demo preview" }, "devDependencies": { - "astro": "^1.0.0-beta.3" + "astro": "^1.0.0-beta.4" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index e301fa9ed860..9dc80fd9d42d 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -20,6 +20,6 @@ "devDependencies": { "@astrojs/preact": "^0.0.2", "@astrojs/react": "^0.1.0", - "astro": "^1.0.0-beta.3" + "astro": "^1.0.0-beta.4" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index f54e7e5e68a0..1793d00051a1 100644 --- a/examples/env-vars/package.json +++ b/examples/env-vars/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.3" + "astro": "^1.0.0-beta.4" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 6a5129cb42d1..e998ad7548a1 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.3" + "astro": "^1.0.0-beta.4" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 705a023ee4c0..c61590e0bcb7 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/lit": "^0.0.2", - "astro": "^1.0.0-beta.3" + "astro": "^1.0.0-beta.4" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 603b44608bd3..59129ce140d4 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -12,10 +12,10 @@ "@astrojs/lit": "^0.0.2", "@astrojs/preact": "^0.0.2", "@astrojs/react": "^0.1.0", - "@astrojs/solid-js": "^0.0.3", + "@astrojs/solid-js": "^0.0.4-beta.0", "@astrojs/svelte": "^0.0.2", "@astrojs/vue": "^0.0.2", - "astro": "^1.0.0-beta.3" + "astro": "^1.0.0-beta.4" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 1564cdd364e5..39731f7ad140 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.0.2", - "astro": "^1.0.0-beta.3" + "astro": "^1.0.0-beta.4" }, "dependencies": { "preact": "^10.7.0" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 406e1fcc5eee..06960e598528 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/react": "^0.1.0", - "astro": "^1.0.0-beta.3" + "astro": "^1.0.0-beta.4" }, "dependencies": { "react": "^18.0.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 122702523018..b87de26e29ec 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/solid-js": "^0.0.3", - "astro": "^1.0.0-beta.3" + "@astrojs/solid-js": "^0.0.4-beta.0", + "astro": "^1.0.0-beta.4" }, "dependencies": { "solid-js": "^1.3.13" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 92c08651cfa8..9ce3f199b3ae 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/svelte": "^0.0.2", - "astro": "^1.0.0-beta.3" + "astro": "^1.0.0-beta.4" }, "dependencies": { "svelte": "^3.46.6" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index a7f2c75cbcf4..7abd1e9ea80f 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/vue": "^0.0.2", - "astro": "^1.0.0-beta.3" + "astro": "^1.0.0-beta.4" }, "dependencies": { "vue": "^3.2.31" diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index 70f32c49f60c..ee2bc3c93ac3 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -10,12 +10,12 @@ }, "devDependencies": { "@astrojs/lit": "^0.0.2", - "@astrojs/partytown": "^0.1.0", + "@astrojs/partytown": "^0.1.1-beta.0", "@astrojs/react": "^0.1.0", "@astrojs/sitemap": "^0.1.0", "@astrojs/tailwind": "^0.1.0", "@astrojs/turbolinks": "^0.0.2", - "astro": "^1.0.0-beta.3" + "astro": "^1.0.0-beta.4" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/minimal/package.json b/examples/minimal/package.json index e51ac52db1c7..4617c595640e 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.3" + "astro": "^1.0.0-beta.4" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index c9403677489d..5f171b7e837f 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.3" + "astro": "^1.0.0-beta.4" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 6264efa4ec67..5d96957ffe6d 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.0.2", - "astro": "^1.0.0-beta.3", + "astro": "^1.0.0-beta.4", "sass": "^1.49.11" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 901bf040794f..764fddc681f0 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@astrojs/node": "^0.0.2", "@astrojs/svelte": "^0.0.2", - "astro": "^1.0.0-beta.3", + "astro": "^1.0.0-beta.4", "concurrently": "^7.1.0", "lightcookie": "^1.0.25", "unocss": "^0.15.6", diff --git a/examples/starter/package.json b/examples/starter/package.json index dc4c32faa5eb..8ff5fdf3792e 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.3" + "astro": "^1.0.0-beta.4" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 452b197c10c3..05995ad2a945 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/react": "^0.1.0", - "astro": "^1.0.0-beta.3", + "astro": "^1.0.0-beta.4", "sass": "^1.49.11" }, "dependencies": { diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 41ce4b4f88c4..408325fd903d 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.8.1", - "astro": "^1.0.0-beta.3", + "astro": "^1.0.0-beta.4", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index adef0b1f5e26..e5bdef7c67df 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.8.1", - "astro": "^1.0.0-beta.3" + "astro": "^1.0.0-beta.4" } } diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index fa697558de93..27e00afdc237 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^0.1.0", "@astrojs/svelte": "^0.0.2", "@astrojs/vue": "^0.0.2", - "astro": "^1.0.0-beta.3" + "astro": "^1.0.0-beta.4" }, "dependencies": { "preact": "^10.7.0", diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 70314dec2be8..15800e8b4cee 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -22,9 +22,9 @@ "devDependencies": { "@astrojs/preact": "^0.0.2", "@astrojs/react": "^0.1.0", - "@astrojs/solid-js": "^0.0.3", + "@astrojs/solid-js": "^0.0.4-beta.0", "@astrojs/svelte": "^0.0.2", "@astrojs/vue": "^0.0.2", - "astro": "^1.0.0-beta.3" + "astro": "^1.0.0-beta.4" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index b86988a82986..455d8a63ffde 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/tailwind": "^0.1.0", - "astro": "^1.0.0-beta.3", + "astro": "^1.0.0-beta.4", "autoprefixer": "^10.4.4", "canvas-confetti": "^1.5.1", "postcss": "^8.4.12", diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index 95ee1d004f26..5b4a7f6c2985 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.3", + "astro": "^1.0.0-beta.4", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.2" } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 89c99ea57ee9..6f69bfc9912d 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,17 @@ # astro +## 1.0.0-beta.4 + +### Patch Changes + +- [#3001](https://github.com/withastro/astro/pull/3001) [`25cc9218`](https://github.com/withastro/astro/commit/25cc9218f8bfe0b0d1645fb869929d7fc89042c8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix relative config handling with the `--config` flag + +* [#3008](https://github.com/withastro/astro/pull/3008) [`8bd49c95`](https://github.com/withastro/astro/commit/8bd49c95365f7bbce41e19b7e8658ad639c22f31) Thanks [@JuanM04](https://github.com/JuanM04)! - Updated integrations' `astro:build:done` hook: now it matches the client dist when using SSR + +- [#3011](https://github.com/withastro/astro/pull/3011) [`c6f8bce7`](https://github.com/withastro/astro/commit/c6f8bce7c35cc4fd450fe1b6cc8297a81e413b8e) Thanks [@matthewp](https://github.com/matthewp)! - Fixes dynamic routes in the Netlify adapter + +* [#2958](https://github.com/withastro/astro/pull/2958) [`d0777ad3`](https://github.com/withastro/astro/commit/d0777ad3aff0084d7fc0e159ac32ebea062d921c) Thanks [@aFuzzyBear](https://github.com/aFuzzyBear)! - Add `astro docs` command which opens the Astro docs in your preferred browser. + ## 1.0.0-beta.3 ### Patch Changes @@ -138,7 +150,7 @@ import netlify from '@astrojs/netlify/functions'; export default defineConfig({ - adapter: netlify(), + adapter: netlify(), }); ``` @@ -158,7 +170,7 @@ import nodejs from '@astrojs/node'; export default { - adapter: nodejs(), + adapter: nodejs(), }; ``` @@ -218,7 +230,7 @@ import nodejs from '@astrojs/node'; export default { - adapter: nodejs(), + adapter: nodejs(), }; ``` @@ -314,7 +326,7 @@ import { defineConfig } from 'astro/config'; export default defineConfig({ - renderers: [], + renderers: [], }); ``` @@ -352,9 +364,9 @@ ```json { - "scripts": { - "build": "astro build --legacy-build" - } + "scripts": { + "build": "astro build --legacy-build" + } } ``` @@ -374,7 +386,7 @@ ```ts if (Astro.slots.has('default')) { - const content = await Astro.slots.render('default'); + const content = await Astro.slots.render('default'); } ``` @@ -458,7 +470,7 @@ ```ts if (Astro.slots.has('default')) { - const content = await Astro.slots.render('default'); + const content = await Astro.slots.render('default'); } ``` @@ -482,9 +494,9 @@ ```json { - "scripts": { - "build": "astro build --legacy-build" - } + "scripts": { + "build": "astro build --legacy-build" + } } ``` @@ -596,12 +608,12 @@ ```typescript // src/pages/company.json.ts export async function get() { - return { - body: JSON.stringify({ - name: 'Astro Technology Company', - url: 'https://astro.build/', - }), - }; + return { + body: JSON.stringify({ + name: 'Astro Technology Company', + url: 'https://astro.build/', + }), + }; } ``` @@ -763,12 +775,12 @@ ```typescript // src/pages/company.json.ts export async function get() { - return { - body: JSON.stringify({ - name: 'Astro Technology Company', - url: 'https://astro.build/', - }), - }; + return { + body: JSON.stringify({ + name: 'Astro Technology Company', + url: 'https://astro.build/', + }), + }; } ``` @@ -2123,10 +2135,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve ```js export default { - markdownOptions: { - remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]], - rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]], - }, + markdownOptions: { + remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]], + rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]], + }, }; ``` @@ -2146,10 +2158,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve ```js export default { - name: '@matthewp/my-renderer', - server: './server.js', - client: './client.js', - hydrationPolyfills: ['./my-polyfill.js'], + name: '@matthewp/my-renderer', + server: './server.js', + client: './client.js', + hydrationPolyfills: ['./my-polyfill.js'], }; ``` diff --git a/packages/astro/package.json b/packages/astro/package.json index a9ab84a95e43..53416a2b7c4f 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "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/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 93423f0b9f41..32fc1d830c1b 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/netlify +## 0.1.1-beta.1 + +### Patch Changes + +- [#3011](https://github.com/withastro/astro/pull/3011) [`c6f8bce7`](https://github.com/withastro/astro/commit/c6f8bce7c35cc4fd450fe1b6cc8297a81e413b8e) Thanks [@matthewp](https://github.com/matthewp)! - Fixes dynamic routes in the Netlify adapter + ## 0.1.1-beta.0 ### Patch Changes @@ -25,6 +31,6 @@ import netlify from '@astrojs/netlify/functions'; export default defineConfig({ - adapter: netlify(), + adapter: netlify(), }); ``` diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index ed3d1ff36949..2ea2ebdf883a 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": "0.1.1-beta.0", + "version": "0.1.1-beta.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md index db57a46ade90..84508006f760 100644 --- a/packages/integrations/partytown/CHANGELOG.md +++ b/packages/integrations/partytown/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/partytown +## 0.1.1-beta.0 + +### Patch Changes + +- [#3008](https://github.com/withastro/astro/pull/3008) [`8bd49c95`](https://github.com/withastro/astro/commit/8bd49c95365f7bbce41e19b7e8658ad639c22f31) Thanks [@JuanM04](https://github.com/JuanM04)! - Updated integrations' `astro:build:done` hook: now it matches the client dist when using SSR + ## 0.1.0 ### Minor Changes diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json index 7b3186543389..fe00aaa05e01 100644 --- a/packages/integrations/partytown/package.json +++ b/packages/integrations/partytown/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/partytown", "description": "Astro + Partytown integration", - "version": "0.1.0", + "version": "0.1.1-beta.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md index 6f8281e0db24..65d96f51dc3d 100644 --- a/packages/integrations/solid/CHANGELOG.md +++ b/packages/integrations/solid/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/solid-js +## 0.0.4-beta.0 + +### Patch Changes + +- [#3003](https://github.com/withastro/astro/pull/3003) [`13b782f4`](https://github.com/withastro/astro/commit/13b782f421871af36978f29154c715c66739d475) Thanks [@ryansolid](https://github.com/ryansolid)! - Improve nested hydration with Solid + ## 0.0.3 ### Patch Changes diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index f87995d0e9c8..2e8b5627120d 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/solid-js", - "version": "0.0.3", + "version": "0.0.4-beta.0", "description": "Use Solid 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 8c0d37f0907e..ebbf5585d5e3 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/vercel +## 0.0.3-beta.0 + +### Patch Changes + +- [#3008](https://github.com/withastro/astro/pull/3008) [`8bd49c95`](https://github.com/withastro/astro/commit/8bd49c95365f7bbce41e19b7e8658ad639c22f31) Thanks [@JuanM04](https://github.com/JuanM04)! - Updated integrations' `astro:build:done` hook: now it matches the client dist when using SSR + +* [#3000](https://github.com/withastro/astro/pull/3000) [`b5ed099e`](https://github.com/withastro/astro/commit/b5ed099eaf92b61faf2fb66ebd7179d3e8223ae5) Thanks [@JuanM04](https://github.com/JuanM04)! - Fixed build directory and clean-up + ## 0.0.2 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 7e819edcb4d0..5b22409f2cb6 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": "0.0.2", + "version": "0.0.3-beta.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/renderers/renderer-solid/CHANGELOG.md b/packages/renderers/renderer-solid/CHANGELOG.md index a711d362119c..8bb6bf361a94 100644 --- a/packages/renderers/renderer-solid/CHANGELOG.md +++ b/packages/renderers/renderer-solid/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/renderer-solid +## 0.4.1-beta.0 + +### Patch Changes + +- [#3003](https://github.com/withastro/astro/pull/3003) [`13b782f4`](https://github.com/withastro/astro/commit/13b782f421871af36978f29154c715c66739d475) Thanks [@ryansolid](https://github.com/ryansolid)! - Improve nested hydration with Solid + ## 0.4.0 ### Minor Changes diff --git a/packages/renderers/renderer-solid/package.json b/packages/renderers/renderer-solid/package.json index e7c45d01e8bd..d7d45459cbfc 100644 --- a/packages/renderers/renderer-solid/package.json +++ b/packages/renderers/renderer-solid/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/renderer-solid", - "version": "0.4.0", + "version": "0.4.1-beta.0", "description": "Use Solid components within Astro", "type": "module", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c78343cc237c..19faf2e2b212 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -44,7 +44,7 @@ importers: examples/blog: specifiers: '@astrojs/preact': ^0.0.2 - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 preact: ^10.7.0 dependencies: preact: 10.7.0 @@ -55,7 +55,7 @@ importers: examples/blog-multiple-authors: specifiers: '@astrojs/preact': ^0.0.2 - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 preact: ^10.7.0 sass: ^1.49.11 dependencies: @@ -67,14 +67,14 @@ importers: examples/component: specifiers: - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 devDependencies: astro: link:../../packages/astro examples/component/demo: specifiers: '@example/my-component': workspace:* - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 devDependencies: '@example/my-component': link:../packages/my-component astro: link:../../../packages/astro @@ -90,7 +90,7 @@ importers: '@docsearch/css': ^3.0.0 '@docsearch/react': ^3.0.0 '@types/react': ^17.0.43 - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 preact: ^10.7.0 react: ^18.0.0 react-dom: ^18.0.0 @@ -109,13 +109,13 @@ importers: examples/env-vars: specifiers: - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 devDependencies: astro: link:../../packages/astro examples/framework-alpine: specifiers: - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 devDependencies: astro: link:../../packages/astro @@ -123,7 +123,7 @@ importers: specifiers: '@astrojs/lit': ^0.0.2 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 lit: ^2.2.1 dependencies: '@webcomponents/template-shadowroot': 0.1.0 @@ -137,11 +137,11 @@ importers: '@astrojs/lit': ^0.0.2 '@astrojs/preact': ^0.0.2 '@astrojs/react': ^0.1.0 - '@astrojs/solid-js': ^0.0.3 + '@astrojs/solid-js': ^0.0.4-beta.0 '@astrojs/svelte': ^0.0.2 '@astrojs/vue': ^0.0.2 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 lit: ^2.2.1 preact: ^10.7.0 react: ^18.0.0 @@ -170,7 +170,7 @@ importers: examples/framework-preact: specifiers: '@astrojs/preact': ^0.0.2 - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 preact: ^10.7.0 dependencies: preact: 10.7.0 @@ -181,7 +181,7 @@ importers: examples/framework-react: specifiers: '@astrojs/react': ^0.1.0 - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 react: ^18.0.0 react-dom: ^18.0.0 dependencies: @@ -193,8 +193,8 @@ importers: examples/framework-solid: specifiers: - '@astrojs/solid-js': ^0.0.3 - astro: ^1.0.0-beta.3 + '@astrojs/solid-js': ^0.0.4-beta.0 + astro: ^1.0.0-beta.4 solid-js: ^1.3.13 dependencies: solid-js: 1.3.13 @@ -205,7 +205,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^0.0.2 - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 svelte: ^3.46.6 dependencies: svelte: 3.46.6 @@ -216,7 +216,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^0.0.2 - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 vue: ^3.2.31 dependencies: vue: 3.2.31 @@ -227,13 +227,13 @@ importers: examples/integrations-playground: specifiers: '@astrojs/lit': ^0.0.2 - '@astrojs/partytown': ^0.1.0 + '@astrojs/partytown': ^0.1.1-beta.0 '@astrojs/react': ^0.1.0 '@astrojs/sitemap': ^0.1.0 '@astrojs/tailwind': ^0.1.0 '@astrojs/turbolinks': ^0.0.2 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 lit: ^2.2.1 preact: ^10.7.0 react: ^18.0.0 @@ -261,20 +261,20 @@ importers: examples/minimal: specifiers: - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 devDependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 devDependencies: astro: link:../../packages/astro examples/portfolio: specifiers: '@astrojs/preact': ^0.0.2 - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 preact: ^10.7.0 sass: ^1.49.11 dependencies: @@ -288,7 +288,7 @@ importers: specifiers: '@astrojs/node': ^0.0.2 '@astrojs/svelte': ^0.0.2 - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 concurrently: ^7.1.0 lightcookie: ^1.0.25 svelte: ^3.46.6 @@ -307,14 +307,14 @@ importers: examples/starter: specifiers: - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 devDependencies: astro: link:../../packages/astro examples/subpath: specifiers: '@astrojs/react': ^0.1.0 - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 react: ^18.0.0 react-dom: ^18.0.0 sass: ^1.49.11 @@ -333,7 +333,7 @@ importers: '@astrojs/react': ^0.1.0 '@astrojs/svelte': ^0.0.2 '@astrojs/vue': ^0.0.2 - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 preact: ^10.7.0 react: ^18.0.0 react-dom: ^18.0.0 @@ -356,7 +356,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^0.8.1 - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -374,7 +374,7 @@ importers: examples/with-markdown-shiki: specifiers: '@astrojs/markdown-remark': ^0.8.1 - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 devDependencies: '@astrojs/markdown-remark': link:../../packages/markdown/remark astro: link:../../packages/astro @@ -383,13 +383,13 @@ importers: specifiers: '@astrojs/preact': ^0.0.2 '@astrojs/react': ^0.1.0 - '@astrojs/solid-js': ^0.0.3 + '@astrojs/solid-js': ^0.0.4-beta.0 '@astrojs/svelte': ^0.0.2 '@astrojs/vue': ^0.0.2 '@nanostores/preact': ^0.1.3 '@nanostores/react': ^0.1.5 '@nanostores/vue': ^0.4.1 - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 nanostores: ^0.5.12 preact: ^10.7.0 react: ^18.0.0 @@ -417,7 +417,7 @@ importers: examples/with-tailwindcss: specifiers: '@astrojs/tailwind': ^0.1.0 - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 autoprefixer: ^10.4.4 canvas-confetti: ^1.5.1 postcss: ^8.4.12 @@ -432,7 +432,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.0.0-beta.3 + astro: ^1.0.0-beta.4 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.2 devDependencies: