Skip to content

Commit

Permalink
v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
puncsky committed Jan 20, 2021
1 parent 2ce3f58 commit 6124642
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.6.0"
"version": "2.6.1"
}
6 changes: 3 additions & 3 deletions 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.6.0",
"version": "2.6.1",
"description": "field_description",
"files": [
"lib",
Expand Down Expand Up @@ -98,8 +98,8 @@
"husky": "4.3.6",
"koa": "^2.13.0",
"nyc": "13.3.0",
"onefx": "^2.6.0",
"onefx-auth": "^2.5.0",
"onefx": "^2.6.1",
"onefx-auth": "^2.6.1",
"prettier": "1.19.1",
"pretty-quick": "1.11.1",
"react": "16.13.1",
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.6.0",
"version": "2.6.1",
"description": "field_description",
"files": [
"lib",
Expand Down Expand Up @@ -103,9 +103,9 @@
"is-browser": "^2.1.0",
"koa": "^2.13.0",
"nyc": "13.3.0",
"onefx": "^2.6.0",
"onefx-auth": "^2.5.0",
"onefx-common-components": "^2.6.0",
"onefx": "^2.6.1",
"onefx-auth": "^2.6.1",
"onefx-common-components": "^2.6.1",
"prettier": "1.19.1",
"pretty-quick": "1.11.1",
"react": "16.13.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/onefx-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "onefx-auth",
"license": "MIT",
"version": "2.5.0",
"version": "2.6.1",
"description": "field_description",
"files": [
"lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "onefx",
"license": "MIT",
"version": "2.6.0",
"version": "2.6.1",
"description": "OneFx Web Server that empowers the full-stack development.",
"files": [
"lib",
Expand Down

0 comments on commit 6124642

Please sign in to comment.