From 8583547f30a7e8b8c8d935103172371d12b125ff Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Fri, 23 Mar 2018 08:26:53 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20Release=202.0.0-alpha.18=20?= =?UTF-8?q?=F0=9F=94=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ cli/package.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88b4271b..c32d1358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# [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)) + # [2.0.0-alpha.17](https://github.com/Rebilly/ReDoc/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2018-03-21) diff --git a/cli/package.json b/cli/package.json index c3982f20..89adff70 100644 --- a/cli/package.json +++ b/cli/package.json @@ -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": { diff --git a/package.json b/package.json index d0249fd1..c65dcf2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redoc", - "version": "2.0.0-alpha.17", + "version": "2.0.0-alpha.18", "description": "ReDoc", "repository": { "type": "git",