Skip to content

Commit 5ed2bfb

Browse files
author
Travis CI User
committed
chore(release): publish v5.1.18 [ci skip]
1 parent 9317483 commit 5ed2bfb

File tree

12 files changed

+60
-12
lines changed

12 files changed

+60
-12
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.18](https://github.com/paritytech/js-libs/compare/v5.1.17...v5.1.18) (2020-01-27)
7+
8+
**Note:** Version bump only for package js-libs
9+
10+
11+
12+
13+
614
## [5.1.17](https://github.com/paritytech/js-libs/compare/v5.1.16...v5.1.17) (2020-01-15)
715

816
**Note:** Version bump only for package js-libs

lerna.json

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

packages/abi/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.18](https://github.com/paritytech/js-libs/tree/master/packages/abi/compare/v5.1.17...v5.1.18) (2020-01-27)
7+
8+
**Note:** Version bump only for package @parity/abi
9+
10+
11+
12+
13+
614
## [5.1.17](https://github.com/paritytech/js-libs/tree/master/packages/abi/compare/v5.1.16...v5.1.17) (2020-01-15)
715

816
**Note:** Version bump only for package @parity/abi

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": "5.1.17",
4+
"version": "5.1.18",
55
"author": "Parity Team <admin@parity.io>",
66
"license": "MIT",
77
"repository": "https://github.com/paritytech/js-libs/tree/master/packages/abi",

packages/api/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.18](https://github.com/paritytech/js-libs/tree/master/packages/api/compare/v5.1.17...v5.1.18) (2020-01-27)
7+
8+
**Note:** Version bump only for package @parity/api
9+
10+
11+
12+
13+
614
## [5.1.17](https://github.com/paritytech/js-libs/tree/master/packages/api/compare/v5.1.16...v5.1.17) (2020-01-15)
715

816
**Note:** Version bump only for package @parity/api

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": "5.1.17",
4+
"version": "5.1.18",
55
"author": "Parity Team <admin@parity.io>",
66
"license": "MIT",
77
"repository": "https://github.com/paritytech/js-libs/tree/master/packages/api",
@@ -40,7 +40,7 @@
4040
"typescript": "^3.1.6"
4141
},
4242
"dependencies": {
43-
"@parity/abi": "^5.1.17",
43+
"@parity/abi": "^5.1.18",
4444
"bignumber.js": "^8.0.1",
4545
"blockies": "0.0.2",
4646
"es6-error": "4.0.2",

packages/contracts/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.18](https://github.com/paritytech/js-libs/tree/master/packages/contracts/compare/v5.1.17...v5.1.18) (2020-01-27)
7+
8+
**Note:** Version bump only for package @parity/contracts
9+
10+
11+
12+
13+
614
## [5.1.17](https://github.com/paritytech/js-libs/tree/master/packages/contracts/compare/v5.1.16...v5.1.17) (2020-01-15)
715

816
**Note:** Version bump only for package @parity/contracts

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": "5.1.17",
4+
"version": "5.1.18",
55
"author": "Parity Team <admin@parity.io>",
66
"license": "MIT",
77
"repository": "https://github.com/paritytech/js-libs/tree/master/packages/contracts",
@@ -23,8 +23,8 @@
2323
"test": "jest"
2424
},
2525
"dependencies": {
26-
"@parity/abi": "^5.1.17",
27-
"@parity/api": "^5.1.17",
26+
"@parity/abi": "^5.1.18",
27+
"@parity/api": "^5.1.18",
2828
"bignumber.js": "^8.0.1"
2929
},
3030
"devDependencies": {

packages/light.js-react/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.18](https://github.com/paritytech/js-libs/tree/master/packages/light.js-react/compare/v5.1.17...v5.1.18) (2020-01-27)
7+
8+
**Note:** Version bump only for package @parity/light.js-react
9+
10+
11+
12+
13+
614
## [5.1.17](https://github.com/paritytech/js-libs/tree/master/packages/light.js-react/compare/v5.1.16...v5.1.17) (2020-01-15)
715

816
**Note:** Version bump only for package @parity/light.js-react

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": "5.1.17",
4+
"version": "5.1.18",
55
"author": "Parity Team <admin@parity.io>",
66
"license": "MIT",
77
"repository": "https://github.com/paritytech/js-libs/tree/master/packages/light.js-react",
@@ -31,7 +31,7 @@
3131
"symbol-observable": "^1.2.0"
3232
},
3333
"devDependencies": {
34-
"@parity/light.js": "^5.1.17",
34+
"@parity/light.js": "^5.1.18",
3535
"@types/enzyme": "^3.1.13",
3636
"@types/enzyme-adapter-react-16": "^1.0.3",
3737
"@types/recompose": "^0.30.2",

packages/light.js/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.18](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.1.17...v5.1.18) (2020-01-27)
7+
8+
**Note:** Version bump only for package @parity/light.js
9+
10+
11+
12+
13+
614
## [5.1.17](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.1.16...v5.1.17) (2020-01-15)
715

816
**Note:** Version bump only for package @parity/light.js

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": "5.1.17",
4+
"version": "5.1.18",
55
"author": "Parity Team <admin@parity.io>",
66
"license": "MIT",
77
"repository": "https://github.com/paritytech/js-libs/tree/master/packages/light.js",
@@ -27,8 +27,8 @@
2727
"test": "jest --runInBand"
2828
},
2929
"dependencies": {
30-
"@parity/abi": "^5.1.17",
31-
"@parity/api": "^5.1.17",
30+
"@parity/abi": "^5.1.18",
31+
"@parity/api": "^5.1.18",
3232
"async-retry": "^1.2.3",
3333
"bignumber.js": "^8.0.1",
3434
"debug": "^4.1.0",

0 commit comments

Comments
 (0)