diff options
author | 2023-01-30 09:38:31 -0800 | |
---|---|---|
committer | 2023-01-30 12:38:31 -0500 | |
commit | d9787a6ff696fd1198d16226277e0662c3a2cb8c (patch) | |
tree | ca1313ff4646ef3de06125014bb62eef1a076f60 /packages/integrations/vue/package.json | |
parent | e779c6242418d1d4102e683ca5b851b764c89688 (diff) | |
download | astro-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/package.json')
-rw-r--r-- | packages/integrations/vue/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
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" |