From b9d59bc95727d5c15bae659566ff51f16330c9fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 12 Aug 2022 22:19:55 +0000 Subject: [PATCH] [ci] release --- .changeset/empty-parents-lie.md | 9 ---- .changeset/fluffy-otters-guess.md | 5 -- .changeset/four-students-rescue.md | 5 -- .changeset/heavy-nails-juggle.md | 5 -- .changeset/late-tips-study.md | 6 --- .changeset/witty-bears-joke.md | 5 -- examples/basics/package.json | 2 +- examples/blog/package.json | 2 +- examples/component/demo/package.json | 2 +- examples/component/package.json | 2 +- examples/docs/package.json | 2 +- examples/env-vars/package.json | 2 +- examples/framework-alpine/package.json | 2 +- examples/framework-lit/package.json | 2 +- examples/framework-multiple/package.json | 2 +- examples/framework-preact/package.json | 2 +- examples/framework-react/package.json | 2 +- examples/framework-solid/package.json | 2 +- examples/framework-svelte/package.json | 2 +- examples/framework-vue/package.json | 2 +- examples/minimal/package.json | 2 +- examples/non-html-pages/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/ssr/package.json | 2 +- examples/subpath/package.json | 2 +- examples/with-markdown-plugins/package.json | 2 +- examples/with-markdown-shiki/package.json | 2 +- examples/with-mdx/package.json | 4 +- examples/with-nanostores/package.json | 2 +- examples/with-tailwindcss/package.json | 2 +- examples/with-vite-plugin-pwa/package.json | 2 +- examples/with-vitest/package.json | 2 +- packages/astro/CHANGELOG.md | 19 +++++++ packages/astro/package.json | 2 +- packages/integrations/mdx/CHANGELOG.md | 13 +++++ packages/integrations/mdx/package.json | 2 +- .../mdx/test/mdx-frontmatter.test.js | 5 +- pnpm-lock.yaml | 54 +++++++++---------- 38 files changed, 92 insertions(+), 92 deletions(-) delete mode 100644 .changeset/empty-parents-lie.md delete mode 100644 .changeset/fluffy-otters-guess.md delete mode 100644 .changeset/four-students-rescue.md delete mode 100644 .changeset/heavy-nails-juggle.md delete mode 100644 .changeset/late-tips-study.md delete mode 100644 .changeset/witty-bears-joke.md diff --git a/.changeset/empty-parents-lie.md b/.changeset/empty-parents-lie.md deleted file mode 100644 index de4a2e015ad2f..0000000000000 --- a/.changeset/empty-parents-lie.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'astro': patch -'@astrojs/mdx': minor ---- - -Align MD with MDX on layout props and "glob" import results: -- Add `Content` to MDX -- Add `file` and `url` to MDX frontmatter (layout import only) -- Update glob types to reflect differences (lack of `rawContent` and `compiledContent`) diff --git a/.changeset/fluffy-otters-guess.md b/.changeset/fluffy-otters-guess.md deleted file mode 100644 index e170e718c78ef..0000000000000 --- a/.changeset/fluffy-otters-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Prevents automatic trailingSlash appending on getStaticPaths produced pages diff --git a/.changeset/four-students-rescue.md b/.changeset/four-students-rescue.md deleted file mode 100644 index c2939acd2cb99..0000000000000 --- a/.changeset/four-students-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Ensure hydration scripts inside of slots render ASAP diff --git a/.changeset/heavy-nails-juggle.md b/.changeset/heavy-nails-juggle.md deleted file mode 100644 index 068631f67a244..0000000000000 --- a/.changeset/heavy-nails-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix bug where Astro's server runtime would end up in the browser diff --git a/.changeset/late-tips-study.md b/.changeset/late-tips-study.md deleted file mode 100644 index ea829d4ae60bf..0000000000000 --- a/.changeset/late-tips-study.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/mdx': patch ---- - -Properly handle hydration for namespaced components diff --git a/.changeset/witty-bears-joke.md b/.changeset/witty-bears-joke.md deleted file mode 100644 index 65b04583ddfca..0000000000000 --- a/.changeset/witty-bears-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -[astro add] Set `output: 'server'` when adding adapter diff --git a/examples/basics/package.json b/examples/basics/package.json index 6b4f5a9b8736d..b6102a31120cf 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.3" + "astro": "^1.0.4" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index c2d129d2f64c7..b7759464b4b4c 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/preact": "^1.0.2", - "astro": "^1.0.3" + "astro": "^1.0.4" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index 65653199c5154..29c3336d38034 100644 --- a/examples/component/demo/package.json +++ b/examples/component/demo/package.json @@ -11,6 +11,6 @@ }, "devDependencies": { "@example/my-component": "workspace:*", - "astro": "^1.0.3" + "astro": "^1.0.4" } } diff --git a/examples/component/package.json b/examples/component/package.json index 387a2406ad3e4..0dc5ba20acade 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -8,6 +8,6 @@ "serve": "astro --root demo preview" }, "devDependencies": { - "astro": "^1.0.3" + "astro": "^1.0.4" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 1028f9e932b53..b7cb1fa5db360 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -21,6 +21,6 @@ "devDependencies": { "@astrojs/preact": "^1.0.2", "@astrojs/react": "^1.0.0", - "astro": "^1.0.3" + "astro": "^1.0.4" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index 5ba32dba2941a..6e7a792bf8be0 100644 --- a/examples/env-vars/package.json +++ b/examples/env-vars/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.3" + "astro": "^1.0.4" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index a198db4fc5290..cead14b4c1d99 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@types/alpinejs": "^3.7.0", - "astro": "^1.0.3" + "astro": "^1.0.4" }, "dependencies": { "alpinejs": "^3.10.2" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 89b6cf11f1b57..307814e8145e8 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/lit": "^1.0.0", - "astro": "^1.0.3" + "astro": "^1.0.4" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 947bbd9d9f6af..9e66fe8b0004f 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/solid-js": "^1.0.0", "@astrojs/svelte": "^1.0.0", "@astrojs/vue": "^1.0.0", - "astro": "^1.0.3" + "astro": "^1.0.4" }, "dependencies": { "preact": "^10.7.3", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 25a155d247be4..57edc8587b823 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/preact": "^1.0.2", - "astro": "^1.0.3" + "astro": "^1.0.4" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index d83f6ae214425..385b5ef8b42ec 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^1.0.0", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5", - "astro": "^1.0.3" + "astro": "^1.0.4" }, "dependencies": { "react": "^18.1.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 038e57d59da1a..f4d415f67c4e5 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/solid-js": "^1.0.0", - "astro": "^1.0.3" + "astro": "^1.0.4" }, "dependencies": { "solid-js": "^1.4.3" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index b149d3b9f86a3..cde5b1f752ae6 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/svelte": "^1.0.0", - "astro": "^1.0.3" + "astro": "^1.0.4" }, "dependencies": { "svelte": "^3.48.0" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index ad22c9667ff00..448c18ff7f476 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/vue": "^1.0.0", - "astro": "^1.0.3" + "astro": "^1.0.4" }, "dependencies": { "vue": "^3.2.37" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index ff468bcde40bd..2844bc93f70b5 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.3" + "astro": "^1.0.4" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 703cb77a9b903..87b8dfac38e98 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.3" + "astro": "^1.0.4" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 35018fbf55b66..e7c7493854efb 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/preact": "^1.0.2", - "astro": "^1.0.3", + "astro": "^1.0.4", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index f407aa3481f5b..77e8d4edf674d 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@astrojs/node": "^1.0.0", "@astrojs/svelte": "^1.0.0", - "astro": "^1.0.3", + "astro": "^1.0.4", "concurrently": "^7.2.1", "lightcookie": "^1.0.25", "unocss": "^0.15.6", diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 1cb40dfc39dc8..b6454be4ce70c 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/react": "^1.0.0", - "astro": "^1.0.3" + "astro": "^1.0.4" }, "dependencies": { "react": "^18.1.0", diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index af7a60ba09de0..4f01993da2cd4 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^1.0.0", - "astro": "^1.0.3", + "astro": "^1.0.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 0fd0172b3da4c..76bfef02b9fa5 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^1.0.0", - "astro": "^1.0.3" + "astro": "^1.0.4" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 18ea087644129..1037fef1238e0 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/mdx": "^0.8.3", + "@astrojs/mdx": "^0.9.0", "@astrojs/preact": "^1.0.2", - "astro": "^1.0.3", + "astro": "^1.0.4", "preact": "^10.6.5" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 4cd49181e1906..ce7fd3e2b697d 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "@astrojs/preact": "^1.0.2", - "astro": "^1.0.3" + "astro": "^1.0.4" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 84f21a501a804..b0ecfdaec24b1 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/tailwind": "^1.0.0", - "astro": "^1.0.3", + "astro": "^1.0.4", "autoprefixer": "^10.4.7", "canvas-confetti": "^1.5.1", "postcss": "^8.4.14", diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index a0374921abea3..963de7d4e8e79 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.3", + "astro": "^1.0.4", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index fc1fff35591da..16eea62a88545 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "devDependencies": { - "astro": "^1.0.3", + "astro": "^1.0.4", "vitest": "^0.20.3" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index ee25e3780d94b..9ee52f14ee171 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,24 @@ # astro +## 1.0.4 + +### Patch Changes + +- [#4268](https://github.com/withastro/astro/pull/4268) [`f7afdb889`](https://github.com/withastro/astro/commit/f7afdb889fe4e97177958c8ec92f80c5f6e5cb51) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Align MD with MDX on layout props and "glob" import results: + - Add `Content` to MDX + - Add `file` and `url` to MDX frontmatter (layout import only) + - Update glob types to reflect differences (lack of `rawContent` and `compiledContent`) + +* [#4265](https://github.com/withastro/astro/pull/4265) [`8f845ca95`](https://github.com/withastro/astro/commit/8f845ca9507965e3898b3c7b70952c849bef310e) Thanks [@matthewp](https://github.com/matthewp)! - Prevents automatic trailingSlash appending on getStaticPaths produced pages + +- [#4288](https://github.com/withastro/astro/pull/4288) [`c21810068`](https://github.com/withastro/astro/commit/c218100684c90c2b5c490e73b0687ad59d0c58df) Thanks [@matthewp](https://github.com/matthewp)! - Ensure hydration scripts inside of slots render ASAP + +* [#4282](https://github.com/withastro/astro/pull/4282) [`c0992e1fe`](https://github.com/withastro/astro/commit/c0992e1fefc105577e99ac94338d349dbabf38d8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix bug where Astro's server runtime would end up in the browser + +- [#4272](https://github.com/withastro/astro/pull/4272) [`24d2f7a6e`](https://github.com/withastro/astro/commit/24d2f7a6e6700c10c863f826f37bb653d70e3a83) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Properly handle hydration for namespaced components + +* [#4289](https://github.com/withastro/astro/pull/4289) [`3ca905174`](https://github.com/withastro/astro/commit/3ca905174967d6339ba90aa5bc1756fbe2fafdb0) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Set `output: 'server'` when adding adapter + ## 1.0.3 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 60e6ff744379e..2c0b0c9b78f66 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.0.3", + "version": "1.0.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/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 99d39018a7598..e4970e4a380ed 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,18 @@ # @astrojs/mdx +## 0.9.0 + +### Minor Changes + +- [#4268](https://github.com/withastro/astro/pull/4268) [`f7afdb889`](https://github.com/withastro/astro/commit/f7afdb889fe4e97177958c8ec92f80c5f6e5cb51) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Align MD with MDX on layout props and "glob" import results: + - Add `Content` to MDX + - Add `file` and `url` to MDX frontmatter (layout import only) + - Update glob types to reflect differences (lack of `rawContent` and `compiledContent`) + +### Patch Changes + +- [#4272](https://github.com/withastro/astro/pull/4272) [`24d2f7a6e`](https://github.com/withastro/astro/commit/24d2f7a6e6700c10c863f826f37bb653d70e3a83) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Properly handle hydration for namespaced components + ## 0.8.3 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 84636180f3dc7..618eaabfe277f 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/mdx", "description": "Use MDX within Astro", - "version": "0.8.3", + "version": "0.9.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/mdx/test/mdx-frontmatter.test.js b/packages/integrations/mdx/test/mdx-frontmatter.test.js index 9f0e9d8e62c48..039a12ddcc99a 100644 --- a/packages/integrations/mdx/test/mdx-frontmatter.test.js +++ b/packages/integrations/mdx/test/mdx-frontmatter.test.js @@ -64,7 +64,10 @@ describe('MDX frontmatter', () => { const frontmatterFile = document.querySelector('[data-frontmatter-file]')?.textContent; const frontmatterUrl = document.querySelector('[data-frontmatter-url]')?.textContent; - expect(frontmatterFile?.endsWith('with-headings.mdx')).to.equal(true, '"file" prop does not end with correct path or is undefined'); + expect(frontmatterFile?.endsWith('with-headings.mdx')).to.equal( + true, + '"file" prop does not end with correct path or is undefined' + ); expect(frontmatterUrl).to.equal('/with-headings'); }); }); diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b58cb0f81e096..a1681de92f66f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -56,14 +56,14 @@ importers: examples/basics: specifiers: - astro: ^1.0.3 + astro: ^1.0.4 devDependencies: astro: link:../../packages/astro examples/blog: specifiers: '@astrojs/preact': ^1.0.2 - astro: ^1.0.3 + astro: ^1.0.4 preact: ^10.7.3 dependencies: preact: 10.10.2 @@ -73,14 +73,14 @@ importers: examples/component: specifiers: - astro: ^1.0.3 + astro: ^1.0.4 devDependencies: astro: link:../../packages/astro examples/component/demo: specifiers: '@example/my-component': workspace:* - astro: ^1.0.3 + astro: ^1.0.4 devDependencies: '@example/my-component': link:../packages/my-component astro: link:../../../packages/astro @@ -96,7 +96,7 @@ importers: '@docsearch/css': ^3.1.0 '@docsearch/react': ^3.1.0 '@types/react': ^17.0.45 - astro: ^1.0.3 + astro: ^1.0.4 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -115,7 +115,7 @@ importers: examples/env-vars: specifiers: - astro: ^1.0.3 + astro: ^1.0.4 devDependencies: astro: link:../../packages/astro @@ -123,7 +123,7 @@ importers: specifiers: '@types/alpinejs': ^3.7.0 alpinejs: ^3.10.2 - astro: ^1.0.3 + astro: ^1.0.4 dependencies: alpinejs: 3.10.3 devDependencies: @@ -134,7 +134,7 @@ importers: specifiers: '@astrojs/lit': ^1.0.0 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.3 + astro: ^1.0.4 lit: ^2.2.5 dependencies: '@webcomponents/template-shadowroot': 0.1.0 @@ -150,7 +150,7 @@ importers: '@astrojs/solid-js': ^1.0.0 '@astrojs/svelte': ^1.0.0 '@astrojs/vue': ^1.0.0 - astro: ^1.0.3 + astro: ^1.0.4 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -175,7 +175,7 @@ importers: examples/framework-preact: specifiers: '@astrojs/preact': ^1.0.2 - astro: ^1.0.3 + astro: ^1.0.4 preact: ^10.7.3 dependencies: preact: 10.10.2 @@ -188,7 +188,7 @@ importers: '@astrojs/react': ^1.0.0 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^1.0.3 + astro: ^1.0.4 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -203,7 +203,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^1.0.0 - astro: ^1.0.3 + astro: ^1.0.4 solid-js: ^1.4.3 dependencies: solid-js: 1.4.8 @@ -214,7 +214,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^1.0.0 - astro: ^1.0.3 + astro: ^1.0.4 svelte: ^3.48.0 dependencies: svelte: 3.49.0 @@ -225,7 +225,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^1.0.0 - astro: ^1.0.3 + astro: ^1.0.4 vue: ^3.2.37 dependencies: vue: 3.2.37 @@ -235,20 +235,20 @@ importers: examples/minimal: specifiers: - astro: ^1.0.3 + astro: ^1.0.4 devDependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.0.3 + astro: ^1.0.4 devDependencies: astro: link:../../packages/astro examples/portfolio: specifiers: '@astrojs/preact': ^1.0.2 - astro: ^1.0.3 + astro: ^1.0.4 preact: ^10.7.3 sass: ^1.52.2 dependencies: @@ -262,7 +262,7 @@ importers: specifiers: '@astrojs/node': ^1.0.0 '@astrojs/svelte': ^1.0.0 - astro: ^1.0.3 + astro: ^1.0.4 concurrently: ^7.2.1 lightcookie: ^1.0.25 svelte: ^3.48.0 @@ -282,7 +282,7 @@ importers: examples/subpath: specifiers: '@astrojs/react': ^1.0.0 - astro: ^1.0.3 + astro: ^1.0.4 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -295,7 +295,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^1.0.0 - astro: ^1.0.3 + astro: ^1.0.4 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -313,16 +313,16 @@ importers: examples/with-markdown-shiki: specifiers: '@astrojs/markdown-remark': ^1.0.0 - astro: ^1.0.3 + astro: ^1.0.4 devDependencies: '@astrojs/markdown-remark': link:../../packages/markdown/remark astro: link:../../packages/astro examples/with-mdx: specifiers: - '@astrojs/mdx': ^0.8.3 + '@astrojs/mdx': ^0.9.0 '@astrojs/preact': ^1.0.2 - astro: ^1.0.3 + astro: ^1.0.4 preact: ^10.6.5 devDependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -334,7 +334,7 @@ importers: specifiers: '@astrojs/preact': ^1.0.2 '@nanostores/preact': ^0.1.3 - astro: ^1.0.3 + astro: ^1.0.4 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -348,7 +348,7 @@ importers: examples/with-tailwindcss: specifiers: '@astrojs/tailwind': ^1.0.0 - astro: ^1.0.3 + astro: ^1.0.4 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -363,7 +363,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.0.3 + astro: ^1.0.4 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 devDependencies: @@ -373,7 +373,7 @@ importers: examples/with-vitest: specifiers: - astro: ^1.0.3 + astro: ^1.0.4 vitest: ^0.20.3 devDependencies: astro: link:../../packages/astro