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

Commit

Permalink
v6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Apr 21, 2020
1 parent ca2ec1d commit 67ebc1d
Show file tree
Hide file tree
Showing 20 changed files with 45 additions and 313 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.4.0](https://github.com/readmeio/api-explorer/compare/v6.3.12...v6.4.0)

> 21 April 2020
- fix: anchor processing [`#605`](https://github.com/readmeio/api-explorer/pull/605)
- chore(deps-dev): Bump @babel/plugin-proposal-object-rest-spread [`#609`](https://github.com/readmeio/api-explorer/pull/609)
- chore(deps-dev): Bump style-loader from 1.1.3 to 1.1.4 [`#611`](https://github.com/readmeio/api-explorer/pull/611)
- chore(deps): Bump swagger2openapi from 6.0.2 to 6.0.3 [`#613`](https://github.com/readmeio/api-explorer/pull/613)
- chore(deps-dev): Bump jest from 25.3.0 to 25.4.0 [`#612`](https://github.com/readmeio/api-explorer/pull/612)
- chore(deps-dev): Bump @readme/eslint-config from 2.0.0 to 2.0.4 [`#610`](https://github.com/readmeio/api-explorer/pull/610)
- chore(deps-dev): Bump babel-jest from 25.2.6 to 25.4.0 [`#615`](https://github.com/readmeio/api-explorer/pull/615)
- build: updating dist files [`ca2ec1d`](https://github.com/readmeio/api-explorer/commit/ca2ec1d0500e83cb6b9261d01f7c987409e26f7f)

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

> 17 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.12"
"version": "6.4.0"
}
283 changes: 1 addition & 282 deletions packages/api-explorer/package-lock.json

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

16 changes: 8 additions & 8 deletions packages/api-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@readme/api-explorer",
"description": "UI components for the API explorer",
"version": "6.3.12",
"version": "6.4.0",
"main": "dist/index.js",
"dependencies": {
"@readme/http-status-codes": "^6.3.5",
"@readme/markdown": "^6.3.12",
"@readme/markdown-magic": "^6.3.12",
"@readme/oas-extensions": "^6.0.5",
"@readme/oas-to-har": "^6.3.12",
"@readme/http-status-codes": "^6.4.0",
"@readme/markdown": "^6.4.0",
"@readme/markdown-magic": "^6.4.0",
"@readme/oas-extensions": "^6.4.0",
"@readme/oas-to-har": "^6.4.0",
"@readme/oas-tooling": "^3.1.10",
"@readme/react-jsonschema-form": "^1.1.5",
"@readme/syntax-highlighter": "^6.3.5",
"@readme/variable": "^6.3.5",
"@readme/syntax-highlighter": "^6.4.0",
"@readme/variable": "^6.4.0",
"classnames": "^2.2.5",
"fetch-har": "^2.2.1",
"httpsnippet": "^1.19.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.3.5",
"version": "6.4.0",
"main": "dist/index.js",
"dependencies": {
"async-retry": "^1.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/http-status-codes/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/http-status-codes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@readme/http-status-codes",
"description": "Utility to lookup HTTP status codes",
"version": "6.3.5",
"version": "6.4.0",
"main": "src/index.js",
"scripts": {
"inspect": "jsinspect",
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.

Loading

0 comments on commit 67ebc1d

Please sign in to comment.