diff options
author | 2025-01-14 22:32:17 -0800 | |
---|---|---|
committer | 2025-01-15 14:32:17 +0800 | |
commit | 0968069aaf509cea67e2bc2b03b1265327d14451 (patch) | |
tree | 3b5ed670179e25feac40181214671723d25bbd9e /packages/integrations/vue | |
parent | 1a026afb427cd4b472c8f1174a08f10086f4fb89 (diff) | |
download | astro-0968069aaf509cea67e2bc2b03b1265327d14451.tar.gz astro-0968069aaf509cea67e2bc2b03b1265327d14451.tar.zst astro-0968069aaf509cea67e2bc2b03b1265327d14451.zip |
[ci] release (#12978)astro@5.1.7@astrojs/vue@5.0.5@astrojs/solid-js@5.0.3@astrojs/react@4.1.5@astrojs/preact@4.0.2@astrojs/mdx@4.0.6@astrojs/markdown-remark@6.0.2@astrojs/markdoc@0.12.6
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 5fdd21c34..700cc354b 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 5.0.5 + +### Patch Changes + +- [#12887](https://github.com/withastro/astro/pull/12887) [`ea603ae`](https://github.com/withastro/astro/commit/ea603aec80531205d38fed11c525b3faa0271903) Thanks [@louisescher](https://github.com/louisescher)! - Adds a warning message when multiple JSX-based UI frameworks are being used without either the `include` or `exclude` property being set on the integration. + ## 5.0.4 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 41e2b29e5..16fd6e7f9 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "5.0.4", + "version": "5.0.5", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", |