From 339be4dbff5a29e7bc33b28f0b37c3f2cefaeafa Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:55:54 -0800 Subject: [PATCH] [ci] release (#9319) Co-authored-by: github-actions[bot] --- .changeset/poor-otters-doubt.md | 5 ----- .changeset/smart-cameras-kneel.md | 5 ----- examples/framework-multiple/package.json | 2 +- examples/framework-vue/package.json | 2 +- packages/integrations/vue/CHANGELOG.md | 6 ++++++ packages/integrations/vue/package.json | 2 +- packages/upgrade/CHANGELOG.md | 6 ++++++ packages/upgrade/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 9 files changed, 18 insertions(+), 16 deletions(-) delete mode 100644 .changeset/poor-otters-doubt.md delete mode 100644 .changeset/smart-cameras-kneel.md diff --git a/.changeset/poor-otters-doubt.md b/.changeset/poor-otters-doubt.md deleted file mode 100644 index 55be4b145386..000000000000 --- a/.changeset/poor-otters-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/upgrade': patch ---- - -Improves dependency handling by ignoring packages that don't use a semver version diff --git a/.changeset/smart-cameras-kneel.md b/.changeset/smart-cameras-kneel.md deleted file mode 100644 index d5cb0264fbe8..000000000000 --- a/.changeset/smart-cameras-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vue': patch ---- - -Prevents Astro from crashing when no default function is exported from the `appEntrypoint`. Now, the entrypoint will be ignored with a warning instead. diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index f70d030e5cd5..cc2d1fc1e4ac 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/react": "^3.0.7", "@astrojs/solid-js": "^3.0.2", "@astrojs/svelte": "^5.0.0", - "@astrojs/vue": "^4.0.0", + "@astrojs/vue": "^4.0.1", "astro": "^4.0.1", "preact": "^10.19.2", "react": "^18.2.0", diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index c84f18a4ab11..81a02293828e 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/vue": "^4.0.0", + "@astrojs/vue": "^4.0.1", "astro": "^4.0.1", "vue": "^3.3.8" } diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index dcb0c91e8d3c..1cc63f36e626 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 4.0.1 + +### Patch Changes + +- [#8794](https://github.com/withastro/astro/pull/8794) [`4d4e34d45`](https://github.com/withastro/astro/commit/4d4e34d451e351f8a52e04124027850a575ba752) Thanks [@yoyo837](https://github.com/yoyo837)! - Prevents Astro from crashing when no default function is exported from the `appEntrypoint`. Now, the entrypoint will be ignored with a warning instead. + ## 4.0.0 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 463b98958bbf..79dd727ad201 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "4.0.0", + "version": "4.0.1", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/packages/upgrade/CHANGELOG.md b/packages/upgrade/CHANGELOG.md index 8ea9a0f3962b..e39000145f31 100644 --- a/packages/upgrade/CHANGELOG.md +++ b/packages/upgrade/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/upgrade +## 0.2.1 + +### Patch Changes + +- [#9317](https://github.com/withastro/astro/pull/9317) [`d1c91add0`](https://github.com/withastro/astro/commit/d1c91add074c2e08056f01df5a6043c9716b7e1f) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Improves dependency handling by ignoring packages that don't use a semver version + ## 0.2.0 ### Minor Changes diff --git a/packages/upgrade/package.json b/packages/upgrade/package.json index 1f5eb5f86d67..fb765e47b37f 100644 --- a/packages/upgrade/package.json +++ b/packages/upgrade/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/upgrade", - "version": "0.2.0", + "version": "0.2.1", "type": "module", "author": "withastro", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index be1d4f9153ca..85cfe724fdec 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -194,7 +194,7 @@ importers: specifier: ^5.0.0 version: link:../../packages/integrations/svelte '@astrojs/vue': - specifier: ^4.0.0 + specifier: ^4.0.1 version: link:../../packages/integrations/vue astro: specifier: ^4.0.1 @@ -281,7 +281,7 @@ importers: examples/framework-vue: dependencies: '@astrojs/vue': - specifier: ^4.0.0 + specifier: ^4.0.1 version: link:../../packages/integrations/vue astro: specifier: ^4.0.1