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

Commit

Permalink
v4.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Feb 18, 2020
1 parent dedcfca commit 234e101
Show file tree
Hide file tree
Showing 16 changed files with 44 additions and 24 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ 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).

#### [v4.18.0](https://github.com/readmeio/api-explorer/compare/v4.17.1...v4.18.0)

> 18 February 2020
- chore(deps-dev): Bump nock from 11.8.2 to 12.0.0 [`#480`](https://github.com/readmeio/api-explorer/pull/480)
- chore(deps): Bump react-jsonschema-form from `e5ad900` to `3a3a478` [`#481`](https://github.com/readmeio/api-explorer/pull/481)
- chore(deps): Bump react-hot-loader from 4.12.16 to 4.12.19 [`#482`](https://github.com/readmeio/api-explorer/pull/482)
- fix: adding in support for handling legacy manual api multi-examples [`#479`](https://github.com/readmeio/api-explorer/pull/479)
- feat: importing @readme/emojis in the markdown processor [`#473`](https://github.com/readmeio/api-explorer/pull/473)
- chore(deps-dev): Bump @readme/eslint-config from 1.10.0 to 1.12.0 [`#478`](https://github.com/readmeio/api-explorer/pull/478)
- chore(deps-dev): Bump webpack-dev-server from 3.10.2 to 3.10.3 [`#476`](https://github.com/readmeio/api-explorer/pull/476)
- chore(deps): Bump swagger2openapi from 5.3.2 to 5.3.3 [`#477`](https://github.com/readmeio/api-explorer/pull/477)
- chore(deps-dev): Bump nock from 11.7.2 to 11.8.2 [`#475`](https://github.com/readmeio/api-explorer/pull/475)
- chore(deps): Bump oas from 1.5.0 to 1.5.2 [`#474`](https://github.com/readmeio/api-explorer/pull/474)
- chore(deps-dev): Bump terser-webpack-plugin from 2.3.2 to 2.3.4 [`#468`](https://github.com/readmeio/api-explorer/pull/468)
- chore(deps-dev): Bump @babel/core from 7.8.3 to 7.8.4 [`#467`](https://github.com/readmeio/api-explorer/pull/467)
- chore(deps-dev): Bump webpack-dev-server from 3.10.1 to 3.10.2 [`#470`](https://github.com/readmeio/api-explorer/pull/470)
- chore(deps-dev): Bump @babel/preset-env from 7.8.3 to 7.8.4 [`#465`](https://github.com/readmeio/api-explorer/pull/465)
- build: updating dist files [`dedcfca`](https://github.com/readmeio/api-explorer/commit/dedcfcae436574aad45b7e160e0943218a93b19f)

#### [v4.17.1](https://github.com/readmeio/api-explorer/compare/v4.17.0...v4.17.1)

> 9 February 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": "4.17.1"
"version": "4.18.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.

12 changes: 6 additions & 6 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": "4.17.1",
"version": "4.18.0",
"main": "dist/index.js",
"dependencies": {
"@readme/markdown": "^4.16.0",
"@readme/oas-extensions": "^4.16.0",
"@readme/oas-to-har": "^4.16.3",
"@readme/syntax-highlighter": "^4.16.0",
"@readme/variable": "^4.16.0",
"@readme/markdown": "^4.18.0",
"@readme/oas-extensions": "^4.18.0",
"@readme/oas-to-har": "^4.18.0",
"@readme/syntax-highlighter": "^4.18.0",
"@readme/variable": "^4.18.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": "4.16.0",
"version": "4.18.0",
"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.

6 changes: 3 additions & 3 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@readme/markdown",
"description": "ReadMe's React-based Markdown parser",
"version": "4.16.0",
"version": "4.18.0",
"dependencies": {
"@readme/emojis": "^1.0.0",
"@readme/syntax-highlighter": "^4.16.0",
"@readme/variable": "^4.16.0",
"@readme/syntax-highlighter": "^4.18.0",
"@readme/variable": "^4.18.0",
"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-extensions/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-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@readme/oas-extensions",
"description": "A list of extensions that ReadMe has added to the OAS spec",
"version": "4.16.0",
"version": "4.18.0",
"scripts": {
"test": "eslint ."
},
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.

4 changes: 2 additions & 2 deletions packages/oas-to-har/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@readme/oas-to-har",
"description": "Utility to transform an OAS operation into a HAR representation",
"version": "4.16.3",
"version": "4.18.0",
"main": "src/index.js",
"dependencies": {
"@readme/oas-extensions": "^4.16.0",
"@readme/oas-extensions": "^4.18.0",
"oas": "^1.5.1",
"querystring": "^0.2.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.

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": "4.16.0",
"version": "4.18.0",
"dependencies": {
"@readme/variable": "^4.16.0",
"@readme/variable": "^4.18.0",
"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": "4.16.0",
"version": "4.18.0",
"main": "index.jsx",
"dependencies": {
"classnames": "^2.2.6",
Expand Down

0 comments on commit 234e101

Please sign in to comment.