diff --git a/CHANGELOG.md b/CHANGELOG.md index 713217231..636d4b7f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lerna.json b/lerna.json index f13334797..51413f207 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "6.6.8" + "version": "6.7.0" } diff --git a/packages/api-explorer/package-lock.json b/packages/api-explorer/package-lock.json index 836cef977..ffc8b46d1 100644 --- a/packages/api-explorer/package-lock.json +++ b/packages/api-explorer/package-lock.json @@ -1,6 +1,6 @@ { "name": "@readme/api-explorer", - "version": "6.6.8", + "version": "6.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/api-explorer/package.json b/packages/api-explorer/package.json index e70fcbaa5..7e8d05153 100644 --- a/packages/api-explorer/package.json +++ b/packages/api-explorer/package.json @@ -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", diff --git a/packages/api-logs/package-lock.json b/packages/api-logs/package-lock.json index f60a6662f..fb018a826 100644 --- a/packages/api-logs/package-lock.json +++ b/packages/api-logs/package-lock.json @@ -1,6 +1,6 @@ { "name": "@readme/api-logs", - "version": "6.5.0", + "version": "6.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/api-logs/package.json b/packages/api-logs/package.json index 361500b1a..a1aca5f20 100644 --- a/packages/api-logs/package.json +++ b/packages/api-logs/package.json @@ -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", diff --git a/packages/markdown-magic/package-lock.json b/packages/markdown-magic/package-lock.json index 2cf1d8aae..37c10120b 100644 --- a/packages/markdown-magic/package-lock.json +++ b/packages/markdown-magic/package-lock.json @@ -1,6 +1,6 @@ { "name": "@readme/markdown-magic", - "version": "6.6.0", + "version": "6.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/markdown-magic/package.json b/packages/markdown-magic/package.json index 9d71d1771..146664917 100644 --- a/packages/markdown-magic/package.json +++ b/packages/markdown-magic/package.json @@ -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", diff --git a/packages/markdown/package-lock.json b/packages/markdown/package-lock.json index 8555ed89a..90511413c 100644 --- a/packages/markdown/package-lock.json +++ b/packages/markdown/package-lock.json @@ -1,6 +1,6 @@ { "name": "@readme/markdown", - "version": "6.6.8", + "version": "6.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/markdown/package.json b/packages/markdown/package.json index 793ab719d..cc6b219c7 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -2,7 +2,7 @@ "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", @@ -10,7 +10,7 @@ ], "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", diff --git a/packages/syntax-highlighter/package-lock.json b/packages/syntax-highlighter/package-lock.json index a07968182..aa164ad1b 100644 --- a/packages/syntax-highlighter/package-lock.json +++ b/packages/syntax-highlighter/package-lock.json @@ -1,6 +1,6 @@ { "name": "@readme/syntax-highlighter", - "version": "6.5.0", + "version": "6.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/syntax-highlighter/package.json b/packages/syntax-highlighter/package.json index addac2195..94e38fa1f 100644 --- a/packages/syntax-highlighter/package.json +++ b/packages/syntax-highlighter/package.json @@ -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",