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

Commit dd0b371

Browse files
Tbautamaury1093
authored andcommitted
bump to 0.4.2 and force 2.5.11 (#579)
1 parent 07c0186 commit dd0b371

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/*"
55
],
66
"useWorkspaces": true,
7-
"version": "0.4.1"
7+
"version": "0.4.2"
88
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fether",
33
"description": "Fether Wallet",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"private": true,
66
"author": "Parity Team <[email protected]>",
77
"maintainers": [

packages/fether-electron/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fether",
33
"description": "Fether Wallet",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"private": true,
66
"author": "Parity Team <[email protected]>",
77
"maintainers": [
@@ -27,7 +27,7 @@
2727
],
2828
"homepage": "https://github.com/paritytech/fether",
2929
"parity": {
30-
"version": "~2.5.10"
30+
"version": "~2.5.11"
3131
},
3232
"scripts": {
3333
"prebuild": "copyfiles -u 2 \"../fether-react/build/**/*\" static/ && ./scripts/fixElectronBug.sh",
@@ -46,7 +46,7 @@
4646
"commander": "^2.15.1",
4747
"electron-positioner": "^4.1.0",
4848
"electron-settings": "^3.2.0",
49-
"fether-react": "^0.4.1",
49+
"fether-react": "^0.4.2",
5050
"i18next": "^15.0.4",
5151
"i18next-node-fs-backend": "^2.0.0",
5252
"pino": "^4.16.1",

packages/fether-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fether-react",
33
"description": "Fether Wallet",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"private": true,
66
"author": "Parity Team <[email protected]>",
77
"maintainers": [
@@ -50,7 +50,7 @@
5050
"ethereumjs-tx": "^1.3.7",
5151
"ethereumjs-util": "^6.0.0",
5252
"ethereumjs-wallet": "^0.6.2",
53-
"fether-ui": "^0.4.1",
53+
"fether-ui": "^0.4.2",
5454
"file-saver": "^2.0.0",
5555
"final-form": "^4.8.3",
5656
"final-form-calculate": "^1.2.1",

packages/fether-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fether-ui",
33
"description": "Fether Wallet",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"private": true,
66
"author": "Parity Team <[email protected]>",
77
"maintainers": [

0 commit comments

Comments
 (0)