Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxue.luoxue committed Dec 25, 2020
1 parent 92de210 commit 5d7d4e2
Show file tree
Hide file tree
Showing 4 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
@@ -1,7 +1,7 @@
{
"npmClient": "npm",
"useWorkspaces": true,
"version": "1.2.18",
"version": "1.3.0",
"packages": [
"packages/packages-cli"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkb/cli",
"version": "1.2.19",
"version": "1.3.0",
"bin": {
"pk": "bin/index.js"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkb/tools",
"version": "1.2.19",
"version": "1.3.0",
"bin": {
"tls": "bin/index.js"
},
Expand Down

0 comments on commit 5d7d4e2

Please sign in to comment.