Skip to content

Commit

Permalink
v0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yunsii committed Jan 18, 2022
1 parent 239961d commit 1f4eebe
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.6.5",
"version": "0.6.6",
"command": {
"version": {
"allowBranch": "master"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitjs/core",
"version": "0.6.5",
"version": "0.6.6",
"description": "@vitjs/core",
"keywords": [
"vit"
Expand Down Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@types/lodash": "^4.14.168",
"@types/mkdirp": "^1.0.1",
"@vitjs/utils": "^0.6.5"
"@vitjs/utils": "^0.6.6"
},
"gitHead": "3a9f3aab27ee09337490e3d7b3b5bfd2d81683a4"
}
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.6.4",
"version": "0.6.6",
"description": "@vitjs/runtime",
"keywords": [
"vit"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitjs/utils",
"version": "0.6.5",
"version": "0.6.6",
"description": "@vitjs/utils",
"keywords": [
"vit"
Expand Down
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.6.5",
"version": "0.6.6",
"description": "🛠 React application framework inspired by UmiJS.",
"keywords": [
"vit",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@vitjs/core": "^0.6.5",
"@vitjs/utils": "^0.6.5",
"@vitjs/core": "^0.6.6",
"@vitjs/utils": "^0.6.6",
"chokidar": "^3.5.1",
"globby": "^11.0.3",
"lodash": "^4.17.21",
Expand Down

0 comments on commit 1f4eebe

Please sign in to comment.