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

Commit

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

> 23 March 2020
- fix: using the appropriate markdown contexts when necessary [`#558`](https://github.com/readmeio/api-explorer/pull/558)
- chore(deps): Bump swagger2openapi from 5.3.4 to 5.4.0 [`#557`](https://github.com/readmeio/api-explorer/pull/557)
- chore(deps-dev): Bump @babel/core from 7.8.7 to 7.9.0 [`#556`](https://github.com/readmeio/api-explorer/pull/556)
- chore(deps-dev): Bump @babel/preset-env from 7.8.7 to 7.9.0 [`#555`](https://github.com/readmeio/api-explorer/pull/555)
- chore(deps-dev): Bump @babel/plugin-proposal-object-rest-spread [`#553`](https://github.com/readmeio/api-explorer/pull/553)
- chore(deps-dev): Bump @babel/preset-react from 7.8.3 to 7.9.1 [`#552`](https://github.com/readmeio/api-explorer/pull/552)
- chore(deps): Bump react from 16.13.0 to 16.13.1 [`#551`](https://github.com/readmeio/api-explorer/pull/551)
- chore(deps): Bump fetch-har from 2.3.0 to 2.3.1 [`#550`](https://github.com/readmeio/api-explorer/pull/550)
- chore(deps): Bump codemirror from 5.52.0 to 5.52.2 [`#549`](https://github.com/readmeio/api-explorer/pull/549)
- chore(deps-dev): upgrading @readme/eslint-config to 2.0.0 [`#547`](https://github.com/readmeio/api-explorer/pull/547)
- style: upgrading prettier to 2.0 [`#546`](https://github.com/readmeio/api-explorer/pull/546)
- build: updating dist files [`055a58a`](https://github.com/readmeio/api-explorer/commit/055a58a6ddbe3c6e039e564ddf6e99505f023d99)
- docs: adding a pull request template [`5818d33`](https://github.com/readmeio/api-explorer/commit/5818d33e038143b96d94cfce0db74b68d6c887d4)

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

> 20 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.9"
"version": "6.0.10"
}
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.0.9",
"version": "6.0.10",
"main": "dist/index.js",
"dependencies": {
"@readme/http-status-codes": "^6.0.5",
"@readme/markdown": "^6.0.6",
"@readme/markdown-magic": "^6.0.6",
"@readme/http-status-codes": "^6.0.10",
"@readme/markdown": "^6.0.10",
"@readme/markdown-magic": "^6.0.10",
"@readme/oas-extensions": "^6.0.5",
"@readme/oas-to-har": "^6.0.9",
"@readme/oas-to-har": "^6.0.10",
"@readme/oas-tooling": "^3.1.2",
"@readme/react-jsonschema-form": "^1.1.2",
"@readme/syntax-highlighter": "^6.0.5",
"@readme/variable": "^6.0.5",
"@readme/syntax-highlighter": "^6.0.10",
"@readme/variable": "^6.0.10",
"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.0.5",
"version": "6.0.10",
"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.0.5",
"version": "6.0.10",
"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.0.6",
"version": "6.0.10",
"dependencies": {
"@readme/emojis": "^1.0.0",
"@readme/syntax-highlighter": "^6.0.5",
"@readme/variable": "^6.0.5",
"@readme/syntax-highlighter": "^6.0.10",
"@readme/variable": "^6.0.10",
"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,11 +2,11 @@
"name": "@readme/markdown",
"main": "dist/main.js",
"description": "ReadMe's React-based Markdown parser",
"version": "6.0.6",
"version": "6.0.10",
"dependencies": {
"@readme/emojis": "^1.0.0",
"@readme/syntax-highlighter": "^6.0.5",
"@readme/variable": "^6.0.5",
"@readme/syntax-highlighter": "^6.0.10",
"@readme/variable": "^6.0.10",
"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.0.9",
"version": "6.0.10",
"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.0.5",
"version": "6.0.10",
"dependencies": {
"@readme/variable": "^6.0.5",
"@readme/variable": "^6.0.10",
"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.0.5",
"version": "6.0.10",
"main": "index.jsx",
"dependencies": {
"classnames": "^2.2.6",
Expand Down

0 comments on commit f3afe00

Please sign in to comment.