diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-01-16 00:34:44 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-01-16 00:34:44 +0800 |
commit | 7d166dc7da23c30540fb554727a955015073286f (patch) | |
tree | 26387201ac6cc3f6f71e4119f657ca4f48a9ad99 /packages/react-docs | |
parent | 0720b8487cf40b1868a1971f50e732e5e19fc9f6 (diff) | |
download | dexon-sol-tools-7d166dc7da23c30540fb554727a955015073286f.tar dexon-sol-tools-7d166dc7da23c30540fb554727a955015073286f.tar.gz dexon-sol-tools-7d166dc7da23c30540fb554727a955015073286f.tar.bz2 dexon-sol-tools-7d166dc7da23c30540fb554727a955015073286f.tar.lz dexon-sol-tools-7d166dc7da23c30540fb554727a955015073286f.tar.xz dexon-sol-tools-7d166dc7da23c30540fb554727a955015073286f.tar.zst dexon-sol-tools-7d166dc7da23c30540fb554727a955015073286f.zip |
Fix prettier
Diffstat (limited to 'packages/react-docs')
-rw-r--r-- | packages/react-docs/CHANGELOG.json | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/packages/react-docs/CHANGELOG.json b/packages/react-docs/CHANGELOG.json index 23cf6edf6..8b418fc11 100644 --- a/packages/react-docs/CHANGELOG.json +++ b/packages/react-docs/CHANGELOG.json @@ -364,18 +364,15 @@ "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 }, { @@ -389,8 +386,7 @@ "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 |