Skip to content

Commit e2ec3f1

Browse files
author
Travis CI User
committed
chore(release): publish v5.1.12 [ci skip]
1 parent 39d5275 commit e2ec3f1

File tree

12 files changed

+66
-12
lines changed

12 files changed

+66
-12
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.12](https://github.com/paritytech/js-libs/compare/v5.1.11...v5.1.12) (2019-09-02)
7+
8+
9+
### Bug Fixes
10+
11+
* Regenerate yarn lock (security patch) ([#226](https://github.com/paritytech/js-libs/issues/226)) ([852e67c](https://github.com/paritytech/js-libs/commit/852e67c))
12+
13+
14+
15+
16+
617
## [5.1.11](https://github.com/paritytech/js-libs/compare/v5.1.10...v5.1.11) (2019-07-23)
718

819
**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.11"
8+
"version": "5.1.12"
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.12](https://github.com/paritytech/js-libs/tree/master/packages/abi/compare/v5.1.11...v5.1.12) (2019-09-02)
7+
8+
**Note:** Version bump only for package @parity/abi
9+
10+
11+
12+
13+
614
## [5.1.11](https://github.com/paritytech/js-libs/tree/master/packages/abi/compare/v5.1.10...v5.1.11) (2019-07-23)
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.11",
4+
"version": "5.1.12",
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.12](https://github.com/paritytech/js-libs/tree/master/packages/api/compare/v5.1.11...v5.1.12) (2019-09-02)
7+
8+
**Note:** Version bump only for package @parity/api
9+
10+
11+
12+
13+
614
## [5.1.11](https://github.com/paritytech/js-libs/tree/master/packages/api/compare/v5.1.10...v5.1.11) (2019-07-23)
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.11",
4+
"version": "5.1.12",
55
"author": "Parity Team <admin@parity.io>",
66
"license": "MIT",
77
"repository": "https://github.com/paritytech/js-libs/tree/master/packages/api",
@@ -39,7 +39,7 @@
3939
"typescript": "^3.1.6"
4040
},
4141
"dependencies": {
42-
"@parity/abi": "^5.1.11",
42+
"@parity/abi": "^5.1.12",
4343
"bignumber.js": "^8.0.1",
4444
"blockies": "0.0.2",
4545
"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.12](https://github.com/paritytech/js-libs/tree/master/packages/contracts/compare/v5.1.11...v5.1.12) (2019-09-02)
7+
8+
**Note:** Version bump only for package @parity/contracts
9+
10+
11+
12+
13+
614
## [5.1.11](https://github.com/paritytech/js-libs/tree/master/packages/contracts/compare/v5.1.10...v5.1.11) (2019-07-23)
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.11",
4+
"version": "5.1.12",
55
"author": "Parity Team <admin@parity.io>",
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": "^5.1.11",
26-
"@parity/api": "^5.1.11",
25+
"@parity/abi": "^5.1.12",
26+
"@parity/api": "^5.1.12",
2727
"bignumber.js": "^8.0.1"
2828
},
2929
"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.12](https://github.com/paritytech/js-libs/tree/master/packages/light.js-react/compare/v5.1.11...v5.1.12) (2019-09-02)
7+
8+
**Note:** Version bump only for package @parity/light.js-react
9+
10+
11+
12+
13+
614
## [5.1.11](https://github.com/paritytech/js-libs/tree/master/packages/light.js-react/compare/v5.1.10...v5.1.11) (2019-07-23)
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.11",
4+
"version": "5.1.12",
55
"author": "Parity Team <admin@parity.io>",
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": "^5.1.11",
33+
"@parity/light.js": "^5.1.12",
3434
"@types/enzyme": "^3.1.13",
3535
"@types/enzyme-adapter-react-16": "^1.0.3",
3636
"@types/recompose": "^0.30.2",

packages/light.js/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.12](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.1.11...v5.1.12) (2019-09-02)
7+
8+
9+
### Bug Fixes
10+
11+
* Regenerate yarn lock (security patch) ([#226](https://github.com/paritytech/js-libs/tree/master/packages/light.js/issues/226)) ([852e67c](https://github.com/paritytech/js-libs/tree/master/packages/light.js/commit/852e67c))
12+
13+
14+
15+
16+
617
## [5.1.11](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.1.10...v5.1.11) (2019-07-23)
718

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

0 commit comments

Comments
 (0)