File tree 12 files changed +66
-12
lines changed
12 files changed +66
-12
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
## [ 5.1.11] ( https://github.com/paritytech/js-libs/compare/v5.1.10...v5.1.11 ) (2019-07-23)
7
18
8
19
** Note:** Version bump only for package js-libs
Original file line number Diff line number Diff line change 5
5
" packages/*"
6
6
],
7
7
"useWorkspaces" : true ,
8
- "version" : " 5.1.11 "
8
+ "version" : " 5.1.12 "
9
9
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 5.1.11] ( https://github.com/paritytech/js-libs/tree/master/packages/abi/compare/v5.1.10...v5.1.11 ) (2019-07-23)
7
15
8
16
** Note:** Version bump only for package @parity/abi
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @parity/abi" ,
3
3
"description" : " Ethereum ABI encoder and decoder" ,
4
- "version" : " 5.1.11 " ,
4
+ "version" : " 5.1.12 " ,
5
5
"author" : " Parity Team <admin@parity.io>" ,
6
6
"license" : " MIT" ,
7
7
"repository" : " https://github.com/paritytech/js-libs/tree/master/packages/abi" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 5.1.11] ( https://github.com/paritytech/js-libs/tree/master/packages/api/compare/v5.1.10...v5.1.11 ) (2019-07-23)
7
15
8
16
** Note:** Version bump only for package @parity/api
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @parity/api" ,
3
3
"description" : " The Parity Promise-based API library for interfacing with Ethereum over RPC" ,
4
- "version" : " 5.1.11 " ,
4
+ "version" : " 5.1.12 " ,
5
5
"author" : " Parity Team <admin@parity.io>" ,
6
6
"license" : " MIT" ,
7
7
"repository" : " https://github.com/paritytech/js-libs/tree/master/packages/api" ,
39
39
"typescript" : " ^3.1.6"
40
40
},
41
41
"dependencies" : {
42
- "@parity/abi" : " ^5.1.11 " ,
42
+ "@parity/abi" : " ^5.1.12 " ,
43
43
"bignumber.js" : " ^8.0.1" ,
44
44
"blockies" : " 0.0.2" ,
45
45
"es6-error" : " 4.0.2" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 5.1.11] ( https://github.com/paritytech/js-libs/tree/master/packages/contracts/compare/v5.1.10...v5.1.11 ) (2019-07-23)
7
15
8
16
** Note:** Version bump only for package @parity/contracts
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @parity/contracts" ,
3
3
"description" : " Parity's contracts as ES6 classes." ,
4
- "version" : " 5.1.11 " ,
4
+ "version" : " 5.1.12 " ,
5
5
"author" : " Parity Team <admin@parity.io>" ,
6
6
"license" : " MIT" ,
7
7
"repository" : " https://github.com/paritytech/js-libs/tree/master/packages/contracts" ,
22
22
"test" : " jest"
23
23
},
24
24
"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 " ,
27
27
"bignumber.js" : " ^8.0.1"
28
28
},
29
29
"devDependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
## [ 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)
7
15
8
16
** Note:** Version bump only for package @parity/light .js-react
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @parity/light.js-react" ,
3
3
"description" : " A HOC to easily use @parity/light.js with React." ,
4
- "version" : " 5.1.11 " ,
4
+ "version" : " 5.1.12 " ,
5
5
"author" : " Parity Team <admin@parity.io>" ,
6
6
"license" : " MIT" ,
7
7
"repository" : " https://github.com/paritytech/js-libs/tree/master/packages/light.js-react" ,
30
30
"symbol-observable" : " ^1.2.0"
31
31
},
32
32
"devDependencies" : {
33
- "@parity/light.js" : " ^5.1.11 " ,
33
+ "@parity/light.js" : " ^5.1.12 " ,
34
34
"@types/enzyme" : " ^3.1.13" ,
35
35
"@types/enzyme-adapter-react-16" : " ^1.0.3" ,
36
36
"@types/recompose" : " ^0.30.2" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
## [ 5.1.11] ( https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.1.10...v5.1.11 ) (2019-07-23)
7
18
8
19
** Note:** Version bump only for package @parity/light .js
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @parity/light.js" ,
3
3
"description" : " A high-level reactive JS library optimized for light clients" ,
4
- "version" : " 5.1.11 " ,
4
+ "version" : " 5.1.12 " ,
5
5
"author" : " Parity Team <admin@parity.io>" ,
6
6
"license" : " MIT" ,
7
7
"repository" : " https://github.com/paritytech/js-libs/tree/master/packages/light.js" ,
26
26
"test" : " jest --runInBand"
27
27
},
28
28
"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 " ,
31
31
"async-retry" : " ^1.2.3" ,
32
32
"bignumber.js" : " ^8.0.1" ,
33
33
"debug" : " ^4.1.0" ,
You can’t perform that action at this time.
0 commit comments