summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-01-30 09:38:31 -0800
committerGravatar GitHub <noreply@github.com> 2023-01-30 12:38:31 -0500
commitd9787a6ff696fd1198d16226277e0662c3a2cb8c (patch)
treeca1313ff4646ef3de06125014bb62eef1a076f60 /packages/integrations/vue
parente779c6242418d1d4102e683ca5b851b764c89688 (diff)
downloadastro-d9787a6ff696fd1198d16226277e0662c3a2cb8c.tar.gz
astro-d9787a6ff696fd1198d16226277e0662c3a2cb8c.tar.zst
astro-d9787a6ff696fd1198d16226277e0662c3a2cb8c.zip
[ci] release (#5995)
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.md9
-rw-r--r--packages/integrations/vue/package.json4
2 files changed, 11 insertions, 2 deletions
diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md
index 498971c85..19247014f 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,14 @@
# @astrojs/vue
+## 2.0.1
+
+### Patch Changes
+
+- [#5478](https://github.com/withastro/astro/pull/5478) [`1c7eef308`](https://github.com/withastro/astro/commit/1c7eef308e808aa5ed4662b53e67ec8d1b814d1f) Thanks [@nemo0](https://github.com/nemo0)! - Update READMEs for consistency
+
+- Updated dependencies [[`b4432cd6b`](https://github.com/withastro/astro/commit/b4432cd6b65bad685a99fe15867710b0663c13b2), [`98a4a914b`](https://github.com/withastro/astro/commit/98a4a914bc47f3da2764b3bdc01577d25fe2e261), [`071e1dee7`](https://github.com/withastro/astro/commit/071e1dee7e1943be67d1ded39a9af1b7a2aafd02), [`322e059d0`](https://github.com/withastro/astro/commit/322e059d0da9ab0d6a546a111fabda755bd5f1b6), [`b994f6f35`](https://github.com/withastro/astro/commit/b994f6f35e29b2d93ff8ddc281a69c0af3cc3edf), [`12c68343c`](https://github.com/withastro/astro/commit/12c68343c0aa891037d39d3c9b9378b004be6642)]:
+ - astro@2.0.3
+
## 2.0.0
### Major Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index a48d2f5cc..1f84d3e55 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
@@ -51,7 +51,7 @@
},
"peerDependencies": {
"vue": "^3.2.30",
- "astro": "workspace:^2.0.2"
+ "astro": "workspace:^2.0.3"
},
"engines": {
"node": ">=16.12.0"