summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2023-01-03 14:23:30 -0800
committerGravatar GitHub <noreply@github.com> 2023-01-03 17:23:30 -0500
commit2ba3bd9c160905db54bdf385e7349d4b2163ab00 (patch)
treecdbc50d57a26bf4502bf0c23151f12e1b1f03448 /packages/integrations/vue
parent0ac87f0836c67804608af86980ff882021014336 (diff)
downloadastro-2ba3bd9c160905db54bdf385e7349d4b2163ab00.tar.gz
astro-2ba3bd9c160905db54bdf385e7349d4b2163ab00.tar.zst
astro-2ba3bd9c160905db54bdf385e7349d4b2163ab00.zip
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.md6
-rw-r--r--packages/integrations/vue/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md
index 7c25352b3..a1e203656 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vue
+## 2.0.0-beta.0
+
+### Major Changes
+
+- [#5685](https://github.com/withastro/astro/pull/5685) [`f6cf92b48`](https://github.com/withastro/astro/commit/f6cf92b48317a19a3840ad781b77d6d3cae143bb) Thanks [@bluwy](https://github.com/bluwy)! - Upgrade to Vite 4. Please see its [migration guide](https://vitejs.dev/guide/migration.html) for more information.
+
## 1.2.2
### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 2df134a8f..cbff543fb 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "1.2.2",
+ "version": "2.0.0-beta.0",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",