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

Commit

Permalink
v6.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed May 1, 2020
1 parent 57a6c12 commit 6f280a5
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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.6.6](https://github.com/readmeio/api-explorer/compare/v6.6.5...v6.6.6)

> 1 May 2020
- Fix magic block callout icons alignment. [`#664`](https://github.com/readmeio/api-explorer/pull/664)
- style(explorer): add .markdown-body class to excerpt [`#665`](https://github.com/readmeio/api-explorer/pull/665)
- Add callout icon size and weight theme variables. [`#661`](https://github.com/readmeio/api-explorer/pull/661)
- build: update dist files [`57a6c12`](https://github.com/readmeio/api-explorer/commit/57a6c120417135456c84b0e307a7090614cce178)

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

> 30 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.6.5"
"version": "6.6.6"
}
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,11 +1,11 @@
{
"name": "@readme/api-explorer",
"description": "UI components for the API explorer",
"version": "6.6.5",
"version": "6.6.6",
"main": "dist/index.js",
"dependencies": {
"@readme/http-status-codes": "^6.4.0",
"@readme/markdown": "^6.6.4",
"@readme/markdown": "^6.6.6",
"@readme/markdown-magic": "^6.6.0",
"@readme/oas-extensions": "^6.4.0",
"@readme/oas-to-har": "^6.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/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/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@readme/markdown",
"main": "dist/main.js",
"description": "ReadMe's React-based Markdown parser",
"version": "6.6.4",
"version": "6.6.6",
"files": [
"styles",
"components",
Expand Down

0 comments on commit 6f280a5

Please sign in to comment.