Skip to content

Commit

Permalink
v2.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
puncsky committed Jan 31, 2021
1 parent f8d5469 commit 9c6755d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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.7"
"version": "2.6.8"
}
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.7",
"version": "2.6.8",
"description": "field_description",
"files": [
"lib",
Expand Down Expand Up @@ -101,8 +101,8 @@
"husky": "4.3.6",
"koa": "^2.13.0",
"nyc": "13.3.0",
"onefx": "^2.6.6",
"onefx-auth": "^2.6.7",
"onefx": "^2.6.8",
"onefx-auth": "^2.6.8",
"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.7",
"version": "2.6.8",
"description": "field_description",
"files": [
"lib",
Expand Down Expand Up @@ -105,9 +105,9 @@
"is-browser": "^2.1.0",
"koa": "^2.13.0",
"nyc": "13.3.0",
"onefx": "^2.6.6",
"onefx-auth": "^2.6.7",
"onefx-common-components": "^2.6.7",
"onefx": "^2.6.8",
"onefx-auth": "^2.6.8",
"onefx-common-components": "^2.6.8",
"prettier": "1.19.1",
"pretty-quick": "1.11.1",
"react": "16.13.1",
Expand Down
6 changes: 3 additions & 3 deletions 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.6.7",
"version": "2.6.8",
"description": "field_description",
"files": [
"lib",
Expand Down Expand Up @@ -62,10 +62,10 @@
"devDependencies": {
"@babel/cli": "7.12.10",
"@babel/core": "7.12.10",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/preset-env": "7.12.11",
"@babel/preset-typescript": "7.12.7",
"@babel/register": "7.12.10",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@puncsky/eslint-config-onefx": "^2.6.6",
"@types/koa": "^2.11.4",
"@types/mongoose": "^5.7.36",
Expand All @@ -85,7 +85,7 @@
"koa": "^2.13.0",
"mongoose": "^5.10.6",
"nyc": "14.1.1",
"onefx": "^2.6.6",
"onefx": "^2.6.8",
"prettier": "1.19.1",
"pretty-quick": "2.0.2",
"ts-node": "8.10.2",
Expand Down
4 changes: 2 additions & 2 deletions 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.6",
"version": "2.6.8",
"description": "OneFx Web Server that empowers the full-stack development.",
"files": [
"lib",
Expand Down Expand Up @@ -65,13 +65,13 @@
"devDependencies": {
"@babel/cli": "7.12.10",
"@babel/core": "7.12.10",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.12.11",
"@babel/preset-react": "7.12.10",
"@babel/preset-typescript": "7.12.7",
"@babel/register": "7.12.10",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@puncsky/eslint-config-onefx": "^2.6.6",
"@puncsky/eslint-config-onefx-react": "^2.6.4",
"@types/deep-extend": "0.4.31",
Expand Down

0 comments on commit 9c6755d

Please sign in to comment.