diff options
author | 2022-04-19 22:45:07 -0700 | |
---|---|---|
committer | 2022-04-19 22:45:07 -0700 | |
commit | fce98d5552dfc70b43c258dd057b651d1c481d84 (patch) | |
tree | 46906529129da49200855877ab16e8d53a7ff364 /packages/integrations/vue | |
parent | 0c6bbee4c95b50e5bd43675296511fbb5b985014 (diff) | |
download | astro-fce98d5552dfc70b43c258dd057b651d1c481d84.tar.gz astro-fce98d5552dfc70b43c258dd057b651d1c481d84.tar.zst astro-fce98d5552dfc70b43c258dd057b651d1c481d84.zip |
[ci] release (#3151)astro@1.0.0-beta.14@astrojs/vue@0.1.3@astrojs/vercel@0.1.3@astrojs/solid-js@0.1.2@astrojs/markdown-remark@0.9.2@astrojs/deno@0.1.1
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 bfe28d3bf..3e2f0612f 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 0.1.3 + +### Patch Changes + +- [`0c6bbee4`](https://github.com/withastro/astro/commit/0c6bbee4c95b50e5bd43675296511fbb5b985014) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Republishing. No changes from v0.1.2. + ## 0.1.2 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 2f38e0170..eeea84265 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "0.1.2", + "version": "0.1.3", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", |