From 568960f17588651974bcba117b1ba45c27b5c760 Mon Sep 17 00:00:00 2001 From: "Fred K. Bot" <108291165+fredkbot@users.noreply.github.com> Date: Wed, 6 Jul 2022 18:00:18 -0700 Subject: [PATCH] [ci] release (#3818) Co-authored-by: github-actions[bot] --- .changeset/hip-months-invent.md | 5 -- .changeset/itchy-bottles-rhyme.md | 5 -- .changeset/rare-elephants-add.md | 5 -- .changeset/ten-radios-rush.md | 5 -- .changeset/twenty-meals-train.md | 5 -- examples/basics/package.json | 2 +- examples/blog-multiple-authors/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/integrations-playground/package.json | 2 +- examples/minimal/package.json | 2 +- examples/non-html-pages/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/ssr/package.json | 4 +- examples/starter/package.json | 2 +- examples/subpath/package.json | 2 +- examples/with-markdown-plugins/package.json | 2 +- examples/with-markdown-shiki/package.json | 2 +- examples/with-markdown/package.json | 2 +- examples/with-mdx/package.json | 2 +- examples/with-nanostores/package.json | 2 +- examples/with-tailwindcss/package.json | 2 +- examples/with-vite-plugin-pwa/package.json | 2 +- packages/astro/CHANGELOG.md | 13 ++++ packages/astro/package.json | 4 +- packages/integrations/node/CHANGELOG.md | 6 ++ packages/integrations/node/package.json | 2 +- packages/telemetry/CHANGELOG.md | 6 ++ packages/telemetry/package.json | 2 +- pnpm-lock.yaml | 62 +++++++++---------- 41 files changed, 90 insertions(+), 90 deletions(-) delete mode 100644 .changeset/hip-months-invent.md delete mode 100644 .changeset/itchy-bottles-rhyme.md delete mode 100644 .changeset/rare-elephants-add.md delete mode 100644 .changeset/ten-radios-rush.md delete mode 100644 .changeset/twenty-meals-train.md diff --git a/.changeset/hip-months-invent.md b/.changeset/hip-months-invent.md deleted file mode 100644 index ea3484d71..000000000 --- a/.changeset/hip-months-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix for putting the into its own component diff --git a/.changeset/itchy-bottles-rhyme.md b/.changeset/itchy-bottles-rhyme.md deleted file mode 100644 index 67758e717..000000000 --- a/.changeset/itchy-bottles-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/node": patch ---- - -Fix example on `README.md` diff --git a/.changeset/rare-elephants-add.md b/.changeset/rare-elephants-add.md deleted file mode 100644 index 7faa8e57b..000000000 --- a/.changeset/rare-elephants-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/telemetry': patch ---- - -Fix an issue where handled error output was piped to the user diff --git a/.changeset/ten-radios-rush.md b/.changeset/ten-radios-rush.md deleted file mode 100644 index 1162c46e3..000000000 --- a/.changeset/ten-radios-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix: add default content type to endpoints with { body } shorthand diff --git a/.changeset/twenty-meals-train.md b/.changeset/twenty-meals-train.md deleted file mode 100644 index 931679b8e..000000000 --- a/.changeset/twenty-meals-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix `client:visible` directive in safari diff --git a/examples/basics/package.json b/examples/basics/package.json index e6f1e9143..19fa47b58 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.63" + "astro": "^1.0.0-beta.64" } } diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 52749fb90..031681af6 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.3.1", - "astro": "^1.0.0-beta.63", + "astro": "^1.0.0-beta.64", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/blog/package.json b/examples/blog/package.json index 23566d2d5..79ffdaa63 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.3.1", - "astro": "^1.0.0-beta.63" + "astro": "^1.0.0-beta.64" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index e456db3f1..86805b8cf 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.63" + "astro": "^1.0.0-beta.64" } } diff --git a/examples/component/package.json b/examples/component/package.json index 0a9c8c784..e05fadd95 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.63" + "astro": "^1.0.0-beta.64" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 1bcfc8cc0..adcdd351c 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -20,6 +20,6 @@ "devDependencies": { "@astrojs/preact": "^0.3.1", "@astrojs/react": "^0.2.0", - "astro": "^1.0.0-beta.63" + "astro": "^1.0.0-beta.64" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index 3cdedae9a..3ea50ed9c 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.63" + "astro": "^1.0.0-beta.64" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 47d5f1619..718cb0f1c 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.63" + "astro": "^1.0.0-beta.64" }, "dependencies": { "alpinejs": "^3.10.2" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 1fe3f4b3d..e7dc95025 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/lit": "^0.3.0", - "astro": "^1.0.0-beta.63" + "astro": "^1.0.0-beta.64" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index ee27594b2..d98560bfb 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/solid-js": "^0.2.0", "@astrojs/svelte": "^0.2.0", "@astrojs/vue": "^0.2.0", - "astro": "^1.0.0-beta.63" + "astro": "^1.0.0-beta.64" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 11abf9bb0..fb644bfb3 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.3.1", - "astro": "^1.0.0-beta.63" + "astro": "^1.0.0-beta.64" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 4e638320a..9e34885a2 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -12,7 +12,7 @@ "@astrojs/react": "^0.2.0", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5", - "astro": "^1.0.0-beta.63" + "astro": "^1.0.0-beta.64" }, "dependencies": { "react": "^18.1.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index ce4307a1c..45192917c 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/solid-js": "^0.2.0", - "astro": "^1.0.0-beta.63" + "astro": "^1.0.0-beta.64" }, "dependencies": { "solid-js": "^1.4.3" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 7addd69e5..dbd406652 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/svelte": "^0.2.0", - "astro": "^1.0.0-beta.63" + "astro": "^1.0.0-beta.64" }, "dependencies": { "svelte": "^3.48.0" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 5a7a7dbc6..c6a010ee1 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/vue": "^0.2.0", - "astro": "^1.0.0-beta.63" + "astro": "^1.0.0-beta.64" }, "dependencies": { "vue": "^3.2.37" diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index 0ae7fec9a..7bd8d2676 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -16,7 +16,7 @@ "@astrojs/solid-js": "0.2.0", "@astrojs/tailwind": "^0.2.2", "@astrojs/turbolinks": "^0.1.3", - "astro": "^1.0.0-beta.63", + "astro": "^1.0.0-beta.64", "solid-js": "^1.4.3" }, "dependencies": { diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 80648e926..944bb8fe2 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.63" + "astro": "^1.0.0-beta.64" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 1d0898fe3..d6b2b456a 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.63" + "astro": "^1.0.0-beta.64" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 5b5ecfb23..846a763ea 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.3.1", - "astro": "^1.0.0-beta.63", + "astro": "^1.0.0-beta.64", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 4addb1408..b5cd27620 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -9,9 +9,9 @@ "server": "node server/server.mjs" }, "devDependencies": { - "@astrojs/node": "^0.1.3", + "@astrojs/node": "^0.1.4", "@astrojs/svelte": "^0.2.0", - "astro": "^1.0.0-beta.63", + "astro": "^1.0.0-beta.64", "concurrently": "^7.2.1", "lightcookie": "^1.0.25", "unocss": "^0.15.6", diff --git a/examples/starter/package.json b/examples/starter/package.json index 5f16bca77..9829e5854 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.63" + "astro": "^1.0.0-beta.64" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 4da9cedf8..a43ead626 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/react": "^0.2.0", - "astro": "^1.0.0-beta.63", + "astro": "^1.0.0-beta.64", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 37b16b131..6a0c3cc8d 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.11.3", - "astro": "^1.0.0-beta.63", + "astro": "^1.0.0-beta.64", "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 d4596b95a..c70660c42 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.11.3", - "astro": "^1.0.0-beta.63" + "astro": "^1.0.0-beta.64" } } diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index ff1a3250c..d77c55f9f 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^0.2.0", "@astrojs/svelte": "^0.2.0", "@astrojs/vue": "^0.2.0", - "astro": "^1.0.0-beta.63" + "astro": "^1.0.0-beta.64" }, "dependencies": { "preact": "^10.7.3", diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 18d3cffdb..8d1919d9f 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@astrojs/mdx": "^0.0.2", "@astrojs/preact": "^0.3.1", - "astro": "^1.0.0-beta.63", + "astro": "^1.0.0-beta.64", "preact": "^10.6.5" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index cb69abe79..dfaef5576 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -25,6 +25,6 @@ "@astrojs/solid-js": "^0.2.0", "@astrojs/svelte": "^0.2.0", "@astrojs/vue": "^0.2.0", - "astro": "^1.0.0-beta.63" + "astro": "^1.0.0-beta.64" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index cdec7e3cc..b077df5ac 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/tailwind": "^0.2.2", - "astro": "^1.0.0-beta.63", + "astro": "^1.0.0-beta.64", "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 b632ad731..e80d506e5 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.63", + "astro": "^1.0.0-beta.64", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 6d8ebcea4..c1a5c0934 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,18 @@ # astro +## 1.0.0-beta.64 + +### Patch Changes + +- [#3821](https://github.com/withastro/astro/pull/3821) [`c2165c34`](https://github.com/withastro/astro/commit/c2165c34a76c183b3af6303526ae292a1f2426ce) Thanks [@matthewp](https://github.com/matthewp)! - Fix for putting the into its own component + +* [#3841](https://github.com/withastro/astro/pull/3841) [`820a26dd`](https://github.com/withastro/astro/commit/820a26dde5cdc11b5bf430bc2a1e3b09084ae045) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix: add default content type to endpoints with { body } shorthand + +- [#3839](https://github.com/withastro/astro/pull/3839) [`cd3f6348`](https://github.com/withastro/astro/commit/cd3f6348c4e918b5367587bce58d724aec44eddd) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix `client:visible` directive in safari + +- Updated dependencies [[`e4b2dca1`](https://github.com/withastro/astro/commit/e4b2dca1f3f03bd951f1d623695631cebf638c67)]: + - @astrojs/telemetry@0.2.4 + ## 1.0.0-beta.63 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index a788b9bf4..3903b2a84 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.0.0-beta.63", + "version": "1.0.0-beta.64", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", @@ -84,7 +84,7 @@ "@astrojs/language-server": "^0.13.4", "@astrojs/markdown-remark": "^0.11.3", "@astrojs/prism": "0.4.1", - "@astrojs/telemetry": "^0.2.3", + "@astrojs/telemetry": "^0.2.4", "@astrojs/webapi": "^0.12.0", "@babel/core": "^7.18.2", "@babel/generator": "^7.18.2", diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index 746076781..8369434c6 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/node +## 0.1.4 + +### Patch Changes + +- [#3817](https://github.com/withastro/astro/pull/3817) [`2f56664f`](https://github.com/withastro/astro/commit/2f56664f85596c6268ecb44bbb9c36cca2ea49c5) Thanks [@ran-dall](https://github.com/ran-dall)! - Fix example on `README.md` + ## 0.1.3 ### Patch Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index d8f1c1faf..e4a37cee3 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/node", "description": "Deploy your site to a Node.js server", - "version": "0.1.3", + "version": "0.1.4", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/telemetry/CHANGELOG.md b/packages/telemetry/CHANGELOG.md index 96cf30632..8917e634c 100644 --- a/packages/telemetry/CHANGELOG.md +++ b/packages/telemetry/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/telemetry +## 0.2.4 + +### Patch Changes + +- [#3822](https://github.com/withastro/astro/pull/3822) [`e4b2dca1`](https://github.com/withastro/astro/commit/e4b2dca1f3f03bd951f1d623695631cebf638c67) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fix an issue where handled error output was piped to the user + ## 0.2.3 ### Patch Changes diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index 15702821d..7785a8797 100644 --- a/packages/telemetry/package.json +++ b/packages/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/telemetry", - "version": "0.2.3", + "version": "0.2.4", "type": "module", "types": "./dist/types/index.d.ts", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f8afc5735..14f603905 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -49,14 +49,14 @@ importers: examples/basics: specifiers: - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 devDependencies: astro: link:../../packages/astro examples/blog: specifiers: '@astrojs/preact': ^0.3.1 - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 preact: ^10.7.3 dependencies: preact: 10.8.2 @@ -67,7 +67,7 @@ importers: examples/blog-multiple-authors: specifiers: '@astrojs/preact': ^0.3.1 - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 preact: ^10.7.3 sass: ^1.52.2 dependencies: @@ -79,14 +79,14 @@ importers: examples/component: specifiers: - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 devDependencies: astro: link:../../packages/astro examples/component/demo: specifiers: '@example/my-component': workspace:* - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 devDependencies: '@example/my-component': link:../packages/my-component astro: link:../../../packages/astro @@ -102,7 +102,7 @@ importers: '@docsearch/css': ^3.1.0 '@docsearch/react': ^3.1.0 '@types/react': ^17.0.45 - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -121,14 +121,14 @@ importers: examples/env-vars: specifiers: - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 devDependencies: astro: link:../../packages/astro examples/framework-alpine: specifiers: alpinejs: ^3.10.2 - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 dependencies: alpinejs: 3.10.2 devDependencies: @@ -138,7 +138,7 @@ importers: specifiers: '@astrojs/lit': ^0.3.0 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 lit: ^2.2.5 dependencies: '@webcomponents/template-shadowroot': 0.1.0 @@ -156,7 +156,7 @@ importers: '@astrojs/svelte': ^0.2.0 '@astrojs/vue': ^0.2.0 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 lit: ^2.2.5 preact: ^10.7.3 react: ^18.1.0 @@ -185,7 +185,7 @@ importers: examples/framework-preact: specifiers: '@astrojs/preact': ^0.3.1 - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 preact: ^10.7.3 dependencies: preact: 10.8.2 @@ -198,7 +198,7 @@ importers: '@astrojs/react': ^0.2.0 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -213,7 +213,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^0.2.0 - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 solid-js: ^1.4.3 dependencies: solid-js: 1.4.5 @@ -224,7 +224,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^0.2.0 - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 svelte: ^3.48.0 dependencies: svelte: 3.48.0 @@ -235,7 +235,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^0.2.0 - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 vue: ^3.2.37 dependencies: vue: 3.2.37 @@ -253,7 +253,7 @@ importers: '@astrojs/tailwind': ^0.2.2 '@astrojs/turbolinks': ^0.1.3 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 lit: ^2.2.5 preact: ^10.7.3 react: ^18.1.0 @@ -282,20 +282,20 @@ importers: examples/minimal: specifiers: - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 devDependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 devDependencies: astro: link:../../packages/astro examples/portfolio: specifiers: '@astrojs/preact': ^0.3.1 - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 preact: ^10.7.3 sass: ^1.52.2 dependencies: @@ -307,9 +307,9 @@ importers: examples/ssr: specifiers: - '@astrojs/node': ^0.1.3 + '@astrojs/node': ^0.1.4 '@astrojs/svelte': ^0.2.0 - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 concurrently: ^7.2.1 lightcookie: ^1.0.25 svelte: ^3.48.0 @@ -328,14 +328,14 @@ importers: examples/starter: specifiers: - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 devDependencies: astro: link:../../packages/astro examples/subpath: specifiers: '@astrojs/react': ^0.2.0 - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 react: ^18.1.0 react-dom: ^18.1.0 sass: ^1.52.2 @@ -354,7 +354,7 @@ importers: '@astrojs/react': ^0.2.0 '@astrojs/svelte': ^0.2.0 '@astrojs/vue': ^0.2.0 - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -377,7 +377,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^0.11.3 - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -395,7 +395,7 @@ importers: examples/with-markdown-shiki: specifiers: '@astrojs/markdown-remark': ^0.11.3 - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 devDependencies: '@astrojs/markdown-remark': link:../../packages/markdown/remark astro: link:../../packages/astro @@ -404,7 +404,7 @@ importers: specifiers: '@astrojs/mdx': ^0.0.2 '@astrojs/preact': ^0.3.1 - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 preact: ^10.6.5 devDependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -422,7 +422,7 @@ importers: '@nanostores/preact': ^0.1.3 '@nanostores/react': ^0.1.5 '@nanostores/vue': ^0.4.1 - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 nanostores: ^0.5.12 preact: ^10.7.3 react: ^18.1.0 @@ -450,7 +450,7 @@ importers: examples/with-tailwindcss: specifiers: '@astrojs/tailwind': ^0.2.2 - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -465,7 +465,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.0.0-beta.63 + astro: ^1.0.0-beta.64 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 devDependencies: @@ -479,7 +479,7 @@ importers: '@astrojs/language-server': ^0.13.4 '@astrojs/markdown-remark': ^0.11.3 '@astrojs/prism': 0.4.1 - '@astrojs/telemetry': ^0.2.3 + '@astrojs/telemetry': ^0.2.4 '@astrojs/webapi': ^0.12.0 '@babel/core': ^7.18.2 '@babel/generator': ^7.18.2