From c2b14d525326407fd483f8ac1b06fb90725538c2 Mon Sep 17 00:00:00 2001 From: "Fred K. Bot" <108291165+fredkbot@users.noreply.github.com> Date: Tue, 12 Jul 2022 06:08:15 -0700 Subject: [PATCH] [ci] release (#3894) Co-authored-by: github-actions[bot] --- .changeset/calm-balloons-kneel.md | 20 --- .changeset/famous-moons-kick.md | 6 - .changeset/hungry-cougars-yell.md | 5 - examples/basics/package.json | 2 +- examples/blog-multiple-authors/package.json | 4 +- examples/blog/package.json | 4 +- examples/component/demo/package.json | 2 +- examples/component/package.json | 2 +- examples/docs/package.json | 6 +- examples/env-vars/package.json | 2 +- examples/framework-alpine/package.json | 2 +- examples/framework-lit/package.json | 2 +- examples/framework-multiple/package.json | 12 +- examples/framework-preact/package.json | 4 +- examples/framework-react/package.json | 4 +- examples/framework-solid/package.json | 4 +- examples/framework-svelte/package.json | 4 +- examples/framework-vue/package.json | 4 +- examples/integrations-playground/package.json | 12 +- examples/minimal/package.json | 2 +- examples/non-html-pages/package.json | 2 +- examples/portfolio/package.json | 4 +- examples/ssr/package.json | 6 +- examples/starter/package.json | 2 +- examples/subpath/package.json | 4 +- examples/with-markdown-plugins/package.json | 4 +- examples/with-markdown-shiki/package.json | 4 +- examples/with-markdown/package.json | 12 +- examples/with-mdx/package.json | 6 +- examples/with-nanostores/package.json | 4 +- examples/with-tailwindcss/package.json | 4 +- examples/with-vite-plugin-pwa/package.json | 2 +- packages/astro/CHANGELOG.md | 11 ++ packages/astro/package.json | 4 +- packages/integrations/cloudflare/CHANGELOG.md | 6 + packages/integrations/cloudflare/package.json | 2 +- packages/integrations/deno/CHANGELOG.md | 6 + packages/integrations/deno/package.json | 2 +- packages/integrations/image/CHANGELOG.md | 6 + packages/integrations/image/package.json | 2 +- packages/integrations/mdx/CHANGELOG.md | 6 + packages/integrations/mdx/package.json | 2 +- packages/integrations/netlify/CHANGELOG.md | 6 + packages/integrations/netlify/package.json | 2 +- packages/integrations/node/CHANGELOG.md | 6 + packages/integrations/node/package.json | 2 +- packages/integrations/partytown/CHANGELOG.md | 6 + packages/integrations/partytown/package.json | 2 +- packages/integrations/preact/CHANGELOG.md | 6 + packages/integrations/preact/package.json | 2 +- packages/integrations/prefetch/CHANGELOG.md | 6 + packages/integrations/prefetch/package.json | 2 +- packages/integrations/react/CHANGELOG.md | 6 + packages/integrations/react/package.json | 2 +- packages/integrations/sitemap/CHANGELOG.md | 6 + packages/integrations/sitemap/package.json | 2 +- packages/integrations/solid/CHANGELOG.md | 6 + packages/integrations/solid/package.json | 2 +- packages/integrations/svelte/CHANGELOG.md | 6 + packages/integrations/svelte/package.json | 2 +- packages/integrations/tailwind/CHANGELOG.md | 6 + packages/integrations/tailwind/package.json | 2 +- packages/integrations/vercel/CHANGELOG.md | 6 + packages/integrations/vercel/package.json | 2 +- packages/integrations/vue/CHANGELOG.md | 6 + packages/integrations/vue/package.json | 2 +- packages/markdown/remark/CHANGELOG.md | 6 + packages/markdown/remark/package.json | 2 +- pnpm-lock.yaml | 157 +++++++++--------- 69 files changed, 273 insertions(+), 192 deletions(-) delete mode 100644 .changeset/calm-balloons-kneel.md delete mode 100644 .changeset/famous-moons-kick.md delete mode 100644 .changeset/hungry-cougars-yell.md diff --git a/.changeset/calm-balloons-kneel.md b/.changeset/calm-balloons-kneel.md deleted file mode 100644 index d374c4ff2..000000000 --- a/.changeset/calm-balloons-kneel.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -'@astrojs/cloudflare': patch -'@astrojs/deno': patch -'@astrojs/image': patch -'@astrojs/mdx': patch -'@astrojs/netlify': patch -'@astrojs/node': patch -'@astrojs/partytown': patch -'@astrojs/preact': patch -'@astrojs/prefetch': patch -'@astrojs/react': patch -'@astrojs/sitemap': patch -'@astrojs/solid-js': patch -'@astrojs/svelte': patch -'@astrojs/tailwind': patch -'@astrojs/vercel': patch -'@astrojs/vue': patch ---- - -Integration README fixes diff --git a/.changeset/famous-moons-kick.md b/.changeset/famous-moons-kick.md deleted file mode 100644 index 410d1f83e..000000000 --- a/.changeset/famous-moons-kick.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/markdown-remark': patch ---- - -Tooling: reintroduce smoke test across example projects diff --git a/.changeset/hungry-cougars-yell.md b/.changeset/hungry-cougars-yell.md deleted file mode 100644 index 658e0bb91..000000000 --- a/.changeset/hungry-cougars-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Allow defining Astro components in Vite plugins diff --git a/examples/basics/package.json b/examples/basics/package.json index c43339329..624dacecc 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.66" + "astro": "^1.0.0-beta.67" } } diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index b62f23a08..3d3ef8731 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.4.0", - "astro": "^1.0.0-beta.66", + "@astrojs/preact": "^0.4.1", + "astro": "^1.0.0-beta.67", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/blog/package.json b/examples/blog/package.json index 2be7a55c2..5e250e24a 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.4.0", - "astro": "^1.0.0-beta.66" + "@astrojs/preact": "^0.4.1", + "astro": "^1.0.0-beta.67" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index 8e7e53bef..7879ec19b 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.66" + "astro": "^1.0.0-beta.67" } } diff --git a/examples/component/package.json b/examples/component/package.json index 441bf8c73..98ab69735 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.66" + "astro": "^1.0.0-beta.67" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 7e5d65755..0b9bdfc1c 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -18,8 +18,8 @@ "react-dom": "^18.1.0" }, "devDependencies": { - "@astrojs/preact": "^0.4.0", - "@astrojs/react": "^0.3.0", - "astro": "^1.0.0-beta.66" + "@astrojs/preact": "^0.4.1", + "@astrojs/react": "^0.3.1", + "astro": "^1.0.0-beta.67" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index 323859769..01a1d24b7 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.66" + "astro": "^1.0.0-beta.67" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 547f5fcc7..8ab589966 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.66" + "astro": "^1.0.0-beta.67" }, "dependencies": { "alpinejs": "^3.10.2" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index aa6c7458d..54f003bd1 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/lit": "^0.3.1", - "astro": "^1.0.0-beta.66" + "astro": "^1.0.0-beta.67" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 380af90ad..5159e18e2 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,12 +10,12 @@ }, "devDependencies": { "@astrojs/lit": "^0.3.1", - "@astrojs/preact": "^0.4.0", - "@astrojs/react": "^0.3.0", - "@astrojs/solid-js": "^0.3.0", - "@astrojs/svelte": "^0.3.0", - "@astrojs/vue": "^0.3.0", - "astro": "^1.0.0-beta.66" + "@astrojs/preact": "^0.4.1", + "@astrojs/react": "^0.3.1", + "@astrojs/solid-js": "^0.3.1", + "@astrojs/svelte": "^0.3.1", + "@astrojs/vue": "^0.3.1", + "astro": "^1.0.0-beta.67" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 1b18a0c81..7baaf4c79 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.4.0", - "astro": "^1.0.0-beta.66" + "@astrojs/preact": "^0.4.1", + "astro": "^1.0.0-beta.67" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 14f1a70cd..ef6e8d958 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,10 +9,10 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/react": "^0.3.0", + "@astrojs/react": "^0.3.1", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5", - "astro": "^1.0.0-beta.66" + "astro": "^1.0.0-beta.67" }, "dependencies": { "react": "^18.1.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 0601c96a9..b4320b642 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.3.0", - "astro": "^1.0.0-beta.66" + "@astrojs/solid-js": "^0.3.1", + "astro": "^1.0.0-beta.67" }, "dependencies": { "solid-js": "^1.4.3" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 5eba4a3a0..70466cc39 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/svelte": "^0.3.0", - "astro": "^1.0.0-beta.66" + "@astrojs/svelte": "^0.3.1", + "astro": "^1.0.0-beta.67" }, "dependencies": { "svelte": "^3.48.0" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 1c585b027..3df1beb65 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/vue": "^0.3.0", - "astro": "^1.0.0-beta.66" + "@astrojs/vue": "^0.3.1", + "astro": "^1.0.0-beta.67" }, "dependencies": { "vue": "^3.2.37" diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index af686ef55..86de6a585 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -10,13 +10,13 @@ }, "devDependencies": { "@astrojs/lit": "^0.3.1", - "@astrojs/partytown": "^0.1.7", - "@astrojs/react": "^0.3.0", - "@astrojs/sitemap": "^0.2.5", - "@astrojs/solid-js": "0.3.0", - "@astrojs/tailwind": "^0.2.3", + "@astrojs/partytown": "^0.1.8", + "@astrojs/react": "^0.3.1", + "@astrojs/sitemap": "^0.2.6", + "@astrojs/solid-js": "0.3.1", + "@astrojs/tailwind": "^0.2.4", "@astrojs/turbolinks": "^0.1.4", - "astro": "^1.0.0-beta.66", + "astro": "^1.0.0-beta.67", "solid-js": "^1.4.3" }, "dependencies": { diff --git a/examples/minimal/package.json b/examples/minimal/package.json index bbb35249c..ba3bf36ed 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.66" + "astro": "^1.0.0-beta.67" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 5415a8b12..7f7cf5ed4 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.66" + "astro": "^1.0.0-beta.67" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index a8c4b69bd..ab9331791 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.4.0", - "astro": "^1.0.0-beta.66", + "@astrojs/preact": "^0.4.1", + "astro": "^1.0.0-beta.67", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index e15a67dfe..f2fe59081 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.5", - "@astrojs/svelte": "^0.3.0", - "astro": "^1.0.0-beta.66", + "@astrojs/node": "^0.1.6", + "@astrojs/svelte": "^0.3.1", + "astro": "^1.0.0-beta.67", "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 d01d3efae..9ef51baa7 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.66" + "astro": "^1.0.0-beta.67" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 0b68a8b95..11d37311d 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/react": "^0.3.0", - "astro": "^1.0.0-beta.66", + "@astrojs/react": "^0.3.1", + "astro": "^1.0.0-beta.67", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index c5d54e18d..8d2d60863 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/markdown-remark": "^0.11.4", - "astro": "^1.0.0-beta.66", + "@astrojs/markdown-remark": "^0.11.5", + "astro": "^1.0.0-beta.67", "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 20d7ca0b7..12bd378ad 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/markdown-remark": "^0.11.4", - "astro": "^1.0.0-beta.66" + "@astrojs/markdown-remark": "^0.11.5", + "astro": "^1.0.0-beta.67" } } diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 1a8d9d3a0..d79023a36 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,12 +9,12 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/markdown-remark": "^0.11.4", - "@astrojs/preact": "^0.4.0", - "@astrojs/react": "^0.3.0", - "@astrojs/svelte": "^0.3.0", - "@astrojs/vue": "^0.3.0", - "astro": "^1.0.0-beta.66" + "@astrojs/markdown-remark": "^0.11.5", + "@astrojs/preact": "^0.4.1", + "@astrojs/react": "^0.3.1", + "@astrojs/svelte": "^0.3.1", + "@astrojs/vue": "^0.3.1", + "astro": "^1.0.0-beta.67" }, "dependencies": { "preact": "^10.7.3", diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 0761c0636..4aeec4a94 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -9,9 +9,9 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/mdx": "^0.1.0", - "@astrojs/preact": "^0.4.0", - "astro": "^1.0.0-beta.66", + "@astrojs/mdx": "^0.1.1", + "@astrojs/preact": "^0.4.1", + "astro": "^1.0.0-beta.67", "preact": "^10.6.5" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index cb68d7d73..45fd29290 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -14,7 +14,7 @@ "preact": "^10.7.3" }, "devDependencies": { - "@astrojs/preact": "^0.3.1", - "astro": "^1.0.0-beta.66" + "@astrojs/preact": "^0.4.1", + "astro": "^1.0.0-beta.67" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 5c23e70cb..aa03d6330 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/tailwind": "^0.2.3", - "astro": "^1.0.0-beta.66", + "@astrojs/tailwind": "^0.2.4", + "astro": "^1.0.0-beta.67", "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 f57b09aef..1cf00a21a 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.66", + "astro": "^1.0.0-beta.67", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 5bede8be8..30214071a 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,16 @@ # astro +## 1.0.0-beta.67 + +### Patch Changes + +- [#3669](https://github.com/withastro/astro/pull/3669) [`93e1020b1`](https://github.com/withastro/astro/commit/93e1020b1e8549b08cf5646e1ebc3ae34e14ebc8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Tooling: reintroduce smoke test across example projects + +* [#3889](https://github.com/withastro/astro/pull/3889) [`5f4ecbad1`](https://github.com/withastro/astro/commit/5f4ecbad1bbcf3e08b399b23c70c7b766dac48e2) Thanks [@matthewp](https://github.com/matthewp)! - Allow defining Astro components in Vite plugins + +* Updated dependencies [[`93e1020b1`](https://github.com/withastro/astro/commit/93e1020b1e8549b08cf5646e1ebc3ae34e14ebc8)]: + - @astrojs/markdown-remark@0.11.5 + ## 1.0.0-beta.66 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index a19f50092..2f3d6205e 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.0.0-beta.66", + "version": "1.0.0-beta.67", "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 @@ "dependencies": { "@astrojs/compiler": "^0.18.2", "@astrojs/language-server": "^0.13.4", - "@astrojs/markdown-remark": "^0.11.4", + "@astrojs/markdown-remark": "^0.11.5", "@astrojs/prism": "0.5.0", "@astrojs/telemetry": "^0.3.0", "@astrojs/webapi": "^0.12.0", diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md index 90f1e85af..c6eae1744 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/cloudflare +## 0.2.4 + +### Patch Changes + +- [#3885](https://github.com/withastro/astro/pull/3885) [`bf5d1cc1e`](https://github.com/withastro/astro/commit/bf5d1cc1e71da38a14658c615e9481f2145cc6e7) Thanks [@delucis](https://github.com/delucis)! - Integration README fixes + ## 0.2.3 ### Patch Changes diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index dcfbfe77e..4835549c0 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/cloudflare", "description": "Deploy your site to cloudflare pages functions", - "version": "0.2.3", + "version": "0.2.4", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/deno/CHANGELOG.md b/packages/integrations/deno/CHANGELOG.md index 2b6af886e..60ffb5fcb 100644 --- a/packages/integrations/deno/CHANGELOG.md +++ b/packages/integrations/deno/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/node +## 0.1.10 + +### Patch Changes + +- [#3885](https://github.com/withastro/astro/pull/3885) [`bf5d1cc1e`](https://github.com/withastro/astro/commit/bf5d1cc1e71da38a14658c615e9481f2145cc6e7) Thanks [@delucis](https://github.com/delucis)! - Integration README fixes + ## 0.1.9 ### Patch Changes diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index 04b2ef7dc..c20e2d417 100644 --- a/packages/integrations/deno/package.json +++ b/packages/integrations/deno/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/deno", "description": "Deploy your site to a Deno server", - "version": "0.1.9", + "version": "0.1.10", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index 0a9c16f36..f5e5dd575 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/image +## 0.1.2 + +### Patch Changes + +- [#3885](https://github.com/withastro/astro/pull/3885) [`bf5d1cc1e`](https://github.com/withastro/astro/commit/bf5d1cc1e71da38a14658c615e9481f2145cc6e7) Thanks [@delucis](https://github.com/delucis)! - Integration README fixes + ## 0.1.1 ### Patch Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 9c42c1ff2..a2b548614 100644 --- a/packages/integrations/image/package.json +++ b/packages/integrations/image/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/image", "description": "Load and transform images in your Astro site.", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "types": "./dist/types.d.ts", "author": "withastro", diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 9fb137466..a3068dac7 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/mdx +## 0.1.1 + +### Patch Changes + +- [#3885](https://github.com/withastro/astro/pull/3885) [`bf5d1cc1e`](https://github.com/withastro/astro/commit/bf5d1cc1e71da38a14658c615e9481f2145cc6e7) Thanks [@delucis](https://github.com/delucis)! - Integration README fixes + ## 0.1.0 ### Minor Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index a62c73615..869a6d79c 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.1.0", + "version": "0.1.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 9c77743e1..4c18c5168 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/netlify +## 0.4.10 + +### Patch Changes + +- [#3885](https://github.com/withastro/astro/pull/3885) [`bf5d1cc1e`](https://github.com/withastro/astro/commit/bf5d1cc1e71da38a14658c615e9481f2145cc6e7) Thanks [@delucis](https://github.com/delucis)! - Integration README fixes + ## 0.4.9 ### Patch Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index acb65de49..39eb10ebd 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.4.9", + "version": "0.4.10", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index 07fe028d9..e5d599cc1 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/node +## 0.1.6 + +### Patch Changes + +- [#3885](https://github.com/withastro/astro/pull/3885) [`bf5d1cc1e`](https://github.com/withastro/astro/commit/bf5d1cc1e71da38a14658c615e9481f2145cc6e7) Thanks [@delucis](https://github.com/delucis)! - Integration README fixes + ## 0.1.5 ### Patch Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index a18038438..7886e93fc 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.5", + "version": "0.1.6", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/partytown/CHANGELOG.md b/packages/integrations/partytown/CHANGELOG.md index 9428e9d98..5d32dbbbb 100644 --- a/packages/integrations/partytown/CHANGELOG.md +++ b/packages/integrations/partytown/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/partytown +## 0.1.8 + +### Patch Changes + +- [#3885](https://github.com/withastro/astro/pull/3885) [`bf5d1cc1e`](https://github.com/withastro/astro/commit/bf5d1cc1e71da38a14658c615e9481f2145cc6e7) Thanks [@delucis](https://github.com/delucis)! - Integration README fixes + ## 0.1.7 ### Patch Changes diff --git a/packages/integrations/partytown/package.json b/packages/integrations/partytown/package.json index da1d7e1a5..1d355484b 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.7", + "version": "0.1.8", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md index e1c854756..1f56b5b5c 100644 --- a/packages/integrations/preact/CHANGELOG.md +++ b/packages/integrations/preact/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/preact +## 0.4.1 + +### Patch Changes + +- [#3885](https://github.com/withastro/astro/pull/3885) [`bf5d1cc1e`](https://github.com/withastro/astro/commit/bf5d1cc1e71da38a14658c615e9481f2145cc6e7) Thanks [@delucis](https://github.com/delucis)! - Integration README fixes + ## 0.4.0 ### Minor Changes diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index 521dee6f7..4f93a3cff 100644 --- a/packages/integrations/preact/package.json +++ b/packages/integrations/preact/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/preact", "description": "Use Preact components within Astro", - "version": "0.4.0", + "version": "0.4.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/prefetch/CHANGELOG.md b/packages/integrations/prefetch/CHANGELOG.md index 2d2510aeb..f124afb02 100644 --- a/packages/integrations/prefetch/CHANGELOG.md +++ b/packages/integrations/prefetch/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/prefetch +## 0.0.5 + +### Patch Changes + +- [#3885](https://github.com/withastro/astro/pull/3885) [`bf5d1cc1e`](https://github.com/withastro/astro/commit/bf5d1cc1e71da38a14658c615e9481f2145cc6e7) Thanks [@delucis](https://github.com/delucis)! - Integration README fixes + ## 0.0.4 ### Patch Changes diff --git a/packages/integrations/prefetch/package.json b/packages/integrations/prefetch/package.json index 50273ca84..c25a92802 100644 --- a/packages/integrations/prefetch/package.json +++ b/packages/integrations/prefetch/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/prefetch", "description": "Faster page navigations by prefetching links when the browser is idle.", - "version": "0.0.4", + "version": "0.0.5", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md index 1f9365854..507b51c88 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 0.3.1 + +### Patch Changes + +- [#3885](https://github.com/withastro/astro/pull/3885) [`bf5d1cc1e`](https://github.com/withastro/astro/commit/bf5d1cc1e71da38a14658c615e9481f2145cc6e7) Thanks [@delucis](https://github.com/delucis)! - Integration README fixes + ## 0.3.0 ### Minor Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 40f47c2b4..e4d2da231 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/react", "description": "Use React components within Astro", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/sitemap/CHANGELOG.md b/packages/integrations/sitemap/CHANGELOG.md index 683ab84c8..4a788e14f 100644 --- a/packages/integrations/sitemap/CHANGELOG.md +++ b/packages/integrations/sitemap/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/sitemap +## 0.2.6 + +### Patch Changes + +- [#3885](https://github.com/withastro/astro/pull/3885) [`bf5d1cc1e`](https://github.com/withastro/astro/commit/bf5d1cc1e71da38a14658c615e9481f2145cc6e7) Thanks [@delucis](https://github.com/delucis)! - Integration README fixes + ## 0.2.5 ### Patch Changes diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json index 285023400..af279beb4 100644 --- a/packages/integrations/sitemap/package.json +++ b/packages/integrations/sitemap/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/sitemap", "description": "Generate a sitemap for Astro", - "version": "0.2.5", + "version": "0.2.6", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md index 4aa25fece..60efc81ae 100644 --- a/packages/integrations/solid/CHANGELOG.md +++ b/packages/integrations/solid/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/solid-js +## 0.3.1 + +### Patch Changes + +- [#3885](https://github.com/withastro/astro/pull/3885) [`bf5d1cc1e`](https://github.com/withastro/astro/commit/bf5d1cc1e71da38a14658c615e9481f2145cc6e7) Thanks [@delucis](https://github.com/delucis)! - Integration README fixes + ## 0.3.0 ### Minor Changes diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index f8eb11e6d..5c51d83b8 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/solid-js", - "version": "0.3.0", + "version": "0.3.1", "description": "Use Solid components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index b679270cd..d355310c9 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/svelte +## 0.3.1 + +### Patch Changes + +- [#3885](https://github.com/withastro/astro/pull/3885) [`bf5d1cc1e`](https://github.com/withastro/astro/commit/bf5d1cc1e71da38a14658c615e9481f2145cc6e7) Thanks [@delucis](https://github.com/delucis)! - Integration README fixes + ## 0.3.0 ### Minor Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 64e99249a..14ecf6489 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "0.3.0", + "version": "0.3.1", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md index 29ef041bc..6ea8753c9 100644 --- a/packages/integrations/tailwind/CHANGELOG.md +++ b/packages/integrations/tailwind/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/tailwind +## 0.2.4 + +### Patch Changes + +- [#3885](https://github.com/withastro/astro/pull/3885) [`bf5d1cc1e`](https://github.com/withastro/astro/commit/bf5d1cc1e71da38a14658c615e9481f2145cc6e7) Thanks [@delucis](https://github.com/delucis)! - Integration README fixes + ## 0.2.3 ### Patch Changes diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index f24c7637d..b8d3bdbe5 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.2.3", + "version": "0.2.4", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index b3719ab5d..53f8b13aa 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vercel +## 0.2.6 + +### Patch Changes + +- [#3885](https://github.com/withastro/astro/pull/3885) [`bf5d1cc1e`](https://github.com/withastro/astro/commit/bf5d1cc1e71da38a14658c615e9481f2145cc6e7) Thanks [@delucis](https://github.com/delucis)! - Integration README fixes + ## 0.2.5 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index e9bd30a57..a33204213 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.2.5", + "version": "0.2.6", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index 0c07cd599..903343a4a 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 0.3.1 + +### Patch Changes + +- [#3885](https://github.com/withastro/astro/pull/3885) [`bf5d1cc1e`](https://github.com/withastro/astro/commit/bf5d1cc1e71da38a14658c615e9481f2145cc6e7) Thanks [@delucis](https://github.com/delucis)! - Integration README fixes + ## 0.3.0 ### Minor Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 031220203..06b7e7855 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "0.3.0", + "version": "0.3.1", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index ee92e06dd..be89534d7 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/markdown-remark +## 0.11.5 + +### Patch Changes + +- [#3669](https://github.com/withastro/astro/pull/3669) [`93e1020b1`](https://github.com/withastro/astro/commit/93e1020b1e8549b08cf5646e1ebc3ae34e14ebc8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Tooling: reintroduce smoke test across example projects + ## 0.11.4 ### Patch Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 1c943c9b7..5f35612a5 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "0.11.4", + "version": "0.11.5", "type": "module", "author": "withastro", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fdcaf56ed..872d41ad5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -59,14 +59,14 @@ importers: examples/basics: specifiers: - astro: ^1.0.0-beta.66 + astro: ^1.0.0-beta.67 devDependencies: astro: link:../../packages/astro examples/blog: specifiers: - '@astrojs/preact': ^0.4.0 - astro: ^1.0.0-beta.66 + '@astrojs/preact': ^0.4.1 + astro: ^1.0.0-beta.67 preact: ^10.7.3 dependencies: preact: 10.9.0 @@ -76,8 +76,8 @@ importers: examples/blog-multiple-authors: specifiers: - '@astrojs/preact': ^0.4.0 - astro: ^1.0.0-beta.66 + '@astrojs/preact': ^0.4.1 + astro: ^1.0.0-beta.67 preact: ^10.7.3 sass: ^1.52.2 dependencies: @@ -89,14 +89,14 @@ importers: examples/component: specifiers: - astro: ^1.0.0-beta.66 + astro: ^1.0.0-beta.67 devDependencies: astro: link:../../packages/astro examples/component/demo: specifiers: '@example/my-component': workspace:* - astro: ^1.0.0-beta.66 + astro: ^1.0.0-beta.67 devDependencies: '@example/my-component': link:../packages/my-component astro: link:../../../packages/astro @@ -107,12 +107,12 @@ importers: examples/docs: specifiers: '@algolia/client-search': ^4.13.1 - '@astrojs/preact': ^0.4.0 - '@astrojs/react': ^0.3.0 + '@astrojs/preact': ^0.4.1 + '@astrojs/react': ^0.3.1 '@docsearch/css': ^3.1.0 '@docsearch/react': ^3.1.0 '@types/react': ^17.0.45 - astro: ^1.0.0-beta.66 + astro: ^1.0.0-beta.67 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -131,14 +131,14 @@ importers: examples/env-vars: specifiers: - astro: ^1.0.0-beta.66 + astro: ^1.0.0-beta.67 devDependencies: astro: link:../../packages/astro examples/framework-alpine: specifiers: alpinejs: ^3.10.2 - astro: ^1.0.0-beta.66 + astro: ^1.0.0-beta.67 dependencies: alpinejs: 3.10.2 devDependencies: @@ -148,7 +148,7 @@ importers: specifiers: '@astrojs/lit': ^0.3.1 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.66 + astro: ^1.0.0-beta.67 lit: ^2.2.5 dependencies: '@webcomponents/template-shadowroot': 0.1.0 @@ -160,13 +160,13 @@ importers: examples/framework-multiple: specifiers: '@astrojs/lit': ^0.3.1 - '@astrojs/preact': ^0.4.0 - '@astrojs/react': ^0.3.0 - '@astrojs/solid-js': ^0.3.0 - '@astrojs/svelte': ^0.3.0 - '@astrojs/vue': ^0.3.0 + '@astrojs/preact': ^0.4.1 + '@astrojs/react': ^0.3.1 + '@astrojs/solid-js': ^0.3.1 + '@astrojs/svelte': ^0.3.1 + '@astrojs/vue': ^0.3.1 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.66 + astro: ^1.0.0-beta.67 lit: ^2.2.5 preact: ^10.7.3 react: ^18.1.0 @@ -194,8 +194,8 @@ importers: examples/framework-preact: specifiers: - '@astrojs/preact': ^0.4.0 - astro: ^1.0.0-beta.66 + '@astrojs/preact': ^0.4.1 + astro: ^1.0.0-beta.67 preact: ^10.7.3 dependencies: preact: 10.9.0 @@ -205,10 +205,10 @@ importers: examples/framework-react: specifiers: - '@astrojs/react': ^0.3.0 + '@astrojs/react': ^0.3.1 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^1.0.0-beta.66 + astro: ^1.0.0-beta.67 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -222,8 +222,8 @@ importers: examples/framework-solid: specifiers: - '@astrojs/solid-js': ^0.3.0 - astro: ^1.0.0-beta.66 + '@astrojs/solid-js': ^0.3.1 + astro: ^1.0.0-beta.67 solid-js: ^1.4.3 dependencies: solid-js: 1.4.7 @@ -233,8 +233,8 @@ importers: examples/framework-svelte: specifiers: - '@astrojs/svelte': ^0.3.0 - astro: ^1.0.0-beta.66 + '@astrojs/svelte': ^0.3.1 + astro: ^1.0.0-beta.67 svelte: ^3.48.0 dependencies: svelte: 3.49.0 @@ -244,8 +244,8 @@ importers: examples/framework-vue: specifiers: - '@astrojs/vue': ^0.3.0 - astro: ^1.0.0-beta.66 + '@astrojs/vue': ^0.3.1 + astro: ^1.0.0-beta.67 vue: ^3.2.37 dependencies: vue: 3.2.37 @@ -256,14 +256,14 @@ importers: examples/integrations-playground: specifiers: '@astrojs/lit': ^0.3.1 - '@astrojs/partytown': ^0.1.7 - '@astrojs/react': ^0.3.0 - '@astrojs/sitemap': ^0.2.5 - '@astrojs/solid-js': 0.3.0 - '@astrojs/tailwind': ^0.2.3 + '@astrojs/partytown': ^0.1.8 + '@astrojs/react': ^0.3.1 + '@astrojs/sitemap': ^0.2.6 + '@astrojs/solid-js': 0.3.1 + '@astrojs/tailwind': ^0.2.4 '@astrojs/turbolinks': ^0.1.4 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.66 + astro: ^1.0.0-beta.67 lit: ^2.2.5 preact: ^10.7.3 react: ^18.1.0 @@ -292,20 +292,20 @@ importers: examples/minimal: specifiers: - astro: ^1.0.0-beta.66 + astro: ^1.0.0-beta.67 devDependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.0.0-beta.66 + astro: ^1.0.0-beta.67 devDependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - '@astrojs/preact': ^0.4.0 - astro: ^1.0.0-beta.66 + '@astrojs/preact': ^0.4.1 + astro: ^1.0.0-beta.67 preact: ^10.7.3 sass: ^1.52.2 dependencies: @@ -317,9 +317,9 @@ importers: examples/ssr: specifiers: - '@astrojs/node': ^0.1.5 - '@astrojs/svelte': ^0.3.0 - astro: ^1.0.0-beta.66 + '@astrojs/node': ^0.1.6 + '@astrojs/svelte': ^0.3.1 + astro: ^1.0.0-beta.67 concurrently: ^7.2.1 lightcookie: ^1.0.25 svelte: ^3.48.0 @@ -338,14 +338,14 @@ importers: examples/starter: specifiers: - astro: ^1.0.0-beta.66 + astro: ^1.0.0-beta.67 devDependencies: astro: link:../../packages/astro examples/subpath: specifiers: - '@astrojs/react': ^0.3.0 - astro: ^1.0.0-beta.66 + '@astrojs/react': ^0.3.1 + astro: ^1.0.0-beta.67 react: ^18.1.0 react-dom: ^18.1.0 sass: ^1.52.2 @@ -359,12 +359,12 @@ importers: examples/with-markdown: specifiers: - '@astrojs/markdown-remark': ^0.11.4 - '@astrojs/preact': ^0.4.0 - '@astrojs/react': ^0.3.0 - '@astrojs/svelte': ^0.3.0 - '@astrojs/vue': ^0.3.0 - astro: ^1.0.0-beta.66 + '@astrojs/markdown-remark': ^0.11.5 + '@astrojs/preact': ^0.4.1 + '@astrojs/react': ^0.3.1 + '@astrojs/svelte': ^0.3.1 + '@astrojs/vue': ^0.3.1 + astro: ^1.0.0-beta.67 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -386,8 +386,8 @@ importers: examples/with-markdown-plugins: specifiers: - '@astrojs/markdown-remark': ^0.11.4 - astro: ^1.0.0-beta.66 + '@astrojs/markdown-remark': ^0.11.5 + astro: ^1.0.0-beta.67 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -404,17 +404,17 @@ importers: examples/with-markdown-shiki: specifiers: - '@astrojs/markdown-remark': ^0.11.4 - astro: ^1.0.0-beta.66 + '@astrojs/markdown-remark': ^0.11.5 + astro: ^1.0.0-beta.67 devDependencies: '@astrojs/markdown-remark': link:../../packages/markdown/remark astro: link:../../packages/astro examples/with-mdx: specifiers: - '@astrojs/mdx': ^0.1.0 - '@astrojs/preact': ^0.4.0 - astro: ^1.0.0-beta.66 + '@astrojs/mdx': ^0.1.1 + '@astrojs/preact': ^0.4.1 + astro: ^1.0.0-beta.67 preact: ^10.6.5 devDependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -424,9 +424,9 @@ importers: examples/with-nanostores: specifiers: - '@astrojs/preact': ^0.3.1 + '@astrojs/preact': ^0.4.1 '@nanostores/preact': ^0.1.3 - astro: ^1.0.0-beta.66 + astro: ^1.0.0-beta.67 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -434,13 +434,13 @@ importers: nanostores: 0.5.12 preact: 10.9.0 devDependencies: - '@astrojs/preact': 0.3.2_preact@10.9.0 + '@astrojs/preact': link:../../packages/integrations/preact astro: link:../../packages/astro examples/with-tailwindcss: specifiers: - '@astrojs/tailwind': ^0.2.3 - astro: ^1.0.0-beta.66 + '@astrojs/tailwind': ^0.2.4 + astro: ^1.0.0-beta.67 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -455,7 +455,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.0.0-beta.66 + astro: ^1.0.0-beta.67 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 devDependencies: @@ -467,7 +467,7 @@ importers: specifiers: '@astrojs/compiler': ^0.18.2 '@astrojs/language-server': ^0.13.4 - '@astrojs/markdown-remark': ^0.11.4 + '@astrojs/markdown-remark': ^0.11.5 '@astrojs/prism': 0.5.0 '@astrojs/telemetry': ^0.3.0 '@astrojs/webapi': ^0.12.0 @@ -2676,20 +2676,6 @@ packages: vfile-message: 3.1.2 dev: false - /@astrojs/preact/0.3.2_preact@10.9.0: - resolution: {integrity: sha512-1NMlVy2/Pq3HYfrHAFHVt1MwMRmW0VbiJxwPQwJatRa1RcACWr4mHjk0KE7RYj+1Lu9e85VmR6BumhZO8/olaQ==} - engines: {node: ^14.15.0 || >=16.0.0} - peerDependencies: - preact: ^10.6.5 - dependencies: - '@babel/plugin-transform-react-jsx': 7.18.6 - babel-plugin-module-resolver: 4.1.0 - preact: 10.9.0 - preact-render-to-string: 5.2.0_preact@10.9.0 - transitivePeerDependencies: - - '@babel/core' - dev: true - /@astrojs/svelte-language-integration/0.1.6_typescript@4.6.4: resolution: {integrity: sha512-nqczE674kz7GheKSWQwTOL6+NGHghc4INQox048UyHJRaIKHEbCPyFLDBDVY7QJH0jug1komCJ8OZXUn6Z3eLA==} dependencies: @@ -3342,6 +3328,7 @@ packages: optional: true dependencies: '@babel/helper-plugin-utils': 7.18.6 + dev: false /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} @@ -3806,6 +3793,7 @@ packages: '@babel/helper-plugin-utils': 7.18.6 '@babel/plugin-syntax-jsx': 7.18.6 '@babel/types': 7.18.8 + dev: false /@babel/plugin-transform-react-jsx/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-Mz7xMPxoy9kPS/JScj6fJs03TZ/fZ1dJPlMjRAgTaxaS0fUBk8FV/A2rRgfPsVCZqALNwMexD+0Uaf5zlcKPpw==} @@ -8314,6 +8302,7 @@ packages: pkg-up: 3.1.0 reselect: 4.1.6 resolve: 1.22.1 + dev: false /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.18.6: resolution: {integrity: sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==} @@ -9903,12 +9892,14 @@ packages: dependencies: json5: 0.5.1 path-exists: 3.0.0 + dev: false /find-up/3.0.0: resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==} engines: {node: '>=6'} dependencies: locate-path: 3.0.0 + dev: false /find-up/4.1.0: resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} @@ -11000,6 +10991,7 @@ packages: /json5/0.5.1: resolution: {integrity: sha512-4xrs1aW+6N5DalkqSVA8fxh458CXvR99WU8WLKmq4v8eWAL86Xo3BVqyd3SkA9wEVjCMqyvvRRkshAdOnBp5rw==} hasBin: true + dev: false /json5/2.2.1: resolution: {integrity: sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==} @@ -11134,6 +11126,7 @@ packages: dependencies: p-locate: 3.0.0 path-exists: 3.0.0 + dev: false /locate-path/5.0.0: resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} @@ -12315,6 +12308,7 @@ packages: engines: {node: '>=6'} dependencies: p-limit: 2.3.0 + dev: false /p-locate/4.1.0: resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} @@ -12438,6 +12432,7 @@ packages: /path-exists/3.0.0: resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} engines: {node: '>=4'} + dev: false /path-exists/4.0.0: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} @@ -12507,6 +12502,7 @@ packages: engines: {node: '>=8'} dependencies: find-up: 3.0.0 + dev: false /playwright-core/1.23.2: resolution: {integrity: sha512-UGbutIr0nBALDHWW/HcXfyK6ZdmefC99Moo4qyTr89VNIkYZuDrW8Sw554FyFUamcFSdKOgDPk6ECSkofGIZjQ==} @@ -12948,6 +12944,7 @@ packages: dependencies: preact: 10.9.0 pretty-format: 3.8.0 + dev: false /preact/10.6.6: resolution: {integrity: sha512-dgxpTFV2vs4vizwKohYKkk7g7rmp1wOOcfd4Tz3IB3Wi+ivZzsn/SpeKJhRENSE+n8sUfsAl4S3HiCVT923ABw==} @@ -13024,6 +13021,7 @@ packages: /pretty-format/3.8.0: resolution: {integrity: sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew==} + dev: false /prismjs/1.28.0: resolution: {integrity: sha512-8aaXdYvl1F7iC7Xm1spqSaY/OJBpYW3v+KJ+F17iYxvdc8sfjW194COK5wVhMZX45tGteiBQgdvD/nhxcRwylw==} @@ -13440,6 +13438,7 @@ packages: /reselect/4.1.6: resolution: {integrity: sha512-ZovIuXqto7elwnxyXbBtCPo9YFEr3uJqj2rRbcOOog1bmu2Ag85M4hixSwFWyaBMKXNgvPaJ9OSu9SkBPIeJHQ==} + dev: false /resolve-from/4.0.0: resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}