diff options
author | 2024-09-17 15:21:35 -0700 | |
---|---|---|
committer | 2024-09-18 00:21:35 +0200 | |
commit | 8214114a903850cdf9a13ef31a6b3096cced8847 (patch) | |
tree | 45d649587c95f770fd453b074de56a586f2b6438 /packages/integrations/vue | |
parent | dcd115892a23b17309347c13ce4d82af73d204b2 (diff) | |
download | astro-8214114a903850cdf9a13ef31a6b3096cced8847.tar.gz astro-8214114a903850cdf9a13ef31a6b3096cced8847.tar.zst astro-8214114a903850cdf9a13ef31a6b3096cced8847.zip |
[ci] release (#12002)astro@4.15.7@astrojs/vue@4.5.1@astrojs/tailwind@5.1.1@astrojs/svelte@5.7.1@astrojs/solid-js@4.4.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/vue/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index fd9c71e04..484162980 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 4.5.1 + +### Patch Changes + +- [#11946](https://github.com/withastro/astro/pull/11946) [`b75bfc8`](https://github.com/withastro/astro/commit/b75bfc8cc41f5c631c10055b78670fdc26dff23a) Thanks [@johannesspohr](https://github.com/johannesspohr)! - Fix vue islands keeping their state when using view transition persistence + ## 4.5.0 ### Minor Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index c7e937e4b..7a69a97a4 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "4.5.0", + "version": "4.5.1", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", |