From 4c02445d0947c569d3967530fe5b5927600fe9dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 Jul 2022 19:50:37 +0000 Subject: [PATCH] [ci] release --- .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/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 | 10 +++ packages/astro/package.json | 2 +- packages/integrations/cloudflare/CHANGELOG.md | 6 ++ 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 +++++++++---------- 47 files changed, 110 insertions(+), 102 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/slow-terms-repeat.md diff --git a/.changeset/clever-nails-pump.md b/.changeset/clever-nails-pump.md deleted file mode 100644 index e363c78f5524f..0000000000000 --- 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 2fcf04fe7a2fa..0000000000000 --- 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 2e1a930ee84e5..0000000000000 --- 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 934967b7e0436..0000000000000 --- 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 9c8f18e2dbc59..0000000000000 --- 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/slow-terms-repeat.md b/.changeset/slow-terms-repeat.md deleted file mode 100644 index 808556f5470d7..0000000000000 --- 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 bbf4af9ed6b73..af21477dfe946 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 01f9d337095c2..64504d421f986 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 dbf65313d27a1..aa691e6341006 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 c08d46ea97bbf..87f273d7ff284 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 7368c0f2250f9..be9e7adc02eb2 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 fc97ca1264d0c..627a47531dd5c 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 fb5988240a2eb..7a9599ad76fb0 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 40fc1a9dd3c22..1540c92154701 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 6c4a5e98a3f06..fa7c7800d1938 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 b60efadfd1cdf..c4e86bfac03c3 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 b6cb70b2b1b55..57cf2561c7785 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 4557160f8eef4..ef285860301ba 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 f07b84f71f915..d17828e1a615a 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 8dce08b7c528a..83f120eb46ea5 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 09ec9ab3ffb25..13fafa31cbcf5 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 075667e38e498..f07b07ac3ae06 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 3e9248bdaf6e2..029c6402f8bea 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 cc5beb04acfd0..c954481515d3c 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 07f636354ea48..10cde25b6f742 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 7d9fd3c467a60..c22af2c45afe9 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 1582fa8c4b300..7aa8c9ea74b3b 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 2e95ab9833e33..80eeb95f8f9ed 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 56c0d945417d1..9cc27b990d3ab 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 6f3e4edaa14bd..3bb27761615c0 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 a182f91a579f4..ae3082e54768b 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 bf97aaa6d3eb8..0c27e2b95b432 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 74106b3bb0354..eea241224869f 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 c8d395560eee4..2c048b276292b 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 7543c13fd91e3..6ce3743ff4087 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,15 @@ # 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` + +- [#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 19943f0c5e3c9..dea69663bdeb8 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 4a6cac29ee392..22ebecc721526 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,11 @@ # @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 + ## 0.3.0 ### Minor Changes diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index 64a9e65a0e627..c3ee1d61e1166 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 78c8cc09274f7..87a9aa7d483e3 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 fb8635eb1697b..5415aff9239b8 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 e6cbb0dff86bc..f5331b70e8e8c 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 3fb1450960d39..6b1b5c43022c0 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 801eee706387e..9507fc9ac9b9c 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 c500b87eedbc1..6b966fd38dbc2 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 0ac7d22912d99..08ea74a802932 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 08da5e9911f4b..563da1050af09 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 dee90e4f4b577..d8ad2fd4413ed 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: