From d04dbdfa19661ef27276c0763bb263f18bfaf2c0 Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Thu, 2 Feb 2023 16:43:30 -0800 Subject: [PATCH] [ci] release (#6109) Co-authored-by: github-actions[bot] --- .changeset/breezy-scissors-attack.md | 5 ----- .changeset/shy-cats-heal.md | 5 ----- examples/docs/package.json | 2 +- examples/framework-multiple/package.json | 2 +- examples/framework-preact/package.json | 2 +- examples/hackernews/package.json | 2 +- examples/ssr/package.json | 2 +- examples/with-mdx/package.json | 2 +- examples/with-nanostores/package.json | 2 +- packages/integrations/node/CHANGELOG.md | 6 ++++++ packages/integrations/node/package.json | 2 +- packages/integrations/preact/CHANGELOG.md | 6 ++++++ packages/integrations/preact/package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 14 files changed, 28 insertions(+), 26 deletions(-) delete mode 100644 .changeset/breezy-scissors-attack.md delete mode 100644 .changeset/shy-cats-heal.md diff --git a/.changeset/breezy-scissors-attack.md b/.changeset/breezy-scissors-attack.md deleted file mode 100644 index d34c0566a..000000000 --- a/.changeset/breezy-scissors-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/preact': patch ---- - -Upgrade babel dependency to fix security vuln diff --git a/.changeset/shy-cats-heal.md b/.changeset/shy-cats-heal.md deleted file mode 100644 index 33d752751..000000000 --- a/.changeset/shy-cats-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/node': patch ---- - -Fixes support for prerendering and query params diff --git a/examples/docs/package.json b/examples/docs/package.json index 4f93b0ef7..5a64ea6b3 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -16,7 +16,7 @@ "react": "^18.1.0", "react-dom": "^18.1.0", "@astrojs/react": "^2.0.2", - "@astrojs/preact": "^2.0.1", + "@astrojs/preact": "^2.0.2", "@algolia/client-search": "^4.13.1", "@docsearch/css": "^3.1.0", "@docsearch/react": "^3.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 25cc08b83..66fc933e7 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -18,7 +18,7 @@ "solid-js": "^1.4.3", "svelte": "^3.48.0", "vue": "^3.2.37", - "@astrojs/preact": "^2.0.1", + "@astrojs/preact": "^2.0.2", "@astrojs/react": "^2.0.2", "@astrojs/solid-js": "^2.0.2", "@astrojs/svelte": "^2.0.1", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index e9056bca6..9c8c50075 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -13,7 +13,7 @@ "dependencies": { "astro": "^2.0.6", "preact": "^10.7.3", - "@astrojs/preact": "^2.0.1", + "@astrojs/preact": "^2.0.2", "@preact/signals": "^1.1.0" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 354490854..ef2169c12 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^5.0.2", + "@astrojs/node": "^5.0.3", "astro": "^2.0.6" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 87a20eae0..bad980a61 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -15,7 +15,7 @@ "astro": "^2.0.6", "svelte": "^3.48.0", "@astrojs/svelte": "^2.0.1", - "@astrojs/node": "^5.0.2", + "@astrojs/node": "^5.0.3", "concurrently": "^7.2.1", "unocss": "^0.15.6", "vite-imagetools": "^4.0.4" diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index fd46013e3..f98107fd4 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -13,7 +13,7 @@ "dependencies": { "astro": "^2.0.6", "preact": "^10.6.5", - "@astrojs/preact": "^2.0.1", + "@astrojs/preact": "^2.0.2", "@astrojs/mdx": "^0.16.0" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 931c51190..49b200643 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -13,7 +13,7 @@ "dependencies": { "astro": "^2.0.6", "preact": "^10.7.3", - "@astrojs/preact": "^2.0.1", + "@astrojs/preact": "^2.0.2", "nanostores": "^0.5.12", "@nanostores/preact": "^0.1.3" } diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index bfa940181..081ce6d6c 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/node +## 5.0.3 + +### Patch Changes + +- [#6110](https://github.com/withastro/astro/pull/6110) [`67ccec9e1`](https://github.com/withastro/astro/commit/67ccec9e168f241318d9dac40096016982d89b7b) Thanks [@matthewp](https://github.com/matthewp)! - Fixes support for prerendering and query params + ## 5.0.2 ### Patch Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index a9a6a9c04..5f9e48751 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": "5.0.2", + "version": "5.0.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md index 21ae688fd..88c99da1c 100644 --- a/packages/integrations/preact/CHANGELOG.md +++ b/packages/integrations/preact/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/preact +## 2.0.2 + +### Patch Changes + +- [#6108](https://github.com/withastro/astro/pull/6108) [`f9babc38b`](https://github.com/withastro/astro/commit/f9babc38b48049f73a3a282f48d8cb26969cb0a0) Thanks [@matthewp](https://github.com/matthewp)! - Upgrade babel dependency to fix security vuln + ## 2.0.1 ### Patch Changes diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index ab7efa4cb..11776fda1 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": "2.0.1", + "version": "2.0.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 606d6a752..350e5a54c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -97,7 +97,7 @@ importers: examples/docs: specifiers: '@algolia/client-search': ^4.13.1 - '@astrojs/preact': ^2.0.1 + '@astrojs/preact': ^2.0.2 '@astrojs/react': ^2.0.2 '@docsearch/css': ^3.1.0 '@docsearch/react': ^3.1.0 @@ -151,7 +151,7 @@ importers: examples/framework-multiple: specifiers: - '@astrojs/preact': ^2.0.1 + '@astrojs/preact': ^2.0.2 '@astrojs/react': ^2.0.2 '@astrojs/solid-js': ^2.0.2 '@astrojs/svelte': ^2.0.1 @@ -179,7 +179,7 @@ importers: examples/framework-preact: specifiers: - '@astrojs/preact': ^2.0.1 + '@astrojs/preact': ^2.0.2 '@preact/signals': ^1.1.0 astro: ^2.0.6 preact: ^10.7.3 @@ -237,7 +237,7 @@ importers: examples/hackernews: specifiers: - '@astrojs/node': ^5.0.2 + '@astrojs/node': ^5.0.3 astro: ^2.0.6 dependencies: '@astrojs/node': link:../../packages/integrations/node @@ -269,7 +269,7 @@ importers: examples/ssr: specifiers: - '@astrojs/node': ^5.0.2 + '@astrojs/node': ^5.0.3 '@astrojs/svelte': ^2.0.1 astro: ^2.0.6 concurrently: ^7.2.1 @@ -312,7 +312,7 @@ importers: examples/with-mdx: specifiers: '@astrojs/mdx': ^0.16.0 - '@astrojs/preact': ^2.0.1 + '@astrojs/preact': ^2.0.2 astro: ^2.0.6 preact: ^10.6.5 dependencies: @@ -323,7 +323,7 @@ importers: examples/with-nanostores: specifiers: - '@astrojs/preact': ^2.0.1 + '@astrojs/preact': ^2.0.2 '@nanostores/preact': ^0.1.3 astro: ^2.0.6 nanostores: ^0.5.12