From 6d103ddceb72a9b08d37e09b29524d1f766e3b0d Mon Sep 17 00:00:00 2001 From: "Fred K. Bot" <108291165+fredkbot@users.noreply.github.com> Date: Thu, 28 Jul 2022 05:17:45 -0700 Subject: [PATCH] [ci] release (#4056) Co-authored-by: github-actions[bot] --- .changeset/clever-nails-pump.md | 5 -- .changeset/fifty-apricots-clap.md | 5 -- .changeset/five-singers-notice.md | 5 -- .changeset/giant-dolls-reply.md | 6 -- .changeset/lucky-phones-mix.md | 5 -- .changeset/quick-onions-itch.md | 5 -- .changeset/shy-kids-hug.md | 6 -- .changeset/slow-terms-repeat.md | 6 -- 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 | 4 +- examples/framework-preact/package.json | 2 +- examples/framework-react/package.json | 2 +- examples/framework-solid/package.json | 2 +- examples/framework-svelte/package.json | 4 +- 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 | 6 +- 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-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 | 14 ++++ packages/astro/package.json | 2 +- packages/integrations/cloudflare/CHANGELOG.md | 10 +++ packages/integrations/cloudflare/package.json | 2 +- packages/integrations/image/CHANGELOG.md | 6 ++ packages/integrations/image/package.json | 2 +- packages/integrations/node/CHANGELOG.md | 6 ++ packages/integrations/node/package.json | 2 +- packages/integrations/svelte/CHANGELOG.md | 6 ++ packages/integrations/svelte/package.json | 2 +- packages/integrations/vercel/CHANGELOG.md | 6 ++ packages/integrations/vercel/package.json | 2 +- pnpm-lock.yaml | 64 +++++++++---------- 49 files changed, 118 insertions(+), 113 deletions(-) delete mode 100644 .changeset/clever-nails-pump.md delete mode 100644 .changeset/fifty-apricots-clap.md delete mode 100644 .changeset/five-singers-notice.md delete mode 100644 .changeset/giant-dolls-reply.md delete mode 100644 .changeset/lucky-phones-mix.md delete mode 100644 .changeset/quick-onions-itch.md delete mode 100644 .changeset/shy-kids-hug.md delete mode 100644 .changeset/slow-terms-repeat.md diff --git a/.changeset/clever-nails-pump.md b/.changeset/clever-nails-pump.md deleted file mode 100644 index e363c78f5524..000000000000 --- a/.changeset/clever-nails-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes use of @fontsource packages diff --git a/.changeset/fifty-apricots-clap.md b/.changeset/fifty-apricots-clap.md deleted file mode 100644 index 2fcf04fe7a2f..000000000000 --- a/.changeset/fifty-apricots-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Adding support for custom "astro/client" type definitions in `@astrojs/image` diff --git a/.changeset/five-singers-notice.md b/.changeset/five-singers-notice.md deleted file mode 100644 index 2e1a930ee84e..000000000000 --- a/.changeset/five-singers-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': minor ---- - -Big improvements to the TypeScript and Language Tools support for `@astrojs/image` :tada: diff --git a/.changeset/giant-dolls-reply.md b/.changeset/giant-dolls-reply.md deleted file mode 100644 index 934967b7e043..000000000000 --- a/.changeset/giant-dolls-reply.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/cloudflare': minor -'@astrojs/vercel': minor ---- - -Add explicit errors when omitting output config diff --git a/.changeset/lucky-phones-mix.md b/.changeset/lucky-phones-mix.md deleted file mode 100644 index 9c8f18e2dbc5..000000000000 --- a/.changeset/lucky-phones-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/svelte': patch ---- - -Remove Svelte HMR warning during the build diff --git a/.changeset/quick-onions-itch.md b/.changeset/quick-onions-itch.md deleted file mode 100644 index 68bc505b3944..000000000000 --- a/.changeset/quick-onions-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Add `url` and `file` properties to `MarkdownContent` type diff --git a/.changeset/shy-kids-hug.md b/.changeset/shy-kids-hug.md deleted file mode 100644 index 8a51bd9d26b7..000000000000 --- a/.changeset/shy-kids-hug.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/cloudflare': patch ---- - -Fixes Cloudflare throwing an error for process diff --git a/.changeset/slow-terms-repeat.md b/.changeset/slow-terms-repeat.md deleted file mode 100644 index 808556f5470d..000000000000 --- a/.changeset/slow-terms-repeat.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/node': patch ---- - -Handle binary data request bodies in the Node adapter diff --git a/examples/basics/package.json b/examples/basics/package.json index bbf4af9ed6b7..af21477dfe94 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-rc.1" + "astro": "^1.0.0-rc.2" } } diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 01f9d337095c..64504d421f98 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-rc.1", + "astro": "^1.0.0-rc.2", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/blog/package.json b/examples/blog/package.json index dbf65313d27a..aa691e634100 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-rc.1" + "astro": "^1.0.0-rc.2" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index c08d46ea97bb..87f273d7ff28 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-rc.1" + "astro": "^1.0.0-rc.2" } } diff --git a/examples/component/package.json b/examples/component/package.json index 7368c0f2250f..be9e7adc02eb 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-rc.1" + "astro": "^1.0.0-rc.2" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index fc97ca1264d0..627a47531dd5 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -20,6 +20,6 @@ "devDependencies": { "@astrojs/preact": "^0.5.2", "@astrojs/react": "^0.4.2", - "astro": "^1.0.0-rc.1" + "astro": "^1.0.0-rc.2" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index fb5988240a2e..7a9599ad76fb 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-rc.1" + "astro": "^1.0.0-rc.2" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 40fc1a9dd3c2..1540c9215470 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-rc.1" + "astro": "^1.0.0-rc.2" }, "dependencies": { "alpinejs": "^3.10.2" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 6c4a5e98a3f0..fa7c7800d193 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/lit": "^0.3.2", - "astro": "^1.0.0-rc.1" + "astro": "^1.0.0-rc.2" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index b60efadfd1cd..c4e86bfac03c 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -13,9 +13,9 @@ "@astrojs/preact": "^0.5.2", "@astrojs/react": "^0.4.2", "@astrojs/solid-js": "^0.4.1", - "@astrojs/svelte": "^0.5.0", + "@astrojs/svelte": "^0.5.1", "@astrojs/vue": "^0.5.0", - "astro": "^1.0.0-rc.1" + "astro": "^1.0.0-rc.2" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index b6cb70b2b1b5..57cf2561c778 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-rc.1" + "astro": "^1.0.0-rc.2" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 4557160f8eef..ef285860301b 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -12,7 +12,7 @@ "@astrojs/react": "^0.4.2", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5", - "astro": "^1.0.0-rc.1" + "astro": "^1.0.0-rc.2" }, "dependencies": { "react": "^18.1.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index f07b84f71f91..d17828e1a615 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/solid-js": "^0.4.1", - "astro": "^1.0.0-rc.1" + "astro": "^1.0.0-rc.2" }, "dependencies": { "solid-js": "^1.4.3" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 8dce08b7c528..83f120eb46ea 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/svelte": "^0.5.0", - "astro": "^1.0.0-rc.1" + "@astrojs/svelte": "^0.5.1", + "astro": "^1.0.0-rc.2" }, "dependencies": { "svelte": "^3.48.0" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 09ec9ab3ffb2..13fafa31cbcf 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/vue": "^0.5.0", - "astro": "^1.0.0-rc.1" + "astro": "^1.0.0-rc.2" }, "dependencies": { "vue": "^3.2.37" diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index 075667e38e49..f07b07ac3ae0 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -16,7 +16,7 @@ "@astrojs/solid-js": "0.4.1", "@astrojs/tailwind": "^0.2.5", "@astrojs/turbolinks": "^0.1.4", - "astro": "^1.0.0-rc.1", + "astro": "^1.0.0-rc.2", "solid-js": "^1.4.3" }, "dependencies": { diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 3e9248bdaf6e..029c6402f8be 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-rc.1" + "astro": "^1.0.0-rc.2" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index cc5beb04acfd..c954481515d3 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-rc.1" + "astro": "^1.0.0-rc.2" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 07f636354ea4..10cde25b6f74 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-rc.1", + "astro": "^1.0.0-rc.2", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 7d9fd3c467a6..c22af2c45afe 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -9,9 +9,9 @@ "server": "node server/server.mjs" }, "devDependencies": { - "@astrojs/node": "^0.2.0", - "@astrojs/svelte": "^0.5.0", - "astro": "^1.0.0-rc.1", + "@astrojs/node": "^0.2.1", + "@astrojs/svelte": "^0.5.1", + "astro": "^1.0.0-rc.2", "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 1582fa8c4b30..7aa8c9ea74b3 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-rc.1" + "astro": "^1.0.0-rc.2" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 2e95ab9833e3..80eeb95f8f9e 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/react": "^0.4.2", - "astro": "^1.0.0-rc.1", + "astro": "^1.0.0-rc.2", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 56c0d945417d..9cc27b990d3a 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.13.0", - "astro": "^1.0.0-rc.1", + "astro": "^1.0.0-rc.2", "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 6f3e4edaa14b..3bb27761615c 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.13.0", - "astro": "^1.0.0-rc.1" + "astro": "^1.0.0-rc.2" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index a182f91a579f..ae3082e54768 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@astrojs/mdx": "^0.3.0", "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-rc.1", + "astro": "^1.0.0-rc.2", "preact": "^10.6.5" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index bf97aaa6d3eb..0c27e2b95b43 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -15,6 +15,6 @@ }, "devDependencies": { "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-rc.1" + "astro": "^1.0.0-rc.2" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 74106b3bb035..eea241224869 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/tailwind": "^0.2.5", - "astro": "^1.0.0-rc.1", + "astro": "^1.0.0-rc.2", "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 c8d395560eee..2c048b276292 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-rc.1", + "astro": "^1.0.0-rc.2", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 7543c13fd91e..3845b1dfadf9 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,19 @@ # astro +## 1.0.0-rc.2 + +### Patch Changes + +- [#4073](https://github.com/withastro/astro/pull/4073) [`13b4f8ad8`](https://github.com/withastro/astro/commit/13b4f8ad887d0d4e8efbf9f74185432f9cdf264e) Thanks [@matthewp](https://github.com/matthewp)! - Fixes use of @fontsource packages + +* [#4045](https://github.com/withastro/astro/pull/4045) [`a397b981f`](https://github.com/withastro/astro/commit/a397b981f5f46dee85e6e00aa39633d018d4b9a2) Thanks [@tony-sull](https://github.com/tony-sull)! - Adding support for custom "astro/client" type definitions in `@astrojs/image` + +- [#4028](https://github.com/withastro/astro/pull/4028) [`c565465a9`](https://github.com/withastro/astro/commit/c565465a964ee14bf5d55c0a6eaf1091d3a68429) Thanks [@alfredogonzalezmartinez](https://github.com/alfredogonzalezmartinez)! - Add `url` and `file` properties to `MarkdownContent` type + +* [#4072](https://github.com/withastro/astro/pull/4072) [`a198028b0`](https://github.com/withastro/astro/commit/a198028b04234d0b8dcb0b6bcb47c5831d7a15f9) Thanks [@matthewp](https://github.com/matthewp)! - Fixes Cloudflare throwing an error for process + +- [#4055](https://github.com/withastro/astro/pull/4055) [`44694d8a9`](https://github.com/withastro/astro/commit/44694d8a9084bb1b09840ec8967edd75fa033174) Thanks [@matthewp](https://github.com/matthewp)! - Handle binary data request bodies in the Node adapter + ## 1.0.0-rc.1 The **Astro v1.0.0 Release Candidate** comes includes new features, tons of bug fixes, and a few breaking changes to be aware of. diff --git a/packages/astro/package.json b/packages/astro/package.json index 19943f0c5e3c..dea69663bdeb 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md index 4a6cac29ee39..a7731bf1cea2 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/cloudflare +## 0.4.0 + +### Minor Changes + +- [#4068](https://github.com/withastro/astro/pull/4068) [`54b33d50f`](https://github.com/withastro/astro/commit/54b33d50fdb995ac056461be7e2128d911624f2d) Thanks [@matthewp](https://github.com/matthewp)! - Add explicit errors when omitting output config + +### Patch Changes + +- [#4072](https://github.com/withastro/astro/pull/4072) [`a198028b0`](https://github.com/withastro/astro/commit/a198028b04234d0b8dcb0b6bcb47c5831d7a15f9) Thanks [@matthewp](https://github.com/matthewp)! - Fixes Cloudflare throwing an error for process + ## 0.3.0 ### Minor Changes diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index 90dd2917ba58..6c024a4b7b18 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.3.0", + "version": "0.4.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index 78c8cc09274f..87a9aa7d483e 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/image +## 0.3.0 + +### Minor Changes + +- [#4045](https://github.com/withastro/astro/pull/4045) [`a397b981f`](https://github.com/withastro/astro/commit/a397b981f5f46dee85e6e00aa39633d018d4b9a2) Thanks [@tony-sull](https://github.com/tony-sull)! - Big improvements to the TypeScript and Language Tools support for `@astrojs/image` :tada: + ## 0.2.0 ### Minor Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index fb8635eb1697..5415aff9239b 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.2.0", + "version": "0.3.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index e6cbb0dff86b..f5331b70e8e8 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/node +## 0.2.1 + +### Patch Changes + +- [#4055](https://github.com/withastro/astro/pull/4055) [`44694d8a9`](https://github.com/withastro/astro/commit/44694d8a9084bb1b09840ec8967edd75fa033174) Thanks [@matthewp](https://github.com/matthewp)! - Handle binary data request bodies in the Node adapter + ## 0.2.0 ### Minor Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 3fb1450960d3..6b1b5c43022c 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.2.0", + "version": "0.2.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index 801eee706387..9507fc9ac9b9 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/svelte +## 0.5.1 + +### Patch Changes + +- [#4057](https://github.com/withastro/astro/pull/4057) [`40251118f`](https://github.com/withastro/astro/commit/40251118f8a6b92b0e42aa3f57140319a848d425) Thanks [@matthewp](https://github.com/matthewp)! - Remove Svelte HMR warning during the build + ## 0.5.0 ### Minor Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index c500b87eedbc..6b966fd38dbc 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "0.5.0", + "version": "0.5.1", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 0ac7d22912d9..08ea74a80293 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vercel +## 0.4.0 + +### Minor Changes + +- [#4068](https://github.com/withastro/astro/pull/4068) [`54b33d50f`](https://github.com/withastro/astro/commit/54b33d50fdb995ac056461be7e2128d911624f2d) Thanks [@matthewp](https://github.com/matthewp)! - Add explicit errors when omitting output config + ## 0.3.0 ### Minor Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 08da5e9911f4..563da1050af0 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.3.0", + "version": "0.4.0", "type": "module", "author": "withastro", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 26a7c3856d6c..b147d5c7f7d4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -59,14 +59,14 @@ importers: examples/basics: specifiers: - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 devDependencies: astro: link:../../packages/astro examples/blog: specifiers: '@astrojs/preact': ^0.5.2 - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 preact: ^10.7.3 dependencies: preact: 10.10.0 @@ -77,7 +77,7 @@ importers: examples/blog-multiple-authors: specifiers: '@astrojs/preact': ^0.5.2 - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 preact: ^10.7.3 sass: ^1.52.2 dependencies: @@ -89,14 +89,14 @@ importers: examples/component: specifiers: - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 devDependencies: astro: link:../../packages/astro examples/component/demo: specifiers: '@example/my-component': workspace:* - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 devDependencies: '@example/my-component': link:../packages/my-component astro: link:../../../packages/astro @@ -112,7 +112,7 @@ importers: '@docsearch/css': ^3.1.0 '@docsearch/react': ^3.1.0 '@types/react': ^17.0.45 - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 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-rc.1 + astro: ^1.0.0-rc.2 devDependencies: astro: link:../../packages/astro examples/framework-alpine: specifiers: alpinejs: ^3.10.2 - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 dependencies: alpinejs: 3.10.3 devDependencies: @@ -148,7 +148,7 @@ importers: specifiers: '@astrojs/lit': ^0.3.2 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 lit: ^2.2.5 dependencies: '@webcomponents/template-shadowroot': 0.1.0 @@ -163,10 +163,10 @@ importers: '@astrojs/preact': ^0.5.2 '@astrojs/react': ^0.4.2 '@astrojs/solid-js': ^0.4.1 - '@astrojs/svelte': ^0.5.0 + '@astrojs/svelte': ^0.5.1 '@astrojs/vue': ^0.5.0 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 lit: ^2.2.5 preact: ^10.7.3 react: ^18.1.0 @@ -195,7 +195,7 @@ importers: examples/framework-preact: specifiers: '@astrojs/preact': ^0.5.2 - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 preact: ^10.7.3 dependencies: preact: 10.10.0 @@ -208,7 +208,7 @@ importers: '@astrojs/react': ^0.4.2 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -223,7 +223,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^0.4.1 - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 solid-js: ^1.4.3 dependencies: solid-js: 1.4.8 @@ -233,8 +233,8 @@ importers: examples/framework-svelte: specifiers: - '@astrojs/svelte': ^0.5.0 - astro: ^1.0.0-rc.1 + '@astrojs/svelte': ^0.5.1 + astro: ^1.0.0-rc.2 svelte: ^3.48.0 dependencies: svelte: 3.49.0 @@ -245,7 +245,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^0.5.0 - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 vue: ^3.2.37 dependencies: vue: 3.2.37 @@ -263,7 +263,7 @@ importers: '@astrojs/tailwind': ^0.2.5 '@astrojs/turbolinks': ^0.1.4 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 lit: ^2.2.5 preact: ^10.7.3 react: ^18.1.0 @@ -292,20 +292,20 @@ importers: examples/minimal: specifiers: - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 devDependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 devDependencies: astro: link:../../packages/astro examples/portfolio: specifiers: '@astrojs/preact': ^0.5.2 - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 preact: ^10.7.3 sass: ^1.52.2 dependencies: @@ -317,9 +317,9 @@ importers: examples/ssr: specifiers: - '@astrojs/node': ^0.2.0 - '@astrojs/svelte': ^0.5.0 - astro: ^1.0.0-rc.1 + '@astrojs/node': ^0.2.1 + '@astrojs/svelte': ^0.5.1 + astro: ^1.0.0-rc.2 concurrently: ^7.2.1 lightcookie: ^1.0.25 svelte: ^3.48.0 @@ -338,14 +338,14 @@ importers: examples/starter: specifiers: - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 devDependencies: astro: link:../../packages/astro examples/subpath: specifiers: '@astrojs/react': ^0.4.2 - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 react: ^18.1.0 react-dom: ^18.1.0 sass: ^1.52.2 @@ -360,7 +360,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^0.13.0 - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -378,7 +378,7 @@ importers: examples/with-markdown-shiki: specifiers: '@astrojs/markdown-remark': ^0.13.0 - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 devDependencies: '@astrojs/markdown-remark': link:../../packages/markdown/remark astro: link:../../packages/astro @@ -387,7 +387,7 @@ importers: specifiers: '@astrojs/mdx': ^0.3.0 '@astrojs/preact': ^0.5.2 - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 preact: ^10.6.5 devDependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -399,7 +399,7 @@ importers: specifiers: '@astrojs/preact': ^0.5.2 '@nanostores/preact': ^0.1.3 - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -413,7 +413,7 @@ importers: examples/with-tailwindcss: specifiers: '@astrojs/tailwind': ^0.2.5 - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -428,7 +428,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.0.0-rc.1 + astro: ^1.0.0-rc.2 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 devDependencies: