diff options
author | 2022-05-12 14:48:58 -0600 | |
---|---|---|
committer | 2022-05-12 14:48:58 -0600 | |
commit | cedb9a2105cc673c574668f586879bf94fac0d52 (patch) | |
tree | 76aad62dfb18d14e8ff403180fb5f3b31efa56ac /packages/integrations/vue | |
parent | 4ac792a02dacddb042fb911b90cbfa8f407812b5 (diff) | |
download | astro-cedb9a2105cc673c574668f586879bf94fac0d52.tar.gz astro-cedb9a2105cc673c574668f586879bf94fac0d52.tar.zst astro-cedb9a2105cc673c574668f586879bf94fac0d52.zip |
[ci] release (#3334)create-astro@0.12.1astro@1.0.0-beta.28@astrojs/vue@0.1.4@astrojs/vercel@0.2.0@astrojs/svelte@0.1.3@astrojs/react@0.1.2@astrojs/netlify@0.3.4
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 3e2f0612f..379b72042 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 0.1.4 + +### Patch Changes + +- [#3333](https://github.com/withastro/astro/pull/3333) [`ce6d7982`](https://github.com/withastro/astro/commit/ce6d79828250e9a3631778a37d43068cae04bb4f) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fix a vite peer dependency bug + ## 0.1.3 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 6d55f72eb..65db54dbc 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "0.1.3", + "version": "0.1.4", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", |