diff --git a/.changeset/pre.json b/.changeset/pre.json index fb24ef869913f..ec7186fd5dead 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -62,13 +62,17 @@ "changesets": [ "angry-suits-thank", "big-yaks-invite", + "breezy-days-remember", "calm-dolphins-remain", "dirty-trains-yawn", + "dry-candles-behave", "dull-bobcats-clean", "empty-pens-talk", + "famous-wombats-promise", "forty-boats-remain", "nervous-chairs-check", "odd-squids-rest", + "shaggy-pans-buy", "shiny-rice-worry", "sour-laws-raise", "stale-walls-whisper", diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index ab4984b5f745a..030c0b14dba96 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.5", + "astro": "^1.0.0-beta.6", "sass": "^1.49.11" }, "dependencies": { diff --git a/examples/blog/package.json b/examples/blog/package.json index beb499641da23..893fe54a4c60f 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.5" + "astro": "^1.0.0-beta.6" }, "dependencies": { "preact": "^10.7.0" diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index c27f118a134bf..7bf11e00a2b72 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.5" + "astro": "^1.0.0-beta.6" } } diff --git a/examples/component/package.json b/examples/component/package.json index e03f077960734..d25e220fc03f9 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.5" + "astro": "^1.0.0-beta.6" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 402659f6f385e..798a808ff9e3e 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.5" + "astro": "^1.0.0-beta.6" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index 6781c67d9b85b..ec489f085ebc4 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.5" + "astro": "^1.0.0-beta.6" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 246e74db79855..20ace7bde3292 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.5" + "astro": "^1.0.0-beta.6" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 5b78e9499e54d..3a89cf71bd304 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.5" + "astro": "^1.0.0-beta.6" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index d41984083e844..958970c141a01 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/solid-js": "^0.0.4-beta.0", "@astrojs/svelte": "^0.0.2", "@astrojs/vue": "^0.0.2", - "astro": "^1.0.0-beta.5" + "astro": "^1.0.0-beta.6" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index a933db7715adb..06cd89925b6d3 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.5" + "astro": "^1.0.0-beta.6" }, "dependencies": { "preact": "^10.7.0" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 2f50d84e92d86..ce91ea231193c 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.5" + "astro": "^1.0.0-beta.6" }, "dependencies": { "react": "^18.0.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 36915e817c936..88bb93584bbc5 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/solid-js": "^0.0.4-beta.0", - "astro": "^1.0.0-beta.5" + "astro": "^1.0.0-beta.6" }, "dependencies": { "solid-js": "^1.3.13" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 60eadc0cc3e51..0ca3680657cef 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.5" + "astro": "^1.0.0-beta.6" }, "dependencies": { "svelte": "^3.46.6" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index c8ce1ddd5a959..8d6bffc372ea7 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.5" + "astro": "^1.0.0-beta.6" }, "dependencies": { "vue": "^3.2.31" diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index c56e2e3b90e15..5679ff3cdf3c2 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -13,9 +13,9 @@ "@astrojs/partytown": "^0.1.1-beta.0", "@astrojs/react": "^0.1.0", "@astrojs/sitemap": "^0.1.0", - "@astrojs/tailwind": "^0.1.0", + "@astrojs/tailwind": "^0.1.1-beta.0", "@astrojs/turbolinks": "^0.0.2", - "astro": "^1.0.0-beta.5" + "astro": "^1.0.0-beta.6" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 547010696fcbc..067b9f833f1c0 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.5" + "astro": "^1.0.0-beta.6" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 6bf095527d431..8d7fbe67e78eb 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.5" + "astro": "^1.0.0-beta.6" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index ef4e310f667c2..2966c59eead85 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.5", + "astro": "^1.0.0-beta.6", "sass": "^1.49.11" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index d6ae1fc138fbd..906f64b6bab92 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.5", + "astro": "^1.0.0-beta.6", "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 83826ec3e47b8..9422a1e04ca02 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.5" + "astro": "^1.0.0-beta.6" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 23196ec447b6e..6a42d0d830e33 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.5", + "astro": "^1.0.0-beta.6", "sass": "^1.49.11" }, "dependencies": { diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index d0f7bfff13a17..025d7cd571c3f 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.5", + "astro": "^1.0.0-beta.6", "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 09e82f4126c11..119c2b80668ed 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.5" + "astro": "^1.0.0-beta.6" } } diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 3abbbf8298047..c7bc4a83e3ea5 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.5" + "astro": "^1.0.0-beta.6" }, "dependencies": { "preact": "^10.7.0", diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 58e1475d325b0..a0005ac6223f0 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -25,6 +25,6 @@ "@astrojs/solid-js": "^0.0.4-beta.0", "@astrojs/svelte": "^0.0.2", "@astrojs/vue": "^0.0.2", - "astro": "^1.0.0-beta.5" + "astro": "^1.0.0-beta.6" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 7d0000b92fc2b..b819fd33640fe 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/tailwind": "^0.1.0", - "astro": "^1.0.0-beta.5", + "@astrojs/tailwind": "^0.1.1-beta.0", + "astro": "^1.0.0-beta.6", "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 fd71d97b2db7c..beb68721157af 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.5", + "astro": "^1.0.0-beta.6", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.2" } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 34031c4f4d96c..644f25cb3dd44 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,13 @@ # astro +## 1.0.0-beta.6 + +### Patch Changes + +- [#3028](https://github.com/withastro/astro/pull/3028) [`982f64f6`](https://github.com/withastro/astro/commit/982f64f69a82d3c5f99b326a2ddcd368435d9b4a) Thanks [@JuanM04](https://github.com/JuanM04)! - Updated esbuild + +* [#2999](https://github.com/withastro/astro/pull/2999) [`d1f29219`](https://github.com/withastro/astro/commit/d1f292199ce309c55c57827a8de0409bd73bb3e8) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Update JSDoc comments that get shown to users through editor integration + ## 1.0.0-beta.5 ### Patch Changes @@ -165,7 +173,7 @@ import netlify from '@astrojs/netlify/functions'; export default defineConfig({ - adapter: netlify(), + adapter: netlify(), }); ``` @@ -185,7 +193,7 @@ import nodejs from '@astrojs/node'; export default { - adapter: nodejs(), + adapter: nodejs(), }; ``` @@ -245,7 +253,7 @@ import nodejs from '@astrojs/node'; export default { - adapter: nodejs(), + adapter: nodejs(), }; ``` @@ -341,7 +349,7 @@ import { defineConfig } from 'astro/config'; export default defineConfig({ - renderers: [], + renderers: [], }); ``` @@ -379,9 +387,9 @@ ```json { - "scripts": { - "build": "astro build --legacy-build" - } + "scripts": { + "build": "astro build --legacy-build" + } } ``` @@ -401,7 +409,7 @@ ```ts if (Astro.slots.has('default')) { - const content = await Astro.slots.render('default'); + const content = await Astro.slots.render('default'); } ``` @@ -485,7 +493,7 @@ ```ts if (Astro.slots.has('default')) { - const content = await Astro.slots.render('default'); + const content = await Astro.slots.render('default'); } ``` @@ -509,9 +517,9 @@ ```json { - "scripts": { - "build": "astro build --legacy-build" - } + "scripts": { + "build": "astro build --legacy-build" + } } ``` @@ -623,12 +631,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/', + }), + }; } ``` @@ -790,12 +798,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/', + }), + }; } ``` @@ -2150,10 +2158,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' }]], + }, }; ``` @@ -2173,10 +2181,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 e7338c5990fa2..ba32f40233898 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.0.0-beta.5", + "version": "1.0.0-beta.6", "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 a15a4f923b285..05a59941bff15 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/netlify +## 0.1.1-beta.2 + +### Patch Changes + +- [`732ea388`](https://github.com/withastro/astro/commit/732ea3881e216f0e6de3642c549afd019d32409f) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Improve the Netlify adapter: + + 1. Remove `site` config requirement + 2. Fix an issue where query params were being stripped + 3. Pass the event body to the request object + ## 0.1.1-beta.1 ### Patch Changes @@ -31,6 +41,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 2ea2ebdf883aa..596894b6a5709 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.1", + "version": "0.1.1-beta.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md index 3f0a1bb4ecfc9..028da618403cd 100644 --- a/packages/integrations/tailwind/CHANGELOG.md +++ b/packages/integrations/tailwind/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/tailwind +## 0.1.1-beta.0 + +### Patch Changes + +- [`c05a544a`](https://github.com/withastro/astro/commit/c05a544acd5c9dd4f57b53ce21e82141212a3c2c) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update README + ## 0.1.0 ### Minor Changes diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 0d9fb62a28693..0d2c02cb3ccb8 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/tailwind", "description": "Tailwind + Astro Integrations", - "version": "0.1.0", + "version": "0.1.1-beta.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index b541f5b1ed9a0..41c2e7ab74159 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vercel +## 0.0.3-beta.2 + +### Patch Changes + +- [#3028](https://github.com/withastro/astro/pull/3028) [`982f64f6`](https://github.com/withastro/astro/commit/982f64f69a82d3c5f99b326a2ddcd368435d9b4a) Thanks [@JuanM04](https://github.com/JuanM04)! - Updated esbuild + ## 0.0.3-beta.1 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index ca3dd2dc7fd94..5371a47d09a83 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.3-beta.1", + "version": "0.0.3-beta.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index acb21fda58514..41ec97aead401 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.5 + astro: ^1.0.0-beta.6 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.5 + astro: ^1.0.0-beta.6 preact: ^10.7.0 sass: ^1.49.11 dependencies: @@ -67,14 +67,14 @@ importers: examples/component: specifiers: - astro: ^1.0.0-beta.5 + astro: ^1.0.0-beta.6 devDependencies: astro: link:../../packages/astro examples/component/demo: specifiers: '@example/my-component': workspace:* - astro: ^1.0.0-beta.5 + astro: ^1.0.0-beta.6 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.5 + astro: ^1.0.0-beta.6 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.5 + astro: ^1.0.0-beta.6 devDependencies: astro: link:../../packages/astro examples/framework-alpine: specifiers: - astro: ^1.0.0-beta.5 + astro: ^1.0.0-beta.6 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.5 + astro: ^1.0.0-beta.6 lit: ^2.2.1 dependencies: '@webcomponents/template-shadowroot': 0.1.0 @@ -141,7 +141,7 @@ importers: '@astrojs/svelte': ^0.0.2 '@astrojs/vue': ^0.0.2 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.5 + astro: ^1.0.0-beta.6 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.5 + astro: ^1.0.0-beta.6 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.5 + astro: ^1.0.0-beta.6 react: ^18.0.0 react-dom: ^18.0.0 dependencies: @@ -194,7 +194,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^0.0.4-beta.0 - astro: ^1.0.0-beta.5 + astro: ^1.0.0-beta.6 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.5 + astro: ^1.0.0-beta.6 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.5 + astro: ^1.0.0-beta.6 vue: ^3.2.31 dependencies: vue: 3.2.31 @@ -230,10 +230,10 @@ importers: '@astrojs/partytown': ^0.1.1-beta.0 '@astrojs/react': ^0.1.0 '@astrojs/sitemap': ^0.1.0 - '@astrojs/tailwind': ^0.1.0 + '@astrojs/tailwind': ^0.1.1-beta.0 '@astrojs/turbolinks': ^0.0.2 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.5 + astro: ^1.0.0-beta.6 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.5 + astro: ^1.0.0-beta.6 devDependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.0.0-beta.5 + astro: ^1.0.0-beta.6 devDependencies: astro: link:../../packages/astro examples/portfolio: specifiers: '@astrojs/preact': ^0.0.2 - astro: ^1.0.0-beta.5 + astro: ^1.0.0-beta.6 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.5 + astro: ^1.0.0-beta.6 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.5 + astro: ^1.0.0-beta.6 devDependencies: astro: link:../../packages/astro examples/subpath: specifiers: '@astrojs/react': ^0.1.0 - astro: ^1.0.0-beta.5 + astro: ^1.0.0-beta.6 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.5 + astro: ^1.0.0-beta.6 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.5 + astro: ^1.0.0-beta.6 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.5 + astro: ^1.0.0-beta.6 devDependencies: '@astrojs/markdown-remark': link:../../packages/markdown/remark astro: link:../../packages/astro @@ -389,7 +389,7 @@ importers: '@nanostores/preact': ^0.1.3 '@nanostores/react': ^0.1.5 '@nanostores/vue': ^0.4.1 - astro: ^1.0.0-beta.5 + astro: ^1.0.0-beta.6 nanostores: ^0.5.12 preact: ^10.7.0 react: ^18.0.0 @@ -416,8 +416,8 @@ importers: examples/with-tailwindcss: specifiers: - '@astrojs/tailwind': ^0.1.0 - astro: ^1.0.0-beta.5 + '@astrojs/tailwind': ^0.1.1-beta.0 + astro: ^1.0.0-beta.6 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.5 + astro: ^1.0.0-beta.6 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.2 devDependencies: @@ -10571,7 +10571,7 @@ packages: stylus: optional: true dependencies: - esbuild: 0.14.34 + esbuild: 0.14.30 postcss: 8.4.12 resolve: 1.22.0 rollup: 2.70.1