Skip to content

Commit

Permalink
chore: release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
so1ve committed Nov 28, 2023
1 parent 3ba04c0 commit a3248e7
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.4.0",
"version": "0.5.0",
"packageManager": "[email protected]",
"scripts": {
"build": "pnpm -r run build",
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.4.0",
"version": "0.5.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.4.0",
"version": "0.5.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.4.0",
"version": "0.5.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.4.0",
"version": "0.5.0",
"author": "Ray <[email protected]> (@so1ve)",
"description": "Automatically add props definition for Vue 3 TSX.",
"keywords": [
Expand Down

0 comments on commit a3248e7

Please sign in to comment.