Skip to content

Commit

Permalink
chore: Release 2.0.0-alpha.18 馃敄
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Mar 23, 2018
1 parent b29c329 commit 8583547
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 8583547

Please sign in to comment.