diff options
author | 2022-07-26 06:58:38 -0700 | |
---|---|---|
committer | 2022-07-26 09:58:38 -0400 | |
commit | d790eabd986decc380088e52a4dcbff246ee736f (patch) | |
tree | f4fb19e33f32cea242349b2813551bc417f00fe9 /packages/integrations/vue | |
parent | c7e117ce32592c9c29d24583baa10009e620bcc4 (diff) | |
download | astro-d790eabd986decc380088e52a4dcbff246ee736f.tar.gz astro-d790eabd986decc380088e52a4dcbff246ee736f.tar.zst astro-d790eabd986decc380088e52a4dcbff246ee736f.zip |
[ci] release (#3972)create-astro@0.14.2astro@1.0.0-rc.1@astrojs/vue@0.5.0@astrojs/vercel@0.3.0@astrojs/tailwind@0.2.5@astrojs/svelte@0.5.0@astrojs/sitemap@0.3.0@astrojs/prefetch@0.0.6@astrojs/partytown@0.1.9@astrojs/node@0.2.0@astrojs/netlify@0.5.0@astrojs/mdx@0.3.0@astrojs/markdown-remark@0.13.0@astrojs/markdown-component@0.2.0@astrojs/lit@0.3.2@astrojs/image@0.2.0@astrojs/deno@0.2.0@astrojs/cloudflare@0.3.0
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 91c56d629..5aac294d7 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 0.5.0 + +### Minor Changes + +- [#3570](https://github.com/withastro/astro/pull/3570) [`04070c0c1`](https://github.com/withastro/astro/commit/04070c0c12c00a3e17842ce48e36edc3f2c890a3) Thanks [@matthewp](https://github.com/matthewp)! - Bump to Vite 3! + ## 0.4.1 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 0c694f683..74a4118e9 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "0.4.1", + "version": "0.5.0", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", |