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

Commit

Permalink
[ci skip] Publish v3.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Jan 21, 2019
1 parent 10a661b commit b74d376
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "3.0.29"
"version": "3.0.30"
}
2 changes: 1 addition & 1 deletion packages/abi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@parity/abi",
"description": "Ethereum ABI encoder and decoder",
"version": "3.0.29",
"version": "3.0.30",
"author": "Parity Team <admin@parity.io>",
"license": "MIT",
"repository": "https://github.com/paritytech/js-libs/tree/master/packages/abi",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@parity/api",
"description": "The Parity Promise-based API library for interfacing with Ethereum over RPC",
"version": "3.0.29",
"version": "3.0.30",
"author": "Parity Team <admin@parity.io>",
"license": "MIT",
"repository": "https://github.com/paritytech/js-libs/tree/master/packages/api",
Expand Down Expand Up @@ -39,7 +39,7 @@
"typescript": "^3.1.6"
},
"dependencies": {
"@parity/abi": "^3.0.29",
"@parity/abi": "^3.0.30",
"bignumber.js": "^8.0.1",
"blockies": "0.0.2",
"es6-error": "4.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@parity/contracts",
"description": "Parity's contracts as ES6 classes.",
"version": "3.0.29",
"version": "3.0.30",
"author": "Parity Team <admin@parity.io>",
"license": "MIT",
"repository": "https://github.com/paritytech/js-libs/tree/master/packages/contracts",
Expand All @@ -22,8 +22,8 @@
"test": "jest"
},
"dependencies": {
"@parity/abi": "^3.0.29",
"@parity/api": "^3.0.29",
"@parity/abi": "^3.0.30",
"@parity/api": "^3.0.30",
"bignumber.js": "^8.0.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/light.js-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@parity/light.js-react",
"description": "A HOC to easily use @parity/light.js with React.",
"version": "3.0.29",
"version": "3.0.30",
"author": "Parity Team <admin@parity.io>",
"license": "MIT",
"repository": "https://github.com/paritytech/js-libs/tree/master/packages/light.js-react",
Expand Down Expand Up @@ -30,7 +30,7 @@
"symbol-observable": "^1.2.0"
},
"devDependencies": {
"@parity/light.js": "^3.0.29",
"@parity/light.js": "^3.0.30",
"@types/enzyme": "^3.1.13",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/recompose": "^0.26.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/light.js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@parity/light.js",
"description": "A high-level reactive JS library optimized for light clients",
"version": "3.0.29",
"version": "3.0.30",
"author": "Parity Team <admin@parity.io>",
"license": "MIT",
"repository": "https://github.com/paritytech/js-libs/tree/master/packages/light.js",
Expand All @@ -26,8 +26,8 @@
"test": "jest"
},
"dependencies": {
"@parity/abi": "^3.0.29",
"@parity/api": "^3.0.29",
"@parity/abi": "^3.0.30",
"@parity/api": "^3.0.30",
"async-retry": "^1.2.3",
"bignumber.js": "^8.0.1",
"debug": "^4.1.0",
Expand Down

0 comments on commit b74d376

Please sign in to comment.