diff options
author | 2024-10-07 06:41:40 -0700 | |
---|---|---|
committer | 2024-10-07 15:41:40 +0200 | |
commit | 46cbf10c4baf0218f83aa741863e044374ea64d1 (patch) | |
tree | a84c0739d4414f3f1d2c54b8879641670174710a /packages/integrations/vue | |
parent | c87ae80053605848b988984a3b89c29fc22e1d19 (diff) | |
download | astro-46cbf10c4baf0218f83aa741863e044374ea64d1.tar.gz astro-46cbf10c4baf0218f83aa741863e044374ea64d1.tar.zst astro-46cbf10c4baf0218f83aa741863e044374ea64d1.zip |
[ci] release (#12115)create-astro@4.9.1astro@4.15.12@astrojs/vue@4.5.2@astrojs/upgrade@0.3.4@astrojs/svelte@5.7.2@astrojs/db@0.14.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 | 8 | ||||
-rw-r--r-- | packages/integrations/vue/package.json | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index 1e5698849..e27cfa885 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/vue +## 4.5.2 + +### Patch Changes + +- [#12112](https://github.com/withastro/astro/pull/12112) [`f9dd942`](https://github.com/withastro/astro/commit/f9dd9428c6cd1c9d23488ea4645f186b4a4ad4b2) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes a case where IDs generated by `useId()` (introduced in Vue 3.5) would not be unique between islands + +- [#12116](https://github.com/withastro/astro/pull/12116) [`af8401e`](https://github.com/withastro/astro/commit/af8401ebf9e5cbe94ded0d0f745ed1e3ec6f6d8a) Thanks [@sammibajrami](https://github.com/sammibajrami)! - Fixes an Reference Error that occurred during client transitions + ## 4.5.1 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index be8b2bfe1..4a321c85a 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "4.5.1", + "version": "4.5.2", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", |