diff options
author | 2023-12-11 03:57:19 -0800 | |
---|---|---|
committer | 2023-12-11 11:57:19 +0000 | |
commit | f47b85ce6fd11bf6a0e7db975069363f021be1ae (patch) | |
tree | b7c727743d54e30508e55c758df87dfcb79c9a65 /packages/integrations/vue | |
parent | d656797fced1f906a3a2ebdee74ae25588318fd4 (diff) | |
download | astro-f47b85ce6fd11bf6a0e7db975069363f021be1ae.tar.gz astro-f47b85ce6fd11bf6a0e7db975069363f021be1ae.tar.zst astro-f47b85ce6fd11bf6a0e7db975069363f021be1ae.zip |
[ci] release (#9365)astro@4.0.4@astrojs/vue@4.0.3@astrojs/vercel@6.0.2@astrojs/svelte@5.0.1@astrojs/node@7.0.1@astrojs/mdx@2.0.1@astrojs/markdown-remark@4.0.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 16b28bec6..8377a7e84 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 4.0.3 + +### Patch Changes + +- [#9366](https://github.com/withastro/astro/pull/9366) [`1b4e91898`](https://github.com/withastro/astro/commit/1b4e91898116f75b02b66ec402385cf44e559118) Thanks [@lilnasy](https://github.com/lilnasy)! - Updates NPM package to refer to the stable Astro version instead of a beta. + ## 4.0.2 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 122679589..5435447d9 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "4.0.2", + "version": "4.0.3", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", |