Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yunsii committed Apr 12, 2021
1 parent 836a4e2 commit bf2beec
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.4.7",
"version": "0.5.0",
"command": {
"version": {
"allowBranch": "master"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitjs/core",
"version": "0.4.0",
"version": "0.5.0",
"description": "@vitjs/core",
"keywords": [
"vit"
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitjs/runtime",
"version": "0.4.0",
"version": "0.5.0",
"description": "@vitjs/runtime",
"keywords": [
"vit"
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitjs/types",
"version": "0.4.0",
"version": "0.5.0",
"description": "@vitjs/types",
"keywords": [
"vit"
Expand All @@ -25,6 +25,6 @@
"url": "https://github.com/vitjs/vit/issues"
},
"dependencies": {
"@vitjs/core": "^0.4.0"
"@vitjs/core": "^0.5.0"
}
}
4 changes: 2 additions & 2 deletions packages/vit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitjs/vit",
"version": "0.4.1",
"version": "0.5.0",
"description": "@vitjs/vit",
"keywords": [
"vit"
Expand Down Expand Up @@ -29,6 +29,6 @@
"access": "public"
},
"dependencies": {
"@vitjs/runtime": "^0.4.0"
"@vitjs/runtime": "^0.5.0"
}
}
6 changes: 3 additions & 3 deletions packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitjs/vite-plugin",
"version": "0.4.7",
"version": "0.5.0",
"description": "@vitjs/vite-plugin",
"keywords": [
"vit",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@vitjs/core": "^0.4.0",
"@vitjs/types": "^0.4.0",
"@vitjs/core": "^0.5.0",
"@vitjs/types": "^0.5.0",
"chokidar": "^3.5.1",
"lodash": "^4.17.21",
"mockjs": "^1.1.0",
Expand Down

0 comments on commit bf2beec

Please sign in to comment.