Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
v6.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Apr 17, 2020
1 parent 4fc0b85 commit 99ee775
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v6.3.11](https://github.com/readmeio/api-explorer/compare/v6.3.10...v6.3.11)

> 17 April 2020
- fix: cases where markdown headers dont have content [`#606`](https://github.com/readmeio/api-explorer/pull/606)
- chore: updating dist files [`4fc0b85`](https://github.com/readmeio/api-explorer/commit/4fc0b85956c6263fef89bb7c1ee0ad254afa8182)

#### [v6.3.10](https://github.com/readmeio/api-explorer/compare/v6.3.9...v6.3.10)

> 16 April 2020
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "6.3.10"
"version": "6.3.11"
}
2 changes: 1 addition & 1 deletion packages/api-explorer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/api-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@readme/api-explorer",
"description": "UI components for the API explorer",
"version": "6.3.10",
"version": "6.3.11",
"main": "dist/index.js",
"dependencies": {
"@readme/http-status-codes": "^6.3.5",
"@readme/markdown": "^6.3.9",
"@readme/markdown-magic": "^6.3.9",
"@readme/markdown-magic": "^6.3.11",
"@readme/oas-extensions": "^6.0.5",
"@readme/oas-to-har": "^6.3.10",
"@readme/oas-tooling": "^3.1.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-magic/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/markdown-magic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@readme/markdown-magic",
"description": "ReadMe's React-based legacy Markdown parser",
"version": "6.3.9",
"version": "6.3.11",
"dependencies": {
"@readme/emojis": "^1.0.0",
"@readme/syntax-highlighter": "^6.3.5",
Expand Down

0 comments on commit 99ee775

Please sign in to comment.