Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yunsii committed Apr 5, 2021
1 parent 5c07109 commit b9a9bfd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0",
"version": "0.3.1",
"command": {
"version": {
"allowBranch": "master"
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.3.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"description": "@vitjs/vit",
"keywords": [
"vit"
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@vitjs/core": "^0.3.0",
"@vitjs/runtime": "^0.3.0",
"@vitjs/runtime": "^0.3.1",
"@vitjs/types": "^0.3.0",
"chokidar": "^3.5.1",
"lodash": "^4.17.21",
Expand Down

0 comments on commit b9a9bfd

Please sign in to comment.