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

Commit

Permalink
v6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Apr 28, 2020
1 parent f77ae04 commit b309721
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 19 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ 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.5.0](https://github.com/readmeio/api-explorer/compare/v6.4.0...v6.5.0)

> 28 April 2020
- Revert "chore(deps-dev): Bump webpack from 4.42.0 to 4.43.0 (#634)" [`#644`](https://github.com/readmeio/api-explorer/pull/644)
- chore(deps): Bump codemirror from 5.52.2 to 5.53.2 [`#635`](https://github.com/readmeio/api-explorer/pull/635)
- feat: adding support for a handful of language highlight aliases [`#643`](https://github.com/readmeio/api-explorer/pull/643)
- fix: legacy api upgrade issues [`#618`](https://github.com/readmeio/api-explorer/pull/618)
- chore(deps-dev): Bump webpack from 4.42.0 to 4.43.0 [`#634`](https://github.com/readmeio/api-explorer/pull/634)
- chore(deps-dev): Bump terser-webpack-plugin from 2.3.5 to 2.3.6 [`#639`](https://github.com/readmeio/api-explorer/pull/639)
- chore: updating dist files [`f77ae04`](https://github.com/readmeio/api-explorer/commit/f77ae043055b6978d639bd927e943284066f0624)
- chore(deps): downgrading our yaml dependency to 1.8.3 [`f5ff84a`](https://github.com/readmeio/api-explorer/commit/f5ff84ad9a6dac1822b4d27fdd535c55424c66db)

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

> 21 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.4.0"
"version": "6.5.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.

10 changes: 5 additions & 5 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.4.0",
"version": "6.5.0",
"main": "dist/index.js",
"dependencies": {
"@readme/http-status-codes": "^6.4.0",
"@readme/markdown": "^6.4.0",
"@readme/markdown-magic": "^6.4.0",
"@readme/markdown": "^6.5.0",
"@readme/markdown-magic": "^6.5.0",
"@readme/oas-extensions": "^6.4.0",
"@readme/oas-to-har": "^6.4.0",
"@readme/oas-to-har": "^6.5.0",
"@readme/oas-tooling": "^3.3.2",
"@readme/react-jsonschema-form": "^1.1.5",
"@readme/syntax-highlighter": "^6.4.0",
"@readme/syntax-highlighter": "^6.5.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.4.0",
"version": "6.5.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.4.0",
"version": "6.5.0",
"dependencies": {
"@readme/emojis": "^1.0.0",
"@readme/syntax-highlighter": "^6.4.0",
"@readme/syntax-highlighter": "^6.5.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.4.0",
"version": "6.5.0",
"files": [
"styles",
"components",
"dist"
],
"dependencies": {
"@readme/emojis": "^1.0.0",
"@readme/syntax-highlighter": "^6.4.0",
"@readme/syntax-highlighter": "^6.5.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/oas-to-har/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/oas-to-har/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@readme/oas-to-har",
"description": "Utility to transform an OAS operation into a HAR representation",
"version": "6.4.0",
"version": "6.5.0",
"main": "src/index.js",
"dependencies": {
"@readme/oas-extensions": "^6.4.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.4.0",
"version": "6.5.0",
"dependencies": {
"@readme/variable": "^6.4.0",
"codemirror": "^5.48.2",
Expand Down

0 comments on commit b309721

Please sign in to comment.