From f2210fd86f765ebbf7f7473b0d4c8c937953744e Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Mon, 8 Jul 2019 08:31:50 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20Release=202.0.0-rc.10=20=F0=9F=94=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b388fa1256..2748a33239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [2.0.0-rc.10](https://github.com/Redocly/redoc/compare/v2.0.0-rc.9...v2.0.0-rc.10) (2019-07-08) + + +### Bug Fixes + +* broken headings with single quote ([51d3b9b](https://github.com/Redocly/redoc/commit/51d3b9b)), closes [#955](https://github.com/Redocly/redoc/issues/955) +* fix fields table overflow if deeply nested with long title ([12b7057](https://github.com/Redocly/redoc/commit/12b7057)) +* hide empty example when it is not defined ([4bd499f](https://github.com/Redocly/redoc/commit/4bd499f)) +* markdown in examples descriptions + minor ui tweaks ([f52d9e8](https://github.com/Redocly/redoc/commit/f52d9e8)) +* organize response examples in dropdown and display description ([995e557](https://github.com/Redocly/redoc/commit/995e557)) + + + # [2.0.0-rc.9](https://github.com/Redocly/redoc/compare/v2.0.0-rc.8-1...v2.0.0-rc.9) (2019-06-27) diff --git a/package.json b/package.json index 969e0bd929..6f096c1e4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redoc", - "version": "2.0.0-rc.9", + "version": "2.0.0-rc.10", "description": "ReDoc", "repository": { "type": "git",