Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
puncsky committed Oct 13, 2020
1 parent 60e6f2a commit 3902645
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 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.7"
"version": "2.5.0"
}
10 changes: 5 additions & 5 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.4.7",
"version": "2.5.0",
"description": "field_description",
"files": [
"lib",
Expand Down Expand Up @@ -67,8 +67,8 @@
"@babel/preset-react": "7.10.4",
"@babel/preset-typescript": "7.10.4",
"@babel/register": "7.11.5",
"@puncsky/eslint-config-onefx": "^2.4.3",
"@puncsky/eslint-config-onefx-react": "^2.4.3",
"@puncsky/eslint-config-onefx": "^2.5.0",
"@puncsky/eslint-config-onefx-react": "^2.5.0",
"@types/koa": "^2.11.4",
"@types/node": "11.15.27",
"@types/react-helmet": "^6.1.0",
Expand Down Expand Up @@ -98,8 +98,8 @@
"husky": "1.3.1",
"koa": "^2.13.0",
"nyc": "13.3.0",
"onefx": "^2.4.3",
"onefx-auth": "^2.4.3",
"onefx": "^2.5.0",
"onefx-auth": "^2.5.0",
"prettier": "1.19.1",
"pretty-quick": "1.11.1",
"react": "16.13.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-onefx-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@puncsky/eslint-config-onefx-react",
"version": "2.4.3",
"version": "2.5.0",
"description": "lint rules for onefx projects",
"main": "index.js",
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-onefx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@puncsky/eslint-config-onefx",
"version": "2.4.3",
"version": "2.5.0",
"description": "lint rules for onefx projects",
"main": "index.js",
"scripts": {
Expand Down
12 changes: 6 additions & 6 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.7",
"version": "2.5.0",
"description": "field_description",
"files": [
"lib",
Expand Down Expand Up @@ -67,8 +67,8 @@
"@babel/preset-react": "7.10.4",
"@babel/preset-typescript": "7.10.4",
"@babel/register": "7.11.5",
"@puncsky/eslint-config-onefx": "^2.4.3",
"@puncsky/eslint-config-onefx-react": "^2.4.3",
"@puncsky/eslint-config-onefx": "^2.5.0",
"@puncsky/eslint-config-onefx-react": "^2.5.0",
"@types/axios": "^0.14.0",
"@types/form-serialize": "^0.7.1",
"@types/koa": "^2.11.4",
Expand Down Expand Up @@ -103,9 +103,9 @@
"is-browser": "^2.1.0",
"koa": "^2.13.0",
"nyc": "13.3.0",
"onefx": "^2.4.3",
"onefx-auth": "^2.4.3",
"onefx-common-components": "^2.4.7",
"onefx": "^2.5.0",
"onefx-auth": "^2.5.0",
"onefx-common-components": "^2.5.0",
"prettier": "1.19.1",
"pretty-quick": "1.11.1",
"react": "16.13.1",
Expand Down
4 changes: 2 additions & 2 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.4.3",
"version": "2.5.0",
"description": "field_description",
"files": [
"lib",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@babel/preset-env": "7.11.5",
"@babel/preset-typescript": "7.10.4",
"@babel/register": "7.11.5",
"@puncsky/eslint-config-onefx": "^2.4.3",
"@puncsky/eslint-config-onefx": "^2.5.0",
"@types/koa": "^2.11.4",
"@types/mongoose": "^5.7.36",
"@types/node": "11.15.27",
Expand Down
6 changes: 3 additions & 3 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.4.3",
"version": "2.5.0",
"description": "OneFx Web Server that empowers the full-stack development.",
"files": [
"lib",
Expand Down Expand Up @@ -71,8 +71,8 @@
"@babel/preset-react": "7.10.4",
"@babel/preset-typescript": "7.10.4",
"@babel/register": "7.11.5",
"@puncsky/eslint-config-onefx": "^2.4.3",
"@puncsky/eslint-config-onefx-react": "^2.4.3",
"@puncsky/eslint-config-onefx": "^2.5.0",
"@puncsky/eslint-config-onefx-react": "^2.5.0",
"@types/deep-extend": "0.4.31",
"@types/dottie": "2.0.3",
"@types/json-stringify-safe": "5.0.0",
Expand Down

0 comments on commit 3902645

Please sign in to comment.