Skip to content

Commit a569889

Browse files
committed
chore: release v0.6.0
1 parent c89076c commit a569889

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"packageManager": "[email protected]",
55
"type": "module",
66
"scripts": {

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue.ts/common",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"author": "Ray <[email protected]> (https://github.com/so1ve)",
55
"description": "",
66
"keywords": [],

packages/complex-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue.ts/complex-types",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"author": "Ray <[email protected]> (@so1ve)",
55
"description": "Resolve complex types in Vue SFCs.",
66
"keywords": [

packages/language/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue.ts/language",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"author": "Ray <[email protected]> (https://github.com/so1ve)",
55
"description": "Vue 3 Language Helper",
66
"keywords": [

packages/tsx-auto-props/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue.ts/tsx-auto-props",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"author": "Ray <[email protected]> (@so1ve)",
55
"description": "Automatically add props definition for Vue 3 TSX.",
66
"keywords": [

0 commit comments

Comments
 (0)