Skip to content

Commit

Permalink
chore: release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
so1ve committed Mar 28, 2024
1 parent c89076c commit a569889
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.5.0",
"version": "0.6.0",
"packageManager": "[email protected]",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue.ts/common",
"version": "0.5.0",
"version": "0.6.0",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"description": "",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/complex-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue.ts/complex-types",
"version": "0.5.0",
"version": "0.6.0",
"author": "Ray <[email protected]> (@so1ve)",
"description": "Resolve complex types in Vue SFCs.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/language/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue.ts/language",
"version": "0.5.0",
"version": "0.6.0",
"author": "Ray <[email protected]> (https://github.com/so1ve)",
"description": "Vue 3 Language Helper",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/tsx-auto-props/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue.ts/tsx-auto-props",
"version": "0.5.0",
"version": "0.6.0",
"author": "Ray <[email protected]> (@so1ve)",
"description": "Automatically add props definition for Vue 3 TSX.",
"keywords": [
Expand Down

0 comments on commit a569889

Please sign in to comment.