diff options
author | 2022-09-06 12:40:15 -0700 | |
---|---|---|
committer | 2022-09-06 15:40:15 -0400 | |
commit | 481e0d1d8ae313714cfbc14e82f6dd248232ee33 (patch) | |
tree | 81cfb6f5f1472c176746e2ade9dd20f31bc84507 /packages/integrations/vue | |
parent | d1d1e0ec1246e9763fd10e986a16648b35b29fa7 (diff) | |
download | astro-481e0d1d8ae313714cfbc14e82f6dd248232ee33.tar.gz astro-481e0d1d8ae313714cfbc14e82f6dd248232ee33.tar.zst astro-481e0d1d8ae313714cfbc14e82f6dd248232ee33.zip |
[ci] release (#4620)astro@1.1.6@astrojs/vue@1.0.1@astrojs/image@0.5.1@astrojs/alpinejs@0.1.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 | 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 7dba68ad0..d896d668c 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 1.0.1 + +### Patch Changes + +- [#4639](https://github.com/withastro/astro/pull/4639) [`f08ca005e`](https://github.com/withastro/astro/commit/f08ca005e28cc7d279535680d5b44495877aa7b6) Thanks [@matthewp](https://github.com/matthewp)! - Mark vueperslides as a default noExternal + ## 1.0.0 ### Major Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index fc9e56d4f..9e4879c46 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "1.0.0", + "version": "1.0.1", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", |