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

Commit

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

> 13 April 2020
- fix: bug where responses with multiple examples weren't rendered properly [`#599`](https://github.com/readmeio/api-explorer/pull/599)
- chore(deps-dev): Bump @babel/preset-env from 7.9.0 to 7.9.5 [`#593`](https://github.com/readmeio/api-explorer/pull/593)
- chore(deps-dev): Bump jest from 25.2.4 to 25.3.0 [`#594`](https://github.com/readmeio/api-explorer/pull/594)
- chore(deps): Bump swagger2openapi from 6.0.1 to 6.0.2 [`#597`](https://github.com/readmeio/api-explorer/pull/597)
- build: updating dist files [`6dad552`](https://github.com/readmeio/api-explorer/commit/6dad55226b6d4e5c10f652bc709049f139089656)

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

> 12 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.4"
"version": "6.3.5"
}
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.

14 changes: 7 additions & 7 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.4",
"version": "6.3.5",
"main": "dist/index.js",
"dependencies": {
"@readme/http-status-codes": "^6.2.0",
"@readme/markdown": "^6.3.4",
"@readme/markdown-magic": "^6.3.4",
"@readme/http-status-codes": "^6.3.5",
"@readme/markdown": "^6.3.5",
"@readme/markdown-magic": "^6.3.5",
"@readme/oas-extensions": "^6.0.5",
"@readme/oas-to-har": "^6.3.3",
"@readme/oas-to-har": "^6.3.5",
"@readme/oas-tooling": "^3.1.8",
"@readme/react-jsonschema-form": "^1.1.5",
"@readme/syntax-highlighter": "^6.3.4",
"@readme/variable": "^6.2.0",
"@readme/syntax-highlighter": "^6.3.5",
"@readme/variable": "^6.3.5",
"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.0",
"version": "6.3.5",
"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.2.0",
"version": "6.3.5",
"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.

6 changes: 3 additions & 3 deletions packages/markdown-magic/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@readme/markdown-magic",
"description": "ReadMe's React-based legacy Markdown parser",
"version": "6.3.4",
"version": "6.3.5",
"dependencies": {
"@readme/emojis": "^1.0.0",
"@readme/syntax-highlighter": "^6.3.4",
"@readme/variable": "^6.2.0",
"@readme/syntax-highlighter": "^6.3.5",
"@readme/variable": "^6.3.5",
"hast-util-sanitize": "^1.2.0",
"prop-types": "^15.7.2",
"react": "^16.4.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.

6 changes: 3 additions & 3 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "@readme/markdown",
"main": "dist/main.js",
"description": "ReadMe's React-based Markdown parser",
"version": "6.3.4",
"version": "6.3.5",
"files": [
"styles",
"components",
"dist"
],
"dependencies": {
"@readme/emojis": "^1.0.0",
"@readme/syntax-highlighter": "^6.3.4",
"@readme/variable": "^6.2.0",
"@readme/syntax-highlighter": "^6.3.5",
"@readme/variable": "^6.3.5",
"hast-util-sanitize": "^1.2.0",
"prop-types": "^15.7.2",
"react": "^16.4.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.3.3",
"version": "6.3.5",
"main": "src/index.js",
"dependencies": {
"@readme/oas-extensions": "^6.0.5",
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.

4 changes: 2 additions & 2 deletions packages/syntax-highlighter/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@readme/syntax-highlighter",
"description": "Syntax highlighter used on ReadMe.io",
"version": "6.3.4",
"version": "6.3.5",
"dependencies": {
"@readme/variable": "^6.2.0",
"@readme/variable": "^6.3.5",
"codemirror": "^5.48.2",
"react": "^16.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/variable/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/variable/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@readme/variable",
"description": "React component for Variables",
"version": "6.2.0",
"version": "6.3.5",
"main": "index.jsx",
"dependencies": {
"classnames": "^2.2.6",
Expand Down

0 comments on commit 418afe1

Please sign in to comment.