From 89b5ed76b9119474acd1b6727dc88f19a0e9bdc9 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Wed, 2 Jan 2019 09:54:11 +0000 Subject: [PATCH] [ci skip] Publish v3.0.21 --- lerna.json | 2 +- packages/abi/package.json | 2 +- packages/api/package.json | 4 ++-- packages/contracts/package.json | 6 +++--- packages/light.js-react/package.json | 4 ++-- packages/light.js/package.json | 6 +++--- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lerna.json b/lerna.json index d8e0c20b..416ba79f 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ "packages/*" ], "useWorkspaces": true, - "version": "3.0.20" + "version": "3.0.21" } diff --git a/packages/abi/package.json b/packages/abi/package.json index 2137cc68..757943fd 100644 --- a/packages/abi/package.json +++ b/packages/abi/package.json @@ -1,7 +1,7 @@ { "name": "@parity/abi", "description": "Ethereum ABI encoder and decoder", - "version": "3.0.20", + "version": "3.0.21", "author": "Parity Team ", "license": "MIT", "repository": "https://github.com/paritytech/js-libs/tree/master/packages/abi", diff --git a/packages/api/package.json b/packages/api/package.json index 00ec60d0..e8a73ebc 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@parity/api", "description": "The Parity Promise-based API library for interfacing with Ethereum over RPC", - "version": "3.0.20", + "version": "3.0.21", "author": "Parity Team ", "license": "MIT", "repository": "https://github.com/paritytech/js-libs/tree/master/packages/api", @@ -38,7 +38,7 @@ "ts-node": "^7.0.1" }, "dependencies": { - "@parity/abi": "^3.0.20", + "@parity/abi": "^3.0.21", "bignumber.js": "^8.0.1", "blockies": "0.0.2", "es6-error": "4.0.2", diff --git a/packages/contracts/package.json b/packages/contracts/package.json index 88294ed8..416c4a4d 100644 --- a/packages/contracts/package.json +++ b/packages/contracts/package.json @@ -1,7 +1,7 @@ { "name": "@parity/contracts", "description": "Parity's contracts as ES6 classes.", - "version": "3.0.20", + "version": "3.0.21", "author": "Parity Team ", "license": "MIT", "repository": "https://github.com/paritytech/js-libs/tree/master/packages/contracts", @@ -22,8 +22,8 @@ "test": "jest" }, "dependencies": { - "@parity/abi": "^3.0.20", - "@parity/api": "^3.0.20", + "@parity/abi": "^3.0.21", + "@parity/api": "^3.0.21", "bignumber.js": "^8.0.1" } } diff --git a/packages/light.js-react/package.json b/packages/light.js-react/package.json index 6492dcfa..f0e56269 100644 --- a/packages/light.js-react/package.json +++ b/packages/light.js-react/package.json @@ -1,7 +1,7 @@ { "name": "@parity/light.js-react", "description": "A HOC to easily use @parity/light.js with React.", - "version": "3.0.20", + "version": "3.0.21", "author": "Parity Team ", "license": "MIT", "repository": "https://github.com/paritytech/js-libs/tree/master/packages/light.js-react", @@ -30,7 +30,7 @@ "symbol-observable": "^1.2.0" }, "devDependencies": { - "@parity/light.js": "^3.0.20", + "@parity/light.js": "^3.0.21", "@types/enzyme": "^3.1.13", "@types/enzyme-adapter-react-16": "^1.0.3", "@types/recompose": "^0.26.4", diff --git a/packages/light.js/package.json b/packages/light.js/package.json index 2805e63b..c2c9cb99 100644 --- a/packages/light.js/package.json +++ b/packages/light.js/package.json @@ -1,7 +1,7 @@ { "name": "@parity/light.js", "description": "A high-level reactive JS library optimized for light clients", - "version": "3.0.20", + "version": "3.0.21", "author": "Parity Team ", "license": "MIT", "repository": "https://github.com/paritytech/js-libs/tree/master/packages/light.js", @@ -26,8 +26,8 @@ "test": "jest" }, "dependencies": { - "@parity/abi": "^3.0.20", - "@parity/api": "^3.0.20", + "@parity/abi": "^3.0.21", + "@parity/api": "^3.0.21", "async-retry": "^1.2.3", "bignumber.js": "^8.0.1", "debug": "^4.1.0",