Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yunsii committed Apr 7, 2021
1 parent 841e743 commit fa884c2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.3.2",
"version": "0.3.3",
"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.3.2",
"version": "0.3.3",
"description": "@vitjs/core",
"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.3.2",
"version": "0.3.3",
"description": "@vitjs/types",
"keywords": [
"vit"
Expand All @@ -25,6 +25,6 @@
"url": "https://github.com/vitjs/vit/issues"
},
"dependencies": {
"@vitjs/core": "^0.3.2"
"@vitjs/core": "^0.3.3"
}
}
6 changes: 3 additions & 3 deletions packages/vit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitjs/vit",
"version": "0.3.2",
"version": "0.3.3",
"description": "@vitjs/vit",
"keywords": [
"vit"
Expand Down Expand Up @@ -33,9 +33,9 @@
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@vitjs/core": "^0.3.2",
"@vitjs/core": "^0.3.3",
"@vitjs/runtime": "^0.3.1",
"@vitjs/types": "^0.3.2",
"@vitjs/types": "^0.3.3",
"chokidar": "^3.5.1",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
Expand Down

0 comments on commit fa884c2

Please sign in to comment.