Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yunsii committed Apr 15, 2021
1 parent d690398 commit 3b2569e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.5.0",
"version": "0.6.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.5.0",
"version": "0.6.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.5.0",
"version": "0.6.0",
"description": "@vitjs/runtime",
"keywords": [
"vit"
Expand Down
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.5.0",
"version": "0.6.0",
"description": "🛠 React application framework inspired by UmiJS.",
"keywords": [
"vit",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@vitjs/core": "^0.5.0",
"@vitjs/core": "^0.6.0",
"chokidar": "^3.5.1",
"lodash": "^4.17.21",
"mockjs": "^1.1.0",
Expand Down

0 comments on commit 3b2569e

Please sign in to comment.