Update CHANGELOGs
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# CHANGELOG
|
||||
|
||||
## v0.32.1 - _February 7, 2018_
|
||||
|
||||
* Reorganized `BlockParamLiteral` export into `@0xproject/types` package (#355)
|
||||
* Now using `abi-gen` package to generate ContractEventArgs types (#371)
|
||||
|
||||
## v0.32.0 - _February 5, 2018_
|
||||
|
||||
* Add `zeroEx.etherToken.getContractAddressIfExists` (#350)
|
||||
|
@@ -1,9 +1,9 @@
|
||||
# CHANGELOG
|
||||
|
||||
## v0.2.0 - _???_
|
||||
## v0.2.0 - _February 7, 2018_
|
||||
|
||||
* Added CLI options for explicit specifying location of partials and main template (#346)
|
||||
* Added CLI option to specify networkId, adding support for the JSON artifact format found in @0xproject/contracts
|
||||
* Added CLI option to specify networkId, adding support for the JSON artifact format found in @0xproject/contracts (#388)
|
||||
|
||||
## v0.1.0 - _January 11, 2018_
|
||||
|
||||
|
5
packages/dev-utils/CHANGELOG.md
Normal file
5
packages/dev-utils/CHANGELOG.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# CHANGELOG
|
||||
|
||||
## v0.0.11 - _February 7, 2018_
|
||||
|
||||
* Updated `types-ethereumjs-util` dev dependency (#352)
|
@@ -1,11 +1,11 @@
|
||||
# CHANGELOG
|
||||
|
||||
## v0.4.1 - _Febuary 2, 2018_
|
||||
## v0.4.0 - _February 7, 2018_
|
||||
|
||||
* Added NonceTrackerSubprovider (#355)
|
||||
* InjectedWeb3Subprovider accepts a Provider in the constructor, previously it was a Web3 object (#363)
|
||||
|
||||
## v0.3.5 - _January 28, 2018_
|
||||
## v0.3.6 - _January 28, 2018_
|
||||
|
||||
* Return a transaction hash from `_sendTransactionAsync` (#303)
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
# CHANGELOG
|
||||
|
||||
## vx.x.x
|
||||
## v0.2.0 - _February 7, 2018_
|
||||
|
||||
* Added BlockLiteralParam and BlockParam, refactored out of 0x.js types. (#355)
|
||||
|
Reference in New Issue
Block a user