From 1554a37622babf5486d1201425d39142bc854a62 Mon Sep 17 00:00:00 2001 From: "Fred K. Bot" <108291165+fredkbot@users.noreply.github.com> Date: Mon, 11 Jul 2022 11:38:42 -0700 Subject: [PATCH] [ci] release (#3887) Co-authored-by: github-actions[bot] --- .changeset/forty-colts-ring.md | 5 - .changeset/healthy-poems-know.md | 5 - .changeset/modern-chicken-cry.md | 14 -- .changeset/nervous-points-confess.md | 5 - .changeset/odd-donuts-push.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 | 6 +- examples/minimal/package.json | 2 +- examples/non-html-pages/package.json | 2 +- examples/portfolio/package.json | 4 +- examples/ssr/package.json | 4 +- 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 | 12 +- examples/with-tailwindcss/package.json | 2 +- examples/with-vite-plugin-pwa/package.json | 2 +- packages/astro-prism/CHANGELOG.md | 6 + packages/astro-prism/package.json | 2 +- packages/astro/CHANGELOG.md | 17 +++ packages/astro/package.json | 8 +- packages/create-astro/CHANGELOG.md | 10 ++ packages/create-astro/package.json | 2 +- packages/integrations/mdx/CHANGELOG.md | 6 + packages/integrations/mdx/package.json | 2 +- packages/integrations/preact/CHANGELOG.md | 6 + packages/integrations/preact/package.json | 2 +- packages/integrations/react/CHANGELOG.md | 6 + packages/integrations/react/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/vue/CHANGELOG.md | 6 + packages/integrations/vue/package.json | 2 +- packages/markdown/remark/CHANGELOG.md | 7 + packages/markdown/remark/package.json | 4 +- packages/telemetry/CHANGELOG.md | 6 + packages/telemetry/package.json | 2 +- pnpm-lock.yaml | 132 +++++++++--------- 57 files changed, 225 insertions(+), 177 deletions(-) delete mode 100644 .changeset/forty-colts-ring.md delete mode 100644 .changeset/healthy-poems-know.md delete mode 100644 .changeset/modern-chicken-cry.md delete mode 100644 .changeset/nervous-points-confess.md delete mode 100644 .changeset/odd-donuts-push.md diff --git a/.changeset/forty-colts-ring.md b/.changeset/forty-colts-ring.md deleted file mode 100644 index d251d78ec647..000000000000 --- a/.changeset/forty-colts-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix Safari client:visible refresh bug diff --git a/.changeset/healthy-poems-know.md b/.changeset/healthy-poems-know.md deleted file mode 100644 index a2448f71ea38..000000000000 --- a/.changeset/healthy-poems-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Replaces vite/client types with astro/client diff --git a/.changeset/modern-chicken-cry.md b/.changeset/modern-chicken-cry.md deleted file mode 100644 index bfddc02eebdb..000000000000 --- a/.changeset/modern-chicken-cry.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@astrojs/prism': minor -'create-astro': minor -'@astrojs/mdx': minor -'@astrojs/preact': minor -'@astrojs/react': minor -'@astrojs/solid-js': minor -'@astrojs/svelte': minor -'@astrojs/vue': minor -'@astrojs/telemetry': minor -'astro': patch ---- - -Update supported `node` versions. Minimum versions are now `node@14.20.0` or `node@16.16.0`. diff --git a/.changeset/nervous-points-confess.md b/.changeset/nervous-points-confess.md deleted file mode 100644 index 6eb277b550f1..000000000000 --- a/.changeset/nervous-points-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -Fix portfolio example JSX error diff --git a/.changeset/odd-donuts-push.md b/.changeset/odd-donuts-push.md deleted file mode 100644 index ac950ecd535a..000000000000 --- a/.changeset/odd-donuts-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Update `@astrojs/compiler` to latest diff --git a/examples/basics/package.json b/examples/basics/package.json index 71a5a627de6b..c433393291fb 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.65" + "astro": "^1.0.0-beta.66" } } diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 8038a3e87043..b62f23a08e24 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.3.2", - "astro": "^1.0.0-beta.65", + "@astrojs/preact": "^0.4.0", + "astro": "^1.0.0-beta.66", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/blog/package.json b/examples/blog/package.json index 8e3f6af5f433..2be7a55c264c 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.3.2", - "astro": "^1.0.0-beta.65" + "@astrojs/preact": "^0.4.0", + "astro": "^1.0.0-beta.66" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index 770a665348f7..8e7e53bef6f8 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.65" + "astro": "^1.0.0-beta.66" } } diff --git a/examples/component/package.json b/examples/component/package.json index 548f1c3feeeb..441bf8c738fc 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.65" + "astro": "^1.0.0-beta.66" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 725f50565b48..7e5d65755e7b 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -18,8 +18,8 @@ "react-dom": "^18.1.0" }, "devDependencies": { - "@astrojs/preact": "^0.3.2", - "@astrojs/react": "^0.2.1", - "astro": "^1.0.0-beta.65" + "@astrojs/preact": "^0.4.0", + "@astrojs/react": "^0.3.0", + "astro": "^1.0.0-beta.66" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index 5a1eba6c657a..323859769b76 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.65" + "astro": "^1.0.0-beta.66" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 5be415472cb1..547f5fcc7829 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.65" + "astro": "^1.0.0-beta.66" }, "dependencies": { "alpinejs": "^3.10.2" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 2cbc88cdc5a4..aa6c7458d056 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.65" + "astro": "^1.0.0-beta.66" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 945871155377..380af90ad346 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.3.2", - "@astrojs/react": "^0.2.1", - "@astrojs/solid-js": "^0.2.1", - "@astrojs/svelte": "^0.2.1", - "@astrojs/vue": "^0.2.1", - "astro": "^1.0.0-beta.65" + "@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" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index d42be4be509b..1b18a0c81f51 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.3.2", - "astro": "^1.0.0-beta.65" + "@astrojs/preact": "^0.4.0", + "astro": "^1.0.0-beta.66" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 568eabdfcc3b..14f1a70cd5a6 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,10 +9,10 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/react": "^0.2.1", + "@astrojs/react": "^0.3.0", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5", - "astro": "^1.0.0-beta.65" + "astro": "^1.0.0-beta.66" }, "dependencies": { "react": "^18.1.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index b16703053c42..0601c96a9f88 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.2.1", - "astro": "^1.0.0-beta.65" + "@astrojs/solid-js": "^0.3.0", + "astro": "^1.0.0-beta.66" }, "dependencies": { "solid-js": "^1.4.3" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 743f32950358..5eba4a3a0d13 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/svelte": "^0.2.1", - "astro": "^1.0.0-beta.65" + "@astrojs/svelte": "^0.3.0", + "astro": "^1.0.0-beta.66" }, "dependencies": { "svelte": "^3.48.0" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 11b8bf040886..1c585b027d52 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/vue": "^0.2.1", - "astro": "^1.0.0-beta.65" + "@astrojs/vue": "^0.3.0", + "astro": "^1.0.0-beta.66" }, "dependencies": { "vue": "^3.2.37" diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index 64b04f31bb2f..af686ef55cca 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -11,12 +11,12 @@ "devDependencies": { "@astrojs/lit": "^0.3.1", "@astrojs/partytown": "^0.1.7", - "@astrojs/react": "^0.2.1", + "@astrojs/react": "^0.3.0", "@astrojs/sitemap": "^0.2.5", - "@astrojs/solid-js": "0.2.1", + "@astrojs/solid-js": "0.3.0", "@astrojs/tailwind": "^0.2.3", "@astrojs/turbolinks": "^0.1.4", - "astro": "^1.0.0-beta.65", + "astro": "^1.0.0-beta.66", "solid-js": "^1.4.3" }, "dependencies": { diff --git a/examples/minimal/package.json b/examples/minimal/package.json index df763b88e37f..bbb35249c906 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.65" + "astro": "^1.0.0-beta.66" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index f958a82b38e1..5415a8b12525 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.65" + "astro": "^1.0.0-beta.66" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 19cf17c5a72e..a8c4b69bd5b9 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.3.2", - "astro": "^1.0.0-beta.65", + "@astrojs/preact": "^0.4.0", + "astro": "^1.0.0-beta.66", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 43bee01d51e1..e15a67dfefd8 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -10,8 +10,8 @@ }, "devDependencies": { "@astrojs/node": "^0.1.5", - "@astrojs/svelte": "^0.2.1", - "astro": "^1.0.0-beta.65", + "@astrojs/svelte": "^0.3.0", + "astro": "^1.0.0-beta.66", "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 74c4d7a349e3..d01d3efaeda7 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.65" + "astro": "^1.0.0-beta.66" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index bdf59bdd0aac..0b68a8b95e98 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/react": "^0.2.1", - "astro": "^1.0.0-beta.65", + "@astrojs/react": "^0.3.0", + "astro": "^1.0.0-beta.66", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 97289839fa2b..c5d54e18dfb8 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.3", - "astro": "^1.0.0-beta.65", + "@astrojs/markdown-remark": "^0.11.4", + "astro": "^1.0.0-beta.66", "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 60ff1a60b07b..20d7ca0b78e8 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.3", - "astro": "^1.0.0-beta.65" + "@astrojs/markdown-remark": "^0.11.4", + "astro": "^1.0.0-beta.66" } } diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index add7df1707d9..1a8d9d3a0b89 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.3", - "@astrojs/preact": "^0.3.2", - "@astrojs/react": "^0.2.1", - "@astrojs/svelte": "^0.2.1", - "@astrojs/vue": "^0.2.1", - "astro": "^1.0.0-beta.65" + "@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" }, "dependencies": { "preact": "^10.7.3", diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 64eced395a7c..0761c0636360 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -9,9 +9,9 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/mdx": "^0.0.3", - "@astrojs/preact": "^0.3.2", - "astro": "^1.0.0-beta.65", + "@astrojs/mdx": "^0.1.0", + "@astrojs/preact": "^0.4.0", + "astro": "^1.0.0-beta.66", "preact": "^10.6.5" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 252efa57ee99..8c91ea5c79db 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -20,11 +20,11 @@ "vue": "^3.2.37" }, "devDependencies": { - "@astrojs/preact": "^0.3.2", - "@astrojs/react": "^0.2.1", - "@astrojs/solid-js": "^0.2.1", - "@astrojs/svelte": "^0.2.1", - "@astrojs/vue": "^0.2.1", - "astro": "^1.0.0-beta.65" + "@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" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 15f45fc69f24..5c23e70cbb3f 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/tailwind": "^0.2.3", - "astro": "^1.0.0-beta.65", + "astro": "^1.0.0-beta.66", "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 131fbb72aca9..f57b09aef5d6 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.65", + "astro": "^1.0.0-beta.66", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } diff --git a/packages/astro-prism/CHANGELOG.md b/packages/astro-prism/CHANGELOG.md index 4d6e8f056dce..a30d0bb6ea13 100644 --- a/packages/astro-prism/CHANGELOG.md +++ b/packages/astro-prism/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/prism +## 0.5.0 + +### Minor Changes + +- [#3871](https://github.com/withastro/astro/pull/3871) [`1cc5b7890`](https://github.com/withastro/astro/commit/1cc5b78905633608e5b07ad291f916f54e67feb1) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update supported `node` versions. Minimum versions are now `node@14.20.0` or `node@16.16.0`. + ## 0.4.1 ### Patch Changes diff --git a/packages/astro-prism/package.json b/packages/astro-prism/package.json index 8f224bc83777..cdaa41cc08cd 100644 --- a/packages/astro-prism/package.json +++ b/packages/astro-prism/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/prism", - "version": "0.4.1", + "version": "0.5.0", "description": "Supports Prism highlighting in Astro projects", "author": "withastro", "license": "MIT", diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 03a7386a8dba..5bede8be837f 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,22 @@ # astro +## 1.0.0-beta.66 + +### Patch Changes + +- [#3891](https://github.com/withastro/astro/pull/3891) [`9cf7e4064`](https://github.com/withastro/astro/commit/9cf7e406412bcc9c1a17b57072dc1c4a1b94b635) Thanks [@matthewp](https://github.com/matthewp)! - Fix Safari client:visible refresh bug + +* [#3851](https://github.com/withastro/astro/pull/3851) [`21869a614`](https://github.com/withastro/astro/commit/21869a614a89446a25175e45580943c28ab7413c) Thanks [@matthewp](https://github.com/matthewp)! - Replaces vite/client types with astro/client + +- [#3871](https://github.com/withastro/astro/pull/3871) [`1cc5b7890`](https://github.com/withastro/astro/commit/1cc5b78905633608e5b07ad291f916f54e67feb1) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update supported `node` versions. Minimum versions are now `node@14.20.0` or `node@16.16.0`. + +* [#3892](https://github.com/withastro/astro/pull/3892) [`7c49096e8`](https://github.com/withastro/astro/commit/7c49096e864815d63179a467d9d3d89c76ccd523) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update `@astrojs/compiler` to latest + +* Updated dependencies [[`1cc5b7890`](https://github.com/withastro/astro/commit/1cc5b78905633608e5b07ad291f916f54e67feb1)]: + - @astrojs/prism@0.5.0 + - @astrojs/telemetry@0.3.0 + - @astrojs/markdown-remark@0.11.4 + ## 1.0.0-beta.65 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 905fffd6c7ef..4d8fc426fc22 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.0.0-beta.65", + "version": "1.0.0-beta.66", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", @@ -84,9 +84,9 @@ "dependencies": { "@astrojs/compiler": "^0.18.2", "@astrojs/language-server": "^0.13.4", - "@astrojs/markdown-remark": "^0.11.3", - "@astrojs/prism": "0.4.1", - "@astrojs/telemetry": "^0.2.5", + "@astrojs/markdown-remark": "^0.11.4", + "@astrojs/prism": "0.5.0", + "@astrojs/telemetry": "^0.3.0", "@astrojs/webapi": "^0.12.0", "@babel/core": "^7.18.2", "@babel/generator": "^7.18.2", diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 9430b92c07da..a2b659a5eadf 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,15 @@ # create-astro +## 0.13.0 + +### Minor Changes + +- [#3871](https://github.com/withastro/astro/pull/3871) [`1cc5b7890`](https://github.com/withastro/astro/commit/1cc5b78905633608e5b07ad291f916f54e67feb1) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update supported `node` versions. Minimum versions are now `node@14.20.0` or `node@16.16.0`. + +### Patch Changes + +- [#3886](https://github.com/withastro/astro/pull/3886) [`cb6a97383`](https://github.com/withastro/astro/commit/cb6a973839450dea1705407e1060919c946cca99) Thanks [@QuiiBz](https://github.com/QuiiBz)! - Fix portfolio example JSX error + ## 0.12.5 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 38ba4b377f46..756f04fc62ac 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.12.5", + "version": "0.13.0", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 6d906f189a21..9fb1374660ee 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/mdx +## 0.1.0 + +### Minor Changes + +- [#3871](https://github.com/withastro/astro/pull/3871) [`1cc5b7890`](https://github.com/withastro/astro/commit/1cc5b78905633608e5b07ad291f916f54e67feb1) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update supported `node` versions. Minimum versions are now `node@14.20.0` or `node@16.16.0`. + ## 0.0.3 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 3ad93036de54..22fef393a39f 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.0.3", + "version": "0.1.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md index cb779685c13c..e1c854756f57 100644 --- a/packages/integrations/preact/CHANGELOG.md +++ b/packages/integrations/preact/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/preact +## 0.4.0 + +### Minor Changes + +- [#3871](https://github.com/withastro/astro/pull/3871) [`1cc5b7890`](https://github.com/withastro/astro/commit/1cc5b78905633608e5b07ad291f916f54e67feb1) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update supported `node` versions. Minimum versions are now `node@14.20.0` or `node@16.16.0`. + ## 0.3.2 ### Patch Changes diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index 927c7ba89fc4..333995654590 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.3.2", + "version": "0.4.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md index 0fb6de14591f..1f9365854ae3 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/react +## 0.3.0 + +### Minor Changes + +- [#3871](https://github.com/withastro/astro/pull/3871) [`1cc5b7890`](https://github.com/withastro/astro/commit/1cc5b78905633608e5b07ad291f916f54e67feb1) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update supported `node` versions. Minimum versions are now `node@14.20.0` or `node@16.16.0`. + ## 0.2.1 ### Patch Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index c03e132e9e28..808a984a8cd3 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.2.1", + "version": "0.3.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md index 7b64ec2bb518..4aa25fece626 100644 --- a/packages/integrations/solid/CHANGELOG.md +++ b/packages/integrations/solid/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/solid-js +## 0.3.0 + +### Minor Changes + +- [#3871](https://github.com/withastro/astro/pull/3871) [`1cc5b7890`](https://github.com/withastro/astro/commit/1cc5b78905633608e5b07ad291f916f54e67feb1) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update supported `node` versions. Minimum versions are now `node@14.20.0` or `node@16.16.0`. + ## 0.2.1 ### Patch Changes diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index 148b0736663a..cdb3163ee220 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/solid-js", - "version": "0.2.1", + "version": "0.3.0", "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 c4c48990e8eb..b679270cd8ea 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/svelte +## 0.3.0 + +### Minor Changes + +- [#3871](https://github.com/withastro/astro/pull/3871) [`1cc5b7890`](https://github.com/withastro/astro/commit/1cc5b78905633608e5b07ad291f916f54e67feb1) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update supported `node` versions. Minimum versions are now `node@14.20.0` or `node@16.16.0`. + ## 0.2.1 ### Patch Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 8d5b8590049c..05e1426d2bfd 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "0.2.1", + "version": "0.3.0", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index c9802dfdaa20..0c07cd599e3a 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 0.3.0 + +### Minor Changes + +- [#3871](https://github.com/withastro/astro/pull/3871) [`1cc5b7890`](https://github.com/withastro/astro/commit/1cc5b78905633608e5b07ad291f916f54e67feb1) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update supported `node` versions. Minimum versions are now `node@14.20.0` or `node@16.16.0`. + ## 0.2.1 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 4decae04b4d4..1f4fbca28d83 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "0.2.1", + "version": "0.3.0", "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 2140cf1f892d..ee92e06dd4d8 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/markdown-remark +## 0.11.4 + +### Patch Changes + +- Updated dependencies [[`1cc5b7890`](https://github.com/withastro/astro/commit/1cc5b78905633608e5b07ad291f916f54e67feb1)]: + - @astrojs/prism@0.5.0 + ## 0.11.3 ### Patch Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index bceac48978dd..2ba4f64adf3b 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "0.11.3", + "version": "0.11.4", "type": "module", "author": "withastro", "license": "MIT", @@ -26,7 +26,7 @@ }, "dependencies": { "@astrojs/micromark-extension-mdx-jsx": "^1.0.3", - "@astrojs/prism": "^0.4.1", + "@astrojs/prism": "^0.5.0", "acorn": "^8.7.1", "acorn-jsx": "^5.3.2", "assert": "^2.0.0", diff --git a/packages/telemetry/CHANGELOG.md b/packages/telemetry/CHANGELOG.md index 1d8930cae741..2d0208382d64 100644 --- a/packages/telemetry/CHANGELOG.md +++ b/packages/telemetry/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/telemetry +## 0.3.0 + +### Minor Changes + +- [#3871](https://github.com/withastro/astro/pull/3871) [`1cc5b7890`](https://github.com/withastro/astro/commit/1cc5b78905633608e5b07ad291f916f54e67feb1) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update supported `node` versions. Minimum versions are now `node@14.20.0` or `node@16.16.0`. + ## 0.2.5 ### Patch Changes diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index 8b9989c5fd86..d3928c66e4de 100644 --- a/packages/telemetry/package.json +++ b/packages/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/telemetry", - "version": "0.2.5", + "version": "0.3.0", "type": "module", "types": "./dist/types/index.d.ts", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 137851eb729a..a226f8b3f183 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -59,14 +59,14 @@ importers: examples/basics: specifiers: - astro: ^1.0.0-beta.65 + astro: ^1.0.0-beta.66 devDependencies: astro: link:../../packages/astro examples/blog: specifiers: - '@astrojs/preact': ^0.3.2 - astro: ^1.0.0-beta.65 + '@astrojs/preact': ^0.4.0 + astro: ^1.0.0-beta.66 preact: ^10.7.3 dependencies: preact: 10.9.0 @@ -76,8 +76,8 @@ importers: examples/blog-multiple-authors: specifiers: - '@astrojs/preact': ^0.3.2 - astro: ^1.0.0-beta.65 + '@astrojs/preact': ^0.4.0 + astro: ^1.0.0-beta.66 preact: ^10.7.3 sass: ^1.52.2 dependencies: @@ -89,14 +89,14 @@ importers: examples/component: specifiers: - astro: ^1.0.0-beta.65 + astro: ^1.0.0-beta.66 devDependencies: astro: link:../../packages/astro examples/component/demo: specifiers: '@example/my-component': workspace:* - astro: ^1.0.0-beta.65 + astro: ^1.0.0-beta.66 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.3.2 - '@astrojs/react': ^0.2.1 + '@astrojs/preact': ^0.4.0 + '@astrojs/react': ^0.3.0 '@docsearch/css': ^3.1.0 '@docsearch/react': ^3.1.0 '@types/react': ^17.0.45 - astro: ^1.0.0-beta.65 + astro: ^1.0.0-beta.66 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.65 + astro: ^1.0.0-beta.66 devDependencies: astro: link:../../packages/astro examples/framework-alpine: specifiers: alpinejs: ^3.10.2 - astro: ^1.0.0-beta.65 + astro: ^1.0.0-beta.66 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.65 + astro: ^1.0.0-beta.66 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.3.2 - '@astrojs/react': ^0.2.1 - '@astrojs/solid-js': ^0.2.1 - '@astrojs/svelte': ^0.2.1 - '@astrojs/vue': ^0.2.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 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.65 + astro: ^1.0.0-beta.66 lit: ^2.2.5 preact: ^10.7.3 react: ^18.1.0 @@ -194,8 +194,8 @@ importers: examples/framework-preact: specifiers: - '@astrojs/preact': ^0.3.2 - astro: ^1.0.0-beta.65 + '@astrojs/preact': ^0.4.0 + astro: ^1.0.0-beta.66 preact: ^10.7.3 dependencies: preact: 10.9.0 @@ -205,10 +205,10 @@ importers: examples/framework-react: specifiers: - '@astrojs/react': ^0.2.1 + '@astrojs/react': ^0.3.0 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^1.0.0-beta.65 + astro: ^1.0.0-beta.66 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -222,8 +222,8 @@ importers: examples/framework-solid: specifiers: - '@astrojs/solid-js': ^0.2.1 - astro: ^1.0.0-beta.65 + '@astrojs/solid-js': ^0.3.0 + astro: ^1.0.0-beta.66 solid-js: ^1.4.3 dependencies: solid-js: 1.4.7 @@ -233,8 +233,8 @@ importers: examples/framework-svelte: specifiers: - '@astrojs/svelte': ^0.2.1 - astro: ^1.0.0-beta.65 + '@astrojs/svelte': ^0.3.0 + astro: ^1.0.0-beta.66 svelte: ^3.48.0 dependencies: svelte: 3.49.0 @@ -244,8 +244,8 @@ importers: examples/framework-vue: specifiers: - '@astrojs/vue': ^0.2.1 - astro: ^1.0.0-beta.65 + '@astrojs/vue': ^0.3.0 + astro: ^1.0.0-beta.66 vue: ^3.2.37 dependencies: vue: 3.2.37 @@ -257,13 +257,13 @@ importers: specifiers: '@astrojs/lit': ^0.3.1 '@astrojs/partytown': ^0.1.7 - '@astrojs/react': ^0.2.1 + '@astrojs/react': ^0.3.0 '@astrojs/sitemap': ^0.2.5 - '@astrojs/solid-js': 0.2.1 + '@astrojs/solid-js': 0.3.0 '@astrojs/tailwind': ^0.2.3 '@astrojs/turbolinks': ^0.1.4 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.65 + astro: ^1.0.0-beta.66 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.65 + astro: ^1.0.0-beta.66 devDependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.0.0-beta.65 + astro: ^1.0.0-beta.66 devDependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - '@astrojs/preact': ^0.3.2 - astro: ^1.0.0-beta.65 + '@astrojs/preact': ^0.4.0 + astro: ^1.0.0-beta.66 preact: ^10.7.3 sass: ^1.52.2 dependencies: @@ -318,8 +318,8 @@ importers: examples/ssr: specifiers: '@astrojs/node': ^0.1.5 - '@astrojs/svelte': ^0.2.1 - astro: ^1.0.0-beta.65 + '@astrojs/svelte': ^0.3.0 + astro: ^1.0.0-beta.66 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.65 + astro: ^1.0.0-beta.66 devDependencies: astro: link:../../packages/astro examples/subpath: specifiers: - '@astrojs/react': ^0.2.1 - astro: ^1.0.0-beta.65 + '@astrojs/react': ^0.3.0 + astro: ^1.0.0-beta.66 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.3 - '@astrojs/preact': ^0.3.2 - '@astrojs/react': ^0.2.1 - '@astrojs/svelte': ^0.2.1 - '@astrojs/vue': ^0.2.1 - astro: ^1.0.0-beta.65 + '@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 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.3 - astro: ^1.0.0-beta.65 + '@astrojs/markdown-remark': ^0.11.4 + astro: ^1.0.0-beta.66 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.3 - astro: ^1.0.0-beta.65 + '@astrojs/markdown-remark': ^0.11.4 + astro: ^1.0.0-beta.66 devDependencies: '@astrojs/markdown-remark': link:../../packages/markdown/remark astro: link:../../packages/astro examples/with-mdx: specifiers: - '@astrojs/mdx': ^0.0.3 - '@astrojs/preact': ^0.3.2 - astro: ^1.0.0-beta.65 + '@astrojs/mdx': ^0.1.0 + '@astrojs/preact': ^0.4.0 + astro: ^1.0.0-beta.66 preact: ^10.6.5 devDependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -424,15 +424,15 @@ importers: examples/with-nanostores: specifiers: - '@astrojs/preact': ^0.3.2 - '@astrojs/react': ^0.2.1 - '@astrojs/solid-js': ^0.2.1 - '@astrojs/svelte': ^0.2.1 - '@astrojs/vue': ^0.2.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 '@nanostores/preact': ^0.1.3 '@nanostores/react': ^0.1.5 '@nanostores/vue': ^0.4.1 - astro: ^1.0.0-beta.65 + astro: ^1.0.0-beta.66 nanostores: ^0.5.12 preact: ^10.7.3 react: ^18.1.0 @@ -460,7 +460,7 @@ importers: examples/with-tailwindcss: specifiers: '@astrojs/tailwind': ^0.2.3 - astro: ^1.0.0-beta.65 + astro: ^1.0.0-beta.66 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -475,7 +475,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.0.0-beta.65 + astro: ^1.0.0-beta.66 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 devDependencies: @@ -487,9 +487,9 @@ importers: specifiers: '@astrojs/compiler': ^0.18.2 '@astrojs/language-server': ^0.13.4 - '@astrojs/markdown-remark': ^0.11.3 - '@astrojs/prism': 0.4.1 - '@astrojs/telemetry': ^0.2.5 + '@astrojs/markdown-remark': ^0.11.4 + '@astrojs/prism': 0.5.0 + '@astrojs/telemetry': ^0.3.0 '@astrojs/webapi': ^0.12.0 '@babel/core': ^7.18.2 '@babel/generator': ^7.18.2 @@ -2258,7 +2258,7 @@ importers: packages/markdown/remark: specifiers: '@astrojs/micromark-extension-mdx-jsx': ^1.0.3 - '@astrojs/prism': ^0.4.1 + '@astrojs/prism': ^0.5.0 '@types/chai': ^4.3.1 '@types/github-slugger': ^1.3.0 '@types/hast': ^2.3.4