From a007dbc759179619f41dcb84ec7b2483bbd62320 Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Wed, 1 Feb 2023 11:38:18 -0800 Subject: [PATCH] [ci] release (#6089) Co-authored-by: github-actions[bot] --- .changeset/green-penguins-tease.md | 5 ----- .changeset/shaggy-gifts-beg.md | 5 ----- examples/hackernews/package.json | 2 +- examples/ssr/package.json | 2 +- packages/integrations/netlify/CHANGELOG.md | 6 ++++++ packages/integrations/netlify/package.json | 2 +- packages/integrations/node/CHANGELOG.md | 6 ++++++ packages/integrations/node/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 9 files changed, 18 insertions(+), 16 deletions(-) delete mode 100644 .changeset/green-penguins-tease.md delete mode 100644 .changeset/shaggy-gifts-beg.md diff --git a/.changeset/green-penguins-tease.md b/.changeset/green-penguins-tease.md deleted file mode 100644 index b1b073f0b..000000000 --- a/.changeset/green-penguins-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/netlify': patch ---- - -Fix Netlify Function regression diff --git a/.changeset/shaggy-gifts-beg.md b/.changeset/shaggy-gifts-beg.md deleted file mode 100644 index cda46e047..000000000 --- a/.changeset/shaggy-gifts-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/node': patch ---- - -fix incorrent encoded when path has other language characters diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 9c97e21e1..b344dd59b 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^5.0.1", + "@astrojs/node": "^5.0.2", "astro": "^2.0.5" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 5e50214ca..6b876c0ce 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -15,7 +15,7 @@ "astro": "^2.0.5", "svelte": "^3.48.0", "@astrojs/svelte": "^2.0.1", - "@astrojs/node": "^5.0.1", + "@astrojs/node": "^5.0.2", "concurrently": "^7.2.1", "unocss": "^0.15.6", "vite-imagetools": "^4.0.4" diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index c661829cd..df57d1a65 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/netlify +## 2.1.1 + +### Patch Changes + +- [#6090](https://github.com/withastro/astro/pull/6090) [`97a97196f`](https://github.com/withastro/astro/commit/97a97196fc4d2dd8ced838ddbca17a587cfa0957) Thanks [@matthewp](https://github.com/matthewp)! - Fix Netlify Function regression + ## 2.1.0 ### Minor Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 03ed04648..bba5f7709 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/netlify", "description": "Deploy your site to Netlify", - "version": "2.1.0", + "version": "2.1.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index 603e69f84..bfa940181 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/node +## 5.0.2 + +### Patch Changes + +- [#6088](https://github.com/withastro/astro/pull/6088) [`6a03649f0`](https://github.com/withastro/astro/commit/6a03649f0084f0df6738236d4a86c9936325cee7) Thanks [@QingXia-Ela](https://github.com/QingXia-Ela)! - fix incorrent encoded when path has other language characters + ## 5.0.1 ### Patch Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 17c54683d..57ffc50ae 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.1", + "version": "5.0.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dab254385..ec5e5285a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -237,7 +237,7 @@ importers: examples/hackernews: specifiers: - '@astrojs/node': ^5.0.1 + '@astrojs/node': ^5.0.2 astro: ^2.0.5 dependencies: '@astrojs/node': link:../../packages/integrations/node @@ -269,7 +269,7 @@ importers: examples/ssr: specifiers: - '@astrojs/node': ^5.0.1 + '@astrojs/node': ^5.0.2 '@astrojs/svelte': ^2.0.1 astro: ^2.0.5 concurrently: ^7.2.1