Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
bump to v0.4.0 (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut authored Apr 10, 2019
1 parent 44d78b0 commit 6184a29
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "0.3.0"
}
"version": "0.4.0"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fether",
"description": "Fether Wallet",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"author": "Parity Team <admin@parity.io>",
"maintainers": [
Expand Down Expand Up @@ -79,4 +79,4 @@
"ts-node": "^8.0.3",
"typescript": "^3.3.4000"
}
}
}
6 changes: 3 additions & 3 deletions packages/fether-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fether",
"description": "Fether Wallet",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"author": "Parity Team <admin@parity.io>",
"maintainers": [
Expand Down Expand Up @@ -47,7 +47,7 @@
"commander-remaining-args": "^1.2.0",
"electron-positioner": "^4.1.0",
"electron-settings": "^3.2.0",
"fether-react": "^0.3.0",
"fether-react": "^0.4.0",
"pino": "^4.16.1",
"pino-multi-stream": "^3.1.2",
"source-map-support": "^0.5.10",
Expand All @@ -62,4 +62,4 @@
"webpack": "^4.29.1",
"webpack-build-notifier": "^0.1.30"
}
}
}
6 changes: 3 additions & 3 deletions packages/fether-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fether-react",
"description": "Fether Wallet",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"author": "Parity Team <admin@parity.io>",
"maintainers": [
Expand Down Expand Up @@ -50,7 +50,7 @@
"ethereumjs-tx": "^1.3.7",
"ethereumjs-util": "^6.0.0",
"ethereumjs-wallet": "^0.6.2",
"fether-ui": "^0.3.0",
"fether-ui": "^0.4.0",
"file-saver": "^2.0.0",
"final-form": "^4.8.3",
"final-form-calculate": "^1.2.1",
Expand Down Expand Up @@ -85,4 +85,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}
4 changes: 2 additions & 2 deletions packages/fether-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fether-ui",
"description": "Fether Wallet",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"author": "Parity Team <admin@parity.io>",
"maintainers": [
Expand Down Expand Up @@ -58,4 +58,4 @@
"prop-types": "^15.6.1",
"react": "^16.4.0"
}
}
}

0 comments on commit 6184a29

Please sign in to comment.