Skip to content

Commit

Permalink
refactor: 💡 update version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lenconda committed Aug 27, 2021
1 parent fa3b237 commit fa03dcd
Show file tree
Hide file tree
Showing 18 changed files with 900 additions and 602 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "3.0.1"
"version": "4.0.0"
}
195 changes: 183 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"docs:build": "dumi build",
"docs:deploy": "node scripts/docs.js",
"checksum": "node scripts/check.js",
"publish": "node scripts/publish.js"
"publish": "node scripts/publish.js",
"clean": "node scripts/clean.js"
},
"devDependencies": {
"@types/jest": "^26.0.23",
Expand All @@ -30,6 +31,8 @@
"dumi": "^1.1.22",
"eslint": "^7.28.0",
"eslint-config-alloy": "^4.1.0",
"fs-extra": "^10.0.0",
"glob": "^7.1.7",
"jest": "^27.0.4",
"lerna": "^4.0.0",
"md5-file": "^5.0.0",
Expand Down
Loading

0 comments on commit fa03dcd

Please sign in to comment.