diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-01-16 00:05:51 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-01-16 00:05:51 +0800 |
commit | 4404f92b3809a1edf538a1ebda6e0afe053b5e0c (patch) | |
tree | 49184e33779f4b07a9d480257fe6e4ceebf0af34 /packages/react-docs | |
parent | 0a279794642bde667a51401bd7cf2b2a1079c788 (diff) | |
download | dexon-0x-contracts-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.gz dexon-0x-contracts-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.zst dexon-0x-contracts-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.zip |
Add CHANGELOG entries
Diffstat (limited to 'packages/react-docs')
-rw-r--r-- | packages/react-docs/CHANGELOG.json | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/packages/react-docs/CHANGELOG.json b/packages/react-docs/CHANGELOG.json index 101da65c7..23cf6edf6 100644 --- a/packages/react-docs/CHANGELOG.json +++ b/packages/react-docs/CHANGELOG.json @@ -1,5 +1,14 @@ [ { + "version": "2.0.0", + "changes": [ + { + "note": "Upgrade the bignumber.js to v8.0.2", + "pr": 1517 + } + ] + }, + { "timestamp": 1547561734, "version": "1.0.25", "changes": [ @@ -355,15 +364,18 @@ "version": "0.0.5", "changes": [ { - "note": "Handle `reflection` type rendering so that anonymous function type declarations render properly", + "note": + "Handle `reflection` type rendering so that anonymous function type declarations render properly", "pr": 465 }, { - "note": "Rename `MethodSignature` to `Signature` and change it's props so that it can be used to render method and function signatures.", + "note": + "Rename `MethodSignature` to `Signature` and change it's props so that it can be used to render method and function signatures.", "pr": 465 }, { - "note": "Rename `MethodBlock` to `SignatureBlock` since it is not used to render method and function signature blocks.", + "note": + "Rename `MethodBlock` to `SignatureBlock` since it is not used to render method and function signature blocks.", "pr": 465 }, { @@ -377,7 +389,8 @@ "version": "0.0.3", "changes": [ { - "note": "Move TS typings from devDependencies to dependencies since they are needed by the package user." + "note": + "Move TS typings from devDependencies to dependencies since they are needed by the package user." } ], "timestamp": 1521298800 |