Skip to content

Commit

Permalink
v2.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
puncsky committed Sep 22, 2020
1 parent c1e4eeb commit 9cdc44d
Show file tree
Hide file tree
Showing 3 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
@@ -1,4 +1,4 @@
{
"packages": ["packages/*"],
"version": "2.4.6"
"version": "2.4.7"
}
2 changes: 1 addition & 1 deletion packages/common-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "onefx-common-components",
"license": "MIT",
"version": "2.4.6",
"version": "2.4.7",
"description": "field_description",
"files": [
"lib",
Expand Down
8 changes: 4 additions & 4 deletions packages/onefx-auth-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "onefx-auth-provider",
"license": "MIT",
"version": "2.4.6",
"version": "2.4.7",
"description": "field_description",
"files": [
"lib",
Expand Down Expand Up @@ -105,7 +105,7 @@
"nyc": "13.3.0",
"onefx": "^2.4.3",
"onefx-auth": "^2.4.3",
"onefx-common-components": "^2.4.6",
"onefx-common-components": "^2.4.7",
"prettier": "1.19.1",
"pretty-quick": "1.11.1",
"react": "16.13.1",
Expand Down Expand Up @@ -143,8 +143,8 @@
"onefx-common-components": "^2.4.3",
"react": "^16.8.6",
"react-redux": "^7.2.1",
"styletron-engine-atomic": "^1.1.0",
"safe-json-globals": "^2.1.0"
"safe-json-globals": "^2.1.0",
"styletron-engine-atomic": "^1.1.0"
},
"dependencies": {
"@types/validator": "^13.1.0",
Expand Down

0 comments on commit 9cdc44d

Please sign in to comment.