diff options
author | Fabio Berger <me@fabioberger.com> | 2018-03-20 20:05:31 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-03-20 20:05:31 +0800 |
commit | a3c31f4f4a4c1c6a79f3915753a5197988253f28 (patch) | |
tree | f37cd392d518f4b42dc1d7faa48d82543ede1f22 | |
parent | db8be4a66eeb9b3ae51da01291b0bf86a92c6e3f (diff) | |
download | dexon-sol-tools-a3c31f4f4a4c1c6a79f3915753a5197988253f28.tar dexon-sol-tools-a3c31f4f4a4c1c6a79f3915753a5197988253f28.tar.gz dexon-sol-tools-a3c31f4f4a4c1c6a79f3915753a5197988253f28.tar.bz2 dexon-sol-tools-a3c31f4f4a4c1c6a79f3915753a5197988253f28.tar.lz dexon-sol-tools-a3c31f4f4a4c1c6a79f3915753a5197988253f28.tar.xz dexon-sol-tools-a3c31f4f4a4c1c6a79f3915753a5197988253f28.tar.zst dexon-sol-tools-a3c31f4f4a4c1c6a79f3915753a5197988253f28.zip |
Fix changelog files and add PR number
-rw-r--r-- | packages/react-docs/CHANGELOG.md | 11 | ||||
-rw-r--r-- | packages/subproviders/CHANGELOG.md | 7 |
2 files changed, 12 insertions, 6 deletions
diff --git a/packages/react-docs/CHANGELOG.md b/packages/react-docs/CHANGELOG.md index cb42bb307..8ce3ef68c 100644 --- a/packages/react-docs/CHANGELOG.md +++ b/packages/react-docs/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## v0.0.4 - _TBD_ + + * Handle `reflection` type rendering so that anonymous function type declarations render properly (#465) + * Rename `MethodSignature` to `Signature` and change it's props so that it can be used to render method and function signatures. (#465) + * Rename `MethodBlock` to `SignatureBlock` since it is not used to render method and function signature blocks. (#465) + * Add support for documenting exported functions. (#465) + ## v0.0.3 - _March 18, 2018_ * Move TS typings from devDependencies to dependencies since they are needed by the package user. @@ -8,7 +15,3 @@ * Move example out into a separate sub-package * Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452) - * Handle `reflection` type rendering so that anonymous function type declarations render properly - * Rename `MethodSignature` to `Signature` and change it's props so that it can be used to render method and function signatures. - * Rename `MethodBlock` to `SignatureBlock` since it is not used to render method and function signature blocks. - * Add support for documenting exported functions. diff --git a/packages/subproviders/CHANGELOG.md b/packages/subproviders/CHANGELOG.md index 874246ab1..1627a7840 100644 --- a/packages/subproviders/CHANGELOG.md +++ b/packages/subproviders/CHANGELOG.md @@ -1,13 +1,16 @@ # CHANGELOG +## v0.8.1 - _TBD_ + +* Introduce `JSONRPCRequestPayloadWithMethod` type (#465) +* Export `ErrorCallback` type. (#465) + ## v0.8.0 - _March 18, 2018_ * Export `GanacheSubprovider` and `Subprovider` (#426) * Make all subproviders to derive from `Subprovider` (#426) * Add types for `NextCallback`, `OnNextCompleted` (#426) - * Introduce `JSONRPCRequestPayloadWithMethod` type * Ignore `ganache-core` dependency when using package in a browser environment. - * Export `ErrorCallback` type. ## v0.7.0 - _March 8, 2018_ |