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

Commit

Permalink
v6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed May 5, 2020
1 parent ea1868c commit 2cfc916
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 16 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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.7.0](https://github.com/readmeio/api-explorer/compare/v6.6.8...v6.7.0)

> 5 May 2020
- RDMD CSS theming and style adjustments. [`#671`](https://github.com/readmeio/api-explorer/pull/671)
- chore(deps-dev): Bump @babel/core from 7.9.0 to 7.9.6 [`#677`](https://github.com/readmeio/api-explorer/pull/677)
- chore(deps-dev): Bump webpack from 4.42.0 to 4.43.0 [`#674`](https://github.com/readmeio/api-explorer/pull/674)
- chore(deps): Bump react-hot-loader from 4.12.16 to 4.12.21 [`#675`](https://github.com/readmeio/api-explorer/pull/675)
- chore(deps-dev): Bump @babel/preset-env from 7.9.5 to 7.9.6 [`#676`](https://github.com/readmeio/api-explorer/pull/676)
- build: update dist files [`ea1868c`](https://github.com/readmeio/api-explorer/commit/ea1868c4092679be1e60bce7b60c54a7e5d11324)

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

> 1 May 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.8"
"version": "6.7.0"
}
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.

8 changes: 4 additions & 4 deletions packages/api-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@readme/api-explorer",
"description": "UI components for the API explorer",
"version": "6.6.8",
"version": "6.7.0",
"main": "dist/index.js",
"dependencies": {
"@readme/http-status-codes": "^6.4.0",
"@readme/markdown": "^6.6.8",
"@readme/markdown-magic": "^6.6.0",
"@readme/markdown": "^6.7.0",
"@readme/markdown-magic": "^6.7.0",
"@readme/oas-extensions": "^6.4.0",
"@readme/oas-to-har": "^6.6.2",
"@readme/oas-tooling": "^3.3.5",
"@readme/react-jsonschema-form": "^1.1.5",
"@readme/syntax-highlighter": "^6.5.0",
"@readme/syntax-highlighter": "^6.7.0",
"@readme/variable": "^6.4.0",
"classnames": "^2.2.5",
"fetch-har": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-logs/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/api-logs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@readme/api-logs",
"description": "React component for Api Logs",
"version": "6.5.0",
"version": "6.7.0",
"main": "dist/index.js",
"dependencies": {
"async-retry": "^1.2.3",
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.

4 changes: 2 additions & 2 deletions packages/markdown-magic/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@readme/markdown-magic",
"description": "ReadMe's React-based legacy Markdown parser",
"version": "6.6.0",
"version": "6.7.0",
"dependencies": {
"@readme/emojis": "^1.0.0",
"@readme/syntax-highlighter": "^6.5.0",
"@readme/syntax-highlighter": "^6.7.0",
"@readme/variable": "^6.4.0",
"hast-util-sanitize": "^1.2.0",
"prop-types": "^15.7.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.

4 changes: 2 additions & 2 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"name": "@readme/markdown",
"main": "dist/main.js",
"description": "ReadMe's React-based Markdown parser",
"version": "6.6.8",
"version": "6.7.0",
"files": [
"styles",
"components",
"dist"
],
"dependencies": {
"@readme/emojis": "^1.0.0",
"@readme/syntax-highlighter": "^6.5.0",
"@readme/syntax-highlighter": "^6.7.0",
"@readme/variable": "^6.4.0",
"copy-to-clipboard": "^3.3.1",
"hast-util-sanitize": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax-highlighter/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/syntax-highlighter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@readme/syntax-highlighter",
"description": "Syntax highlighter used on ReadMe.io",
"version": "6.5.0",
"version": "6.7.0",
"dependencies": {
"@readme/variable": "^6.4.0",
"codemirror": "^5.48.2",
Expand Down

0 comments on commit 2cfc916

Please sign in to comment.