Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sixwinds committed Dec 16, 2019
1 parent d5afa5d commit fc710e3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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": "1.1.1",
"version": "1.1.2",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@just-utils/all",
"version": "1.1.1",
"version": "1.1.2",
"description": "Some commonly used utils in daily business code development",
"main": "index.js",
"module": "es/index.js",
Expand All @@ -15,8 +15,8 @@
"author": "Bernie Wang <bernie.wangbj@gmail.com>",
"license": "MIT",
"dependencies": {
"@just-utils/apisender": "^1.1.1",
"@just-utils/simpledateformat": "^1.1.1"
"@just-utils/apisender": "^1.1.2",
"@just-utils/simpledateformat": "^1.1.2"
},
"files": [
"es",
Expand Down
2 changes: 1 addition & 1 deletion packages/apiSender/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@just-utils/apisender",
"version": "1.1.1",
"version": "1.1.2",
"description": "fetch wrapper",
"main": "index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/simpleDateFormat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@just-utils/simpledateformat",
"version": "1.1.1",
"version": "1.1.2",
"description": "date formatter",
"main": "index.js",
"module": "es/index.js",
Expand Down

0 comments on commit fc710e3

Please sign in to comment.