chore: Release 2.0.0-alpha.18 🔖

This commit is contained in:
Roman Hotsiy 2018-03-23 08:26:53 +02:00
parent b29c3293fc
commit 8583547f30
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
3 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,14 @@
<a name="2.0.0-alpha.18"></a>
# [2.0.0-alpha.18](https://github.com/Rebilly/ReDoc/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2018-03-23)
### Bug Fixes
* fix logo width ([384c883](https://github.com/Rebilly/ReDoc/commit/384c883))
* modify the peerDependencies to reflect the need for react 16.3 ([b29c329](https://github.com/Rebilly/ReDoc/commit/b29c329))
* scroll to section sooner when SSR + simplify item ids ([d1d8042](https://github.com/Rebilly/ReDoc/commit/d1d8042))
* **cli:** don't wait for content loaded in bundled HTML ([d9ee2d0](https://github.com/Rebilly/ReDoc/commit/d9ee2d0))
<a name="2.0.0-alpha.17"></a>
# [2.0.0-alpha.17](https://github.com/Rebilly/ReDoc/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2018-03-21)

View File

@ -1,6 +1,6 @@
{
"name": "redoc-cli",
"version": "0.3.5",
"version": "0.3.6",
"description": "ReDoc's Command Line Interface",
"main": "index.js",
"bin": "index.js",
@ -12,7 +12,7 @@
"isarray": "^2.0.4",
"react": "^16.3.0-alpha.2",
"react-dom": "^16.3.0-alpha.2",
"redoc": "^2.0.0-alpha.15",
"redoc": "^2.0.0-alpha.18",
"yargs": "^11.0.0"
},
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "redoc",
"version": "2.0.0-alpha.17",
"version": "2.0.0-alpha.18",
"description": "ReDoc",
"repository": {
"type": "git",