diff --git a/.changeset/chilly-mice-agree.md b/.changeset/chilly-mice-agree.md deleted file mode 100644 index b4b21263d..000000000 --- a/.changeset/chilly-mice-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -Improve error messages when `create-astro` fails diff --git a/.changeset/chilly-zoos-exist.md b/.changeset/chilly-zoos-exist.md deleted file mode 100644 index 02532a135..000000000 --- a/.changeset/chilly-zoos-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Upgrade `@astrojs/compiler` to 0.29.x diff --git a/.changeset/empty-feet-brush.md b/.changeset/empty-feet-brush.md deleted file mode 100644 index 1181f4259..000000000 --- a/.changeset/empty-feet-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -Allow Windows users to pass `--fancy` to enable full unicode support diff --git a/.changeset/neat-cooks-fail.md b/.changeset/neat-cooks-fail.md deleted file mode 100644 index 18cd44b29..000000000 --- a/.changeset/neat-cooks-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vercel': patch ---- - -Fixes unknown error when using vercel/static diff --git a/.changeset/silly-mirrors-give.md b/.changeset/silly-mirrors-give.md deleted file mode 100644 index baa94162f..000000000 --- a/.changeset/silly-mirrors-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/webapi': patch ---- - -Fix CustomElementRegistry for Node SSR Adapter diff --git a/examples/basics/package.json b/examples/basics/package.json index 69704cc28..ccda963e0 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.1" + "astro": "^1.6.2" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 19bf12d3b..24ff16206 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.1", + "astro": "^1.6.2", "@astrojs/mdx": "^0.11.5", "@astrojs/rss": "^1.0.3", "@astrojs/sitemap": "^1.0.0" diff --git a/examples/component/package.json b/examples/component/package.json index e890f9252..f78866056 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,9 +15,9 @@ ], "scripts": {}, "devDependencies": { - "astro": "^1.6.1" + "astro": "^1.6.2" }, "peerDependencies": { - "astro": "^1.6.1" + "astro": "^1.6.2" } } diff --git a/examples/deno/package.json b/examples/deno/package.json index ec18a85ab..57db7c049 100644 --- a/examples/deno/package.json +++ b/examples/deno/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.1" + "astro": "^1.6.2" }, "devDependencies": { "@astrojs/deno": "^1.2.0" diff --git a/examples/docs/package.json b/examples/docs/package.json index 9ade99898..16ccf0d40 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -12,7 +12,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.1", + "astro": "^1.6.2", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 1a58853b1..42732b456 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.1", + "astro": "^1.6.2", "alpinejs": "^3.10.2", "@astrojs/alpinejs": "^0.1.2", "@types/alpinejs": "^3.7.0" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 9bbc270a9..4f4dd98b4 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.1", + "astro": "^1.6.2", "lit": "^2.2.5", "@astrojs/lit": "^1.0.0", "@webcomponents/template-shadowroot": "^0.1.0" diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index e7bb70f6e..160e674a1 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.1", + "astro": "^1.6.2", "preact": "^10.7.3", "react": "^18.1.0", "react-dom": "^18.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 17cda7854..49a0b3fe3 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.1", + "astro": "^1.6.2", "preact": "^10.7.3", "@astrojs/preact": "^1.2.0", "@preact/signals": "^1.1.0" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 8077ee972..26d00e466 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.1", + "astro": "^1.6.2", "react": "^18.1.0", "react-dom": "^18.1.0", "@astrojs/react": "^1.2.2", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 3e7e686d3..57a7e319e 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.1", + "astro": "^1.6.2", "solid-js": "^1.4.3", "@astrojs/solid-js": "^1.2.2" } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 81f5f2dab..1d265e5a2 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -13,6 +13,6 @@ "dependencies": { "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.2", - "astro": "^1.6.1" + "astro": "^1.6.2" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 961857f65..137024f36 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.1", + "astro": "^1.6.2", "vue": "^3.2.37", "@astrojs/vue": "^1.2.1" } diff --git a/examples/integration/package.json b/examples/integration/package.json index ee434d3cf..693c93179 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,9 +15,9 @@ ], "scripts": {}, "devDependencies": { - "astro": "^1.6.1" + "astro": "^1.6.2" }, "peerDependencies": { - "astro": "^1.6.1" + "astro": "^1.6.2" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index b38c9f341..4ed079298 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.1" + "astro": "^1.6.2" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index ed4302d45..d7af51d08 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.1" + "astro": "^1.6.2" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index b19e030c3..8a94e31d5 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.1" + "astro": "^1.6.2" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index c3de172cf..461374647 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,7 +12,7 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "astro": "^1.6.1", + "astro": "^1.6.2", "svelte": "^3.48.0", "@astrojs/svelte": "^1.0.2", "@astrojs/node": "^2.0.2", diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index a2ec4cd9b..86aa56066 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.1", + "astro": "^1.6.2", "@astrojs/markdown-remark": "^1.1.3", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index b2e4428ba..8cbfe704f 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.1" + "astro": "^1.6.2" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 9a02f678a..21bfb2b84 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.1", + "astro": "^1.6.2", "preact": "^10.6.5", "@astrojs/preact": "^1.2.0", "@astrojs/mdx": "^0.11.5" diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 07a19bbee..6ed718281 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.1", + "astro": "^1.6.2", "preact": "^10.7.3", "@astrojs/preact": "^1.2.0", "nanostores": "^0.5.12", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 509a6cd39..25f0e9a37 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^0.11.5", "@astrojs/tailwind": "^2.1.1", "@types/canvas-confetti": "^1.4.3", - "astro": "^1.6.1", + "astro": "^1.6.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 9a95916a1..6604b32a4 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.1", + "astro": "^1.6.2", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index f5c170533..f4cd5d6e2 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^1.6.1", + "astro": "^1.6.2", "vitest": "^0.20.3" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 8ecadf8d4..149230e90 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,14 @@ # astro +## 1.6.2 + +### Patch Changes + +- [#5243](https://github.com/withastro/astro/pull/5243) [`7d678c9ed`](https://github.com/withastro/astro/commit/7d678c9ed05a33380a2153df54abdf87d374f970) Thanks [@matthewp](https://github.com/matthewp)! - Upgrade `@astrojs/compiler` to 0.29.x + +- Updated dependencies [[`b6a478f37`](https://github.com/withastro/astro/commit/b6a478f37648491321077750bfca7bddf3cafadd)]: + - @astrojs/webapi@1.1.1 + ## 1.6.1 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 63856c82e..4595d403d 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.6.1", + "version": "1.6.2", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", @@ -104,7 +104,7 @@ "@astrojs/language-server": "^0.26.2", "@astrojs/markdown-remark": "^1.1.3", "@astrojs/telemetry": "^1.0.1", - "@astrojs/webapi": "^1.1.0", + "@astrojs/webapi": "^1.1.1", "@babel/core": "^7.18.2", "@babel/generator": "^7.18.2", "@babel/parser": "^7.18.4", diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 746ed3bfc..fec474b70 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,13 @@ # create-astro +## 1.2.1 + +### Patch Changes + +- [#5240](https://github.com/withastro/astro/pull/5240) [`d9be7e36b`](https://github.com/withastro/astro/commit/d9be7e36b872eb48516dc9d0d5c9d333aac4950b) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Improve error messages when `create-astro` fails + +- [#5226](https://github.com/withastro/astro/pull/5226) [`641b6d7d5`](https://github.com/withastro/astro/commit/641b6d7d583886fde9529f296846d7e0a50e8624) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Allow Windows users to pass `--fancy` to enable full unicode support + ## 1.2.0 ### Minor Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index d4445581e..c254e961f 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "1.2.0", + "version": "1.2.1", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 12d4e566c..e9f27d6ae 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -34,7 +34,7 @@ "test": "npm run test-fn" }, "dependencies": { - "@astrojs/webapi": "^1.1.0", + "@astrojs/webapi": "^1.1.1", "esbuild": "^0.14.43" }, "devDependencies": { diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 849b2292f..3ed4567f3 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -30,7 +30,7 @@ "test": "mocha --exit --timeout 20000 test/" }, "dependencies": { - "@astrojs/webapi": "^1.1.0", + "@astrojs/webapi": "^1.1.1", "send": "^0.18.0" }, "devDependencies": { diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 426a470e4..45fbfd89f 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/vercel +## 2.3.3 + +### Patch Changes + +- [#5241](https://github.com/withastro/astro/pull/5241) [`070da6a79`](https://github.com/withastro/astro/commit/070da6a7926892917f9a3077cd644bd3a1b87e76) Thanks [@matthewp](https://github.com/matthewp)! - Fixes unknown error when using vercel/static + +- Updated dependencies [[`b6a478f37`](https://github.com/withastro/astro/commit/b6a478f37648491321077750bfca7bddf3cafadd)]: + - @astrojs/webapi@1.1.1 + ## 2.3.2 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 5c2240094..db7541fd5 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": "2.3.2", + "version": "2.3.3", "type": "module", "author": "withastro", "license": "MIT", @@ -44,7 +44,7 @@ "test": "mocha --exit --timeout 20000 test/" }, "dependencies": { - "@astrojs/webapi": "^1.1.0", + "@astrojs/webapi": "^1.1.1", "@vercel/nft": "^0.22.1" }, "devDependencies": { diff --git a/packages/webapi/CHANGELOG.md b/packages/webapi/CHANGELOG.md index 7e63541ab..ad134f7f4 100644 --- a/packages/webapi/CHANGELOG.md +++ b/packages/webapi/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/webapi +## 1.1.1 + +### Patch Changes + +- [#5235](https://github.com/withastro/astro/pull/5235) [`b6a478f37`](https://github.com/withastro/astro/commit/b6a478f37648491321077750bfca7bddf3cafadd) Thanks [@ba55ie](https://github.com/ba55ie)! - Fix CustomElementRegistry for Node SSR Adapter + ## 1.1.0 ### Minor Changes diff --git a/packages/webapi/package.json b/packages/webapi/package.json index 72e1d65b9..f4e417b47 100644 --- a/packages/webapi/package.json +++ b/packages/webapi/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/webapi", "description": "Use Web APIs in Node", - "version": "1.1.0", + "version": "1.1.1", "type": "module", "exports": { ".": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 55de82a23..ae0e852d7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -61,7 +61,7 @@ importers: examples/basics: specifiers: - astro: ^1.6.1 + astro: ^1.6.2 dependencies: astro: link:../../packages/astro @@ -70,7 +70,7 @@ importers: '@astrojs/mdx': ^0.11.5 '@astrojs/rss': ^1.0.3 '@astrojs/sitemap': ^1.0.0 - astro: ^1.6.1 + astro: ^1.6.2 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/rss': link:../../packages/astro-rss @@ -79,14 +79,14 @@ importers: examples/component: specifiers: - astro: ^1.6.1 + astro: ^1.6.2 devDependencies: astro: link:../../packages/astro examples/deno: specifiers: '@astrojs/deno': ^1.2.0 - astro: ^1.6.1 + astro: ^1.6.2 dependencies: astro: link:../../packages/astro devDependencies: @@ -102,7 +102,7 @@ importers: '@types/node': ^18.0.0 '@types/react': ^17.0.45 '@types/react-dom': ^18.0.0 - astro: ^1.6.1 + astro: ^1.6.2 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -125,7 +125,7 @@ importers: '@astrojs/alpinejs': ^0.1.2 '@types/alpinejs': ^3.7.0 alpinejs: ^3.10.2 - astro: ^1.6.1 + astro: ^1.6.2 dependencies: '@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@types/alpinejs': 3.7.0 @@ -136,7 +136,7 @@ importers: specifiers: '@astrojs/lit': ^1.0.0 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.6.1 + astro: ^1.6.2 lit: ^2.2.5 dependencies: '@astrojs/lit': link:../../packages/integrations/lit @@ -151,7 +151,7 @@ importers: '@astrojs/solid-js': ^1.2.2 '@astrojs/svelte': ^1.0.2 '@astrojs/vue': ^1.2.1 - astro: ^1.6.1 + astro: ^1.6.2 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -176,7 +176,7 @@ importers: specifiers: '@astrojs/preact': ^1.2.0 '@preact/signals': ^1.1.0 - astro: ^1.6.1 + astro: ^1.6.2 preact: ^10.7.3 dependencies: '@astrojs/preact': link:../../packages/integrations/preact @@ -189,7 +189,7 @@ importers: '@astrojs/react': ^1.2.2 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^1.6.1 + astro: ^1.6.2 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -203,7 +203,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^1.2.2 - astro: ^1.6.1 + astro: ^1.6.2 solid-js: ^1.4.3 dependencies: '@astrojs/solid-js': link:../../packages/integrations/solid @@ -213,7 +213,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^1.0.2 - astro: ^1.6.1 + astro: ^1.6.2 svelte: ^3.48.0 dependencies: '@astrojs/svelte': link:../../packages/integrations/svelte @@ -223,7 +223,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^1.2.1 - astro: ^1.6.1 + astro: ^1.6.2 vue: ^3.2.37 dependencies: '@astrojs/vue': link:../../packages/integrations/vue @@ -232,25 +232,25 @@ importers: examples/integration: specifiers: - astro: ^1.6.1 + astro: ^1.6.2 devDependencies: astro: link:../../packages/astro examples/minimal: specifiers: - astro: ^1.6.1 + astro: ^1.6.2 dependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.6.1 + astro: ^1.6.2 dependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - astro: ^1.6.1 + astro: ^1.6.2 dependencies: astro: link:../../packages/astro @@ -258,7 +258,7 @@ importers: specifiers: '@astrojs/node': ^2.0.2 '@astrojs/svelte': ^1.0.2 - astro: ^1.6.1 + astro: ^1.6.2 concurrently: ^7.2.1 svelte: ^3.48.0 unocss: ^0.15.6 @@ -275,7 +275,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^1.1.3 - astro: ^1.6.1 + astro: ^1.6.2 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -292,7 +292,7 @@ importers: examples/with-markdown-shiki: specifiers: - astro: ^1.6.1 + astro: ^1.6.2 dependencies: astro: link:../../packages/astro @@ -300,7 +300,7 @@ importers: specifiers: '@astrojs/mdx': ^0.11.5 '@astrojs/preact': ^1.2.0 - astro: ^1.6.1 + astro: ^1.6.2 preact: ^10.6.5 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -312,7 +312,7 @@ importers: specifiers: '@astrojs/preact': ^1.2.0 '@nanostores/preact': ^0.1.3 - astro: ^1.6.1 + astro: ^1.6.2 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -327,7 +327,7 @@ importers: '@astrojs/mdx': ^0.11.5 '@astrojs/tailwind': ^2.1.1 '@types/canvas-confetti': ^1.4.3 - astro: ^1.6.1 + astro: ^1.6.2 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -344,7 +344,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.6.1 + astro: ^1.6.2 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 dependencies: @@ -354,7 +354,7 @@ importers: examples/with-vitest: specifiers: - astro: ^1.6.1 + astro: ^1.6.2 vitest: ^0.20.3 dependencies: astro: link:../../packages/astro @@ -366,7 +366,7 @@ importers: '@astrojs/language-server': ^0.26.2 '@astrojs/markdown-remark': ^1.1.3 '@astrojs/telemetry': ^1.0.1 - '@astrojs/webapi': ^1.1.0 + '@astrojs/webapi': ^1.1.1 '@babel/core': ^7.18.2 '@babel/generator': ^7.18.2 '@babel/parser': ^7.18.4 @@ -2874,7 +2874,7 @@ importers: packages/integrations/netlify: specifiers: - '@astrojs/webapi': ^1.1.0 + '@astrojs/webapi': ^1.1.1 '@netlify/edge-handler-types': ^0.34.1 '@netlify/functions': ^1.0.0 '@types/node': ^14.18.20 @@ -2931,7 +2931,7 @@ importers: packages/integrations/node: specifiers: - '@astrojs/webapi': ^1.1.0 + '@astrojs/webapi': ^1.1.1 '@types/send': ^0.17.1 astro: workspace:* astro-scripts: workspace:* @@ -3143,7 +3143,7 @@ importers: packages/integrations/vercel: specifiers: - '@astrojs/webapi': ^1.1.0 + '@astrojs/webapi': ^1.1.1 '@vercel/nft': ^0.22.1 astro: workspace:* astro-scripts: workspace:* diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md index 4a44edf8c..a645433cd 100644 --- a/scripts/CHANGELOG.md +++ b/scripts/CHANGELOG.md @@ -1,5 +1,12 @@ # astro-scripts +## 0.0.9 + +### Patch Changes + +- Updated dependencies [[`b6a478f37`](https://github.com/withastro/astro/commit/b6a478f37648491321077750bfca7bddf3cafadd)]: + - @astrojs/webapi@1.1.1 + ## 0.0.8 ### Patch Changes diff --git a/scripts/package.json b/scripts/package.json index 39f58947a..e2402e41a 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -1,6 +1,6 @@ { "name": "astro-scripts", - "version": "0.0.8", + "version": "0.0.9", "private": true, "type": "module", "main": "./index.js",