diff options
author | 2022-03-25 17:00:49 -0500 | |
---|---|---|
committer | 2022-03-25 17:00:49 -0500 | |
commit | 109693bb0594ec2bb5ef4f40e01af25eade644bf (patch) | |
tree | 0b8e33b4c5119217fb956e929dbcb6ab6fee9a4b /packages/integrations/vue | |
parent | e232fcda0a625e612624a5090d19e3b4bd0dc4aa (diff) | |
download | astro-109693bb0594ec2bb5ef4f40e01af25eade644bf.tar.gz astro-109693bb0594ec2bb5ef4f40e01af25eade644bf.tar.zst astro-109693bb0594ec2bb5ef4f40e01af25eade644bf.zip |
[ci] release (#2884)create-astro@0.8.0astro@0.25.0@astrojs/vue@0.0.2@astrojs/turbolinks@0.0.2@astrojs/tailwind@0.0.2@astrojs/svelte@0.0.2@astrojs/solid-js@0.0.2@astrojs/sitemap@0.0.2@astrojs/react@0.0.2@astrojs/prism@0.4.1@astrojs/preact@0.0.2@astrojs/partytown@0.0.2@astrojs/node@0.0.2@astrojs/netlify@0.0.2@astrojs/markdown-remark@0.7.0@astrojs/lit@0.0.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 db07324f3..e8ac6f2e0 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/vue +## 0.0.2 + +### Patch Changes + +- [#2885](https://github.com/withastro/astro/pull/2885) [`6b004363`](https://github.com/withastro/astro/commit/6b004363f99f27e581d1e2d53a2ebff39d7afb8a) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add README across Astro built-in integrations + +* [#2847](https://github.com/withastro/astro/pull/2847) [`3b621f7a`](https://github.com/withastro/astro/commit/3b621f7a613b45983b090794fa7c015f23ed6140) Thanks [@tony-sull](https://github.com/tony-sull)! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site + ## 0.0.2-next.0 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index b3a416bf4..e25e2d744 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "0.0.2-next.0", + "version": "0.0.2", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", |