Skip to content

Commit 3902645

Browse files
committed
v2.5.0
1 parent 60e6f2a commit 3902645

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
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.4.7"
3+
"version": "2.5.0"
44
}

packages/common-components/package.json

Lines changed: 5 additions & 5 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.4.7",
4+
"version": "2.5.0",
55
"description": "field_description",
66
"files": [
77
"lib",
@@ -67,8 +67,8 @@
6767
"@babel/preset-react": "7.10.4",
6868
"@babel/preset-typescript": "7.10.4",
6969
"@babel/register": "7.11.5",
70-
"@puncsky/eslint-config-onefx": "^2.4.3",
71-
"@puncsky/eslint-config-onefx-react": "^2.4.3",
70+
"@puncsky/eslint-config-onefx": "^2.5.0",
71+
"@puncsky/eslint-config-onefx-react": "^2.5.0",
7272
"@types/koa": "^2.11.4",
7373
"@types/node": "11.15.27",
7474
"@types/react-helmet": "^6.1.0",
@@ -98,8 +98,8 @@
9898
"husky": "1.3.1",
9999
"koa": "^2.13.0",
100100
"nyc": "13.3.0",
101-
"onefx": "^2.4.3",
102-
"onefx-auth": "^2.4.3",
101+
"onefx": "^2.5.0",
102+
"onefx-auth": "^2.5.0",
103103
"prettier": "1.19.1",
104104
"pretty-quick": "1.11.1",
105105
"react": "16.13.1",

packages/eslint-config-onefx-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@puncsky/eslint-config-onefx-react",
3-
"version": "2.4.3",
3+
"version": "2.5.0",
44
"description": "lint rules for onefx projects",
55
"main": "index.js",
66
"peerDependencies": {

packages/eslint-config-onefx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@puncsky/eslint-config-onefx",
3-
"version": "2.4.3",
3+
"version": "2.5.0",
44
"description": "lint rules for onefx projects",
55
"main": "index.js",
66
"scripts": {

packages/onefx-auth-provider/package.json

Lines changed: 6 additions & 6 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.4.7",
4+
"version": "2.5.0",
55
"description": "field_description",
66
"files": [
77
"lib",
@@ -67,8 +67,8 @@
6767
"@babel/preset-react": "7.10.4",
6868
"@babel/preset-typescript": "7.10.4",
6969
"@babel/register": "7.11.5",
70-
"@puncsky/eslint-config-onefx": "^2.4.3",
71-
"@puncsky/eslint-config-onefx-react": "^2.4.3",
70+
"@puncsky/eslint-config-onefx": "^2.5.0",
71+
"@puncsky/eslint-config-onefx-react": "^2.5.0",
7272
"@types/axios": "^0.14.0",
7373
"@types/form-serialize": "^0.7.1",
7474
"@types/koa": "^2.11.4",
@@ -103,9 +103,9 @@
103103
"is-browser": "^2.1.0",
104104
"koa": "^2.13.0",
105105
"nyc": "13.3.0",
106-
"onefx": "^2.4.3",
107-
"onefx-auth": "^2.4.3",
108-
"onefx-common-components": "^2.4.7",
106+
"onefx": "^2.5.0",
107+
"onefx-auth": "^2.5.0",
108+
"onefx-common-components": "^2.5.0",
109109
"prettier": "1.19.1",
110110
"pretty-quick": "1.11.1",
111111
"react": "16.13.1",

packages/onefx-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "onefx-auth",
33
"license": "MIT",
4-
"version": "2.4.3",
4+
"version": "2.5.0",
55
"description": "field_description",
66
"files": [
77
"lib",
@@ -65,7 +65,7 @@
6565
"@babel/preset-env": "7.11.5",
6666
"@babel/preset-typescript": "7.10.4",
6767
"@babel/register": "7.11.5",
68-
"@puncsky/eslint-config-onefx": "^2.4.3",
68+
"@puncsky/eslint-config-onefx": "^2.5.0",
6969
"@types/koa": "^2.11.4",
7070
"@types/mongoose": "^5.7.36",
7171
"@types/node": "11.15.27",

packages/web-server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "onefx",
33
"license": "MIT",
4-
"version": "2.4.3",
4+
"version": "2.5.0",
55
"description": "OneFx Web Server that empowers the full-stack development.",
66
"files": [
77
"lib",
@@ -71,8 +71,8 @@
7171
"@babel/preset-react": "7.10.4",
7272
"@babel/preset-typescript": "7.10.4",
7373
"@babel/register": "7.11.5",
74-
"@puncsky/eslint-config-onefx": "^2.4.3",
75-
"@puncsky/eslint-config-onefx-react": "^2.4.3",
74+
"@puncsky/eslint-config-onefx": "^2.5.0",
75+
"@puncsky/eslint-config-onefx-react": "^2.5.0",
7676
"@types/deep-extend": "0.4.31",
7777
"@types/dottie": "2.0.3",
7878
"@types/json-stringify-safe": "5.0.0",

0 commit comments

Comments
 (0)