diff options
author | 2024-09-24 02:10:24 -0700 | |
---|---|---|
committer | 2024-09-24 11:10:24 +0200 | |
commit | 7968eabcfca13396fc1884f802d5683ae18a4a15 (patch) | |
tree | 04ce3bc10fb27290ed4a96c8a1a767626d8ad2df /packages/integrations/vue | |
parent | d1e5977533dc0be0c14994beaa2e7a5fdcd31f1d (diff) | |
download | astro-7968eabcfca13396fc1884f802d5683ae18a4a15.tar.gz astro-7968eabcfca13396fc1884f802d5683ae18a4a15.tar.zst astro-7968eabcfca13396fc1884f802d5683ae18a4a15.zip |
[ci] release (beta) (#12017)astro@5.0.0-beta.2@astrojs/vue@5.0.0-beta.0@astrojs/svelte@6.0.0-beta.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 a6fbc1ca6..453aa2ecc 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vue +## 5.0.0-beta.0 + +### Major Changes + +- [#12060](https://github.com/withastro/astro/pull/12060) [`cb5d3ae`](https://github.com/withastro/astro/commit/cb5d3ae6ee6af646c9d7d46a9d8f551edac3092e) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updates peer dependency range to support Astro 5 + ## 5.0.0-alpha.0 ### Patch Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index eb723f8fb..8b78c2a98 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "4.5.1", + "version": "5.0.0-beta.0", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", |