This repository was archived by the owner on May 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 12 files changed +60
-12
lines changed Expand file tree Collapse file tree 12 files changed +60
-12
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 5.1.19] ( https://github.com/paritytech/js-libs/compare/v5.1.18...v5.1.19 ) (2020-02-10)
7+
8+ ** Note:** Version bump only for package js-libs
9+
10+
11+
12+
13+
614## [ 5.1.18] ( https://github.com/paritytech/js-libs/compare/v5.1.17...v5.1.18 ) (2020-01-27)
715
816** Note:** Version bump only for package js-libs
Original file line number Diff line number Diff line change 55 " packages/*"
66 ],
77 "useWorkspaces" : true ,
8- "version" : " 5.1.18 "
8+ "version" : " 5.1.19 "
99}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 5.1.19] ( https://github.com/paritytech/js-libs/tree/master/packages/abi/compare/v5.1.18...v5.1.19 ) (2020-02-10)
7+
8+ ** Note:** Version bump only for package @parity/abi
9+
10+
11+
12+
13+
614## [ 5.1.18] ( https://github.com/paritytech/js-libs/tree/master/packages/abi/compare/v5.1.17...v5.1.18 ) (2020-01-27)
715
816** Note:** Version bump only for package @parity/abi
Original file line number Diff line number Diff line change 11{
22 "name" : " @parity/abi" ,
33 "description" : " Ethereum ABI encoder and decoder" ,
4- "version" : " 5.1.18 " ,
4+ "version" : " 5.1.19 " ,
55 "author" :
" Parity Team <[email protected] >" ,
66 "license" : " MIT" ,
77 "repository" : " https://github.com/paritytech/js-libs/tree/master/packages/abi" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 5.1.19] ( https://github.com/paritytech/js-libs/tree/master/packages/api/compare/v5.1.18...v5.1.19 ) (2020-02-10)
7+
8+ ** Note:** Version bump only for package @parity/api
9+
10+
11+
12+
13+
614## [ 5.1.18] ( https://github.com/paritytech/js-libs/tree/master/packages/api/compare/v5.1.17...v5.1.18 ) (2020-01-27)
715
816** Note:** Version bump only for package @parity/api
Original file line number Diff line number Diff line change 11{
22 "name" : " @parity/api" ,
33 "description" : " The Parity Promise-based API library for interfacing with Ethereum over RPC" ,
4- "version" : " 5.1.18 " ,
4+ "version" : " 5.1.19 " ,
55 "author" :
" Parity Team <[email protected] >" ,
66 "license" : " MIT" ,
77 "repository" : " https://github.com/paritytech/js-libs/tree/master/packages/api" ,
4040 "typescript" : " ^3.1.6"
4141 },
4242 "dependencies" : {
43- "@parity/abi" : " ^5.1.18 " ,
43+ "@parity/abi" : " ^5.1.19 " ,
4444 "bignumber.js" : " ^8.0.1" ,
4545 "blockies" : " 0.0.2" ,
4646 "es6-error" : " 4.0.2" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 5.1.19] ( https://github.com/paritytech/js-libs/tree/master/packages/contracts/compare/v5.1.18...v5.1.19 ) (2020-02-10)
7+
8+ ** Note:** Version bump only for package @parity/contracts
9+
10+
11+
12+
13+
614## [ 5.1.18] ( https://github.com/paritytech/js-libs/tree/master/packages/contracts/compare/v5.1.17...v5.1.18 ) (2020-01-27)
715
816** Note:** Version bump only for package @parity/contracts
Original file line number Diff line number Diff line change 11{
22 "name" : " @parity/contracts" ,
33 "description" : " Parity's contracts as ES6 classes." ,
4- "version" : " 5.1.18 " ,
4+ "version" : " 5.1.19 " ,
55 "author" :
" Parity Team <[email protected] >" ,
66 "license" : " MIT" ,
77 "repository" : " https://github.com/paritytech/js-libs/tree/master/packages/contracts" ,
2323 "test" : " jest"
2424 },
2525 "dependencies" : {
26- "@parity/abi" : " ^5.1.18 " ,
27- "@parity/api" : " ^5.1.18 " ,
26+ "@parity/abi" : " ^5.1.19 " ,
27+ "@parity/api" : " ^5.1.19 " ,
2828 "bignumber.js" : " ^8.0.1"
2929 },
3030 "devDependencies" : {
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 5.1.19] ( https://github.com/paritytech/js-libs/tree/master/packages/light.js-react/compare/v5.1.18...v5.1.19 ) (2020-02-10)
7+
8+ ** Note:** Version bump only for package @parity/light .js-react
9+
10+
11+
12+
13+
614## [ 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)
715
816** Note:** Version bump only for package @parity/light .js-react
Original file line number Diff line number Diff line change 11{
22 "name" : " @parity/light.js-react" ,
33 "description" : " A HOC to easily use @parity/light.js with React." ,
4- "version" : " 5.1.18 " ,
4+ "version" : " 5.1.19 " ,
55 "author" :
" Parity Team <[email protected] >" ,
66 "license" : " MIT" ,
77 "repository" : " https://github.com/paritytech/js-libs/tree/master/packages/light.js-react" ,
3131 "symbol-observable" : " ^1.2.0"
3232 },
3333 "devDependencies" : {
34- "@parity/light.js" : " ^5.1.18 " ,
34+ "@parity/light.js" : " ^5.1.19 " ,
3535 "@types/enzyme" : " ^3.1.13" ,
3636 "@types/enzyme-adapter-react-16" : " ^1.0.3" ,
3737 "@types/recompose" : " ^0.30.2" ,
You can’t perform that action at this time.
0 commit comments