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

Commit 89b5ed7

Browse files
author
Travis CI User
committed
[ci skip] Publish v3.0.21
1 parent 182f719 commit 89b5ed7

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"packages/*"
66
],
77
"useWorkspaces": true,
8-
"version": "3.0.20"
8+
"version": "3.0.21"
99
}

packages/abi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@parity/abi",
33
"description": "Ethereum ABI encoder and decoder",
4-
"version": "3.0.20",
4+
"version": "3.0.21",
55
"author": "Parity Team <[email protected]>",
66
"license": "MIT",
77
"repository": "https://github.com/paritytech/js-libs/tree/master/packages/abi",

packages/api/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@parity/api",
33
"description": "The Parity Promise-based API library for interfacing with Ethereum over RPC",
4-
"version": "3.0.20",
4+
"version": "3.0.21",
55
"author": "Parity Team <[email protected]>",
66
"license": "MIT",
77
"repository": "https://github.com/paritytech/js-libs/tree/master/packages/api",
@@ -38,7 +38,7 @@
3838
"ts-node": "^7.0.1"
3939
},
4040
"dependencies": {
41-
"@parity/abi": "^3.0.20",
41+
"@parity/abi": "^3.0.21",
4242
"bignumber.js": "^8.0.1",
4343
"blockies": "0.0.2",
4444
"es6-error": "4.0.2",

packages/contracts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@parity/contracts",
33
"description": "Parity's contracts as ES6 classes.",
4-
"version": "3.0.20",
4+
"version": "3.0.21",
55
"author": "Parity Team <[email protected]>",
66
"license": "MIT",
77
"repository": "https://github.com/paritytech/js-libs/tree/master/packages/contracts",
@@ -22,8 +22,8 @@
2222
"test": "jest"
2323
},
2424
"dependencies": {
25-
"@parity/abi": "^3.0.20",
26-
"@parity/api": "^3.0.20",
25+
"@parity/abi": "^3.0.21",
26+
"@parity/api": "^3.0.21",
2727
"bignumber.js": "^8.0.1"
2828
}
2929
}

packages/light.js-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@parity/light.js-react",
33
"description": "A HOC to easily use @parity/light.js with React.",
4-
"version": "3.0.20",
4+
"version": "3.0.21",
55
"author": "Parity Team <[email protected]>",
66
"license": "MIT",
77
"repository": "https://github.com/paritytech/js-libs/tree/master/packages/light.js-react",
@@ -30,7 +30,7 @@
3030
"symbol-observable": "^1.2.0"
3131
},
3232
"devDependencies": {
33-
"@parity/light.js": "^3.0.20",
33+
"@parity/light.js": "^3.0.21",
3434
"@types/enzyme": "^3.1.13",
3535
"@types/enzyme-adapter-react-16": "^1.0.3",
3636
"@types/recompose": "^0.26.4",

packages/light.js/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@parity/light.js",
33
"description": "A high-level reactive JS library optimized for light clients",
4-
"version": "3.0.20",
4+
"version": "3.0.21",
55
"author": "Parity Team <[email protected]>",
66
"license": "MIT",
77
"repository": "https://github.com/paritytech/js-libs/tree/master/packages/light.js",
@@ -26,8 +26,8 @@
2626
"test": "jest"
2727
},
2828
"dependencies": {
29-
"@parity/abi": "^3.0.20",
30-
"@parity/api": "^3.0.20",
29+
"@parity/abi": "^3.0.21",
30+
"@parity/api": "^3.0.21",
3131
"async-retry": "^1.2.3",
3232
"bignumber.js": "^8.0.1",
3333
"debug": "^4.1.0",

0 commit comments

Comments
 (0)