Skip to content

Commit 9c6755d

Browse files
committed
v2.6.8
1 parent f8d5469 commit 9c6755d

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "2.6.7"
3+
"version": "2.6.8"
44
}

packages/common-components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "onefx-common-components",
33
"license": "MIT",
4-
"version": "2.6.7",
4+
"version": "2.6.8",
55
"description": "field_description",
66
"files": [
77
"lib",
@@ -101,8 +101,8 @@
101101
"husky": "4.3.6",
102102
"koa": "^2.13.0",
103103
"nyc": "13.3.0",
104-
"onefx": "^2.6.6",
105-
"onefx-auth": "^2.6.7",
104+
"onefx": "^2.6.8",
105+
"onefx-auth": "^2.6.8",
106106
"prettier": "1.19.1",
107107
"pretty-quick": "1.11.1",
108108
"react": "16.13.1",

packages/onefx-auth-provider/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "onefx-auth-provider",
33
"license": "MIT",
4-
"version": "2.6.7",
4+
"version": "2.6.8",
55
"description": "field_description",
66
"files": [
77
"lib",
@@ -105,9 +105,9 @@
105105
"is-browser": "^2.1.0",
106106
"koa": "^2.13.0",
107107
"nyc": "13.3.0",
108-
"onefx": "^2.6.6",
109-
"onefx-auth": "^2.6.7",
110-
"onefx-common-components": "^2.6.7",
108+
"onefx": "^2.6.8",
109+
"onefx-auth": "^2.6.8",
110+
"onefx-common-components": "^2.6.8",
111111
"prettier": "1.19.1",
112112
"pretty-quick": "1.11.1",
113113
"react": "16.13.1",

packages/onefx-auth/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "onefx-auth",
33
"license": "MIT",
4-
"version": "2.6.7",
4+
"version": "2.6.8",
55
"description": "field_description",
66
"files": [
77
"lib",
@@ -62,10 +62,10 @@
6262
"devDependencies": {
6363
"@babel/cli": "7.12.10",
6464
"@babel/core": "7.12.10",
65+
"@babel/plugin-proposal-class-properties": "7.10.4",
6566
"@babel/preset-env": "7.12.11",
6667
"@babel/preset-typescript": "7.12.7",
6768
"@babel/register": "7.12.10",
68-
"@babel/plugin-proposal-class-properties": "7.10.4",
6969
"@puncsky/eslint-config-onefx": "^2.6.6",
7070
"@types/koa": "^2.11.4",
7171
"@types/mongoose": "^5.7.36",
@@ -85,7 +85,7 @@
8585
"koa": "^2.13.0",
8686
"mongoose": "^5.10.6",
8787
"nyc": "14.1.1",
88-
"onefx": "^2.6.6",
88+
"onefx": "^2.6.8",
8989
"prettier": "1.19.1",
9090
"pretty-quick": "2.0.2",
9191
"ts-node": "8.10.2",

packages/web-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "onefx",
33
"license": "MIT",
4-
"version": "2.6.6",
4+
"version": "2.6.8",
55
"description": "OneFx Web Server that empowers the full-stack development.",
66
"files": [
77
"lib",
@@ -65,13 +65,13 @@
6565
"devDependencies": {
6666
"@babel/cli": "7.12.10",
6767
"@babel/core": "7.12.10",
68+
"@babel/plugin-proposal-class-properties": "7.10.4",
6869
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
6970
"@babel/polyfill": "7.12.1",
7071
"@babel/preset-env": "7.12.11",
7172
"@babel/preset-react": "7.12.10",
7273
"@babel/preset-typescript": "7.12.7",
7374
"@babel/register": "7.12.10",
74-
"@babel/plugin-proposal-class-properties": "7.10.4",
7575
"@puncsky/eslint-config-onefx": "^2.6.6",
7676
"@puncsky/eslint-config-onefx-react": "^2.6.4",
7777
"@types/deep-extend": "0.4.31",

0 commit comments

Comments
 (0)