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

Commit

Permalink
v6.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Mar 24, 2020
1 parent 10098a0 commit ee99feb
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.0.12](https://github.com/readmeio/api-explorer/compare/v6.0.11...v6.0.12)

> 24 March 2020
- fix: support for repairing malformed array schemas [`#560`](https://github.com/readmeio/api-explorer/pull/560)
- build: updating dist files [`10098a0`](https://github.com/readmeio/api-explorer/commit/10098a0878ec16f7581221735a04dd05225e5d28)

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

> 23 March 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.0.11"
"version": "6.0.12"
}
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.

6 changes: 3 additions & 3 deletions packages/api-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@readme/api-explorer",
"description": "UI components for the API explorer",
"version": "6.0.11",
"version": "6.0.12",
"main": "dist/index.js",
"dependencies": {
"@readme/http-status-codes": "^6.0.10",
"@readme/markdown": "^6.0.11",
"@readme/markdown": "^6.0.12",
"@readme/markdown-magic": "^6.0.10",
"@readme/oas-extensions": "^6.0.5",
"@readme/oas-to-har": "^6.0.10",
"@readme/oas-to-har": "^6.0.12",
"@readme/oas-tooling": "^3.1.2",
"@readme/react-jsonschema-form": "^1.1.2",
"@readme/syntax-highlighter": "^6.0.10",
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.0.10",
"version": "6.0.12",
"main": "dist/index.js",
"dependencies": {
"async-retry": "^1.2.3",
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.0.11",
"version": "6.0.12",
"dependencies": {
"@readme/emojis": "^1.0.0",
"@readme/syntax-highlighter": "^6.0.10",
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.0.10",
"version": "6.0.12",
"main": "src/index.js",
"dependencies": {
"@readme/oas-extensions": "^6.0.5",
Expand Down

0 comments on commit ee99feb

Please sign in to comment.