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

Commit

Permalink
v4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Oct 15, 2019
1 parent 26ad3dd commit 14c9868
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 14 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ 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.10.0](https://github.com/readmeio/api-explorer/compare/v4.9.0...v4.10.0)

> 15 October 2019
- feat: Adding support for multiple media types [`#312`](https://github.com/readmeio/api-explorer/pull/312)
- deps: Bump @babel/core from 7.6.2 to 7.6.4 [`#338`](https://github.com/readmeio/api-explorer/pull/338)
- deps: Bump @babel/preset-react from 7.0.0 to 7.6.3 [`#337`](https://github.com/readmeio/api-explorer/pull/337)
- deps: Bump react-hot-loader from 4.12.14 to 4.12.15 [`#339`](https://github.com/readmeio/api-explorer/pull/339)
- deps: Bump enzyme-adapter-react-16 from 1.14.0 to 1.15.1 [`#340`](https://github.com/readmeio/api-explorer/pull/340)
- deps: Bump webpack from 4.41.0 to 4.41.1 [`#336`](https://github.com/readmeio/api-explorer/pull/336)
- deps: Bump react-dom from 16.8.6 to 16.10.2 [`#335`](https://github.com/readmeio/api-explorer/pull/335)
- deps: Bump nock from 11.3.5 to 11.3.6 [`#332`](https://github.com/readmeio/api-explorer/pull/332)
- deps: Bump eslint from 6.5.0 to 6.5.1 [`#334`](https://github.com/readmeio/api-explorer/pull/334)
- deps: Bump eslint-config-prettier from 6.3.0 to 6.4.0 [`#333`](https://github.com/readmeio/api-explorer/pull/333)
- deps: Bump remark-breaks from 1.0.0 to 1.0.3 [`#331`](https://github.com/readmeio/api-explorer/pull/331)
- deps: Bump react-hot-loader from 3.1.3 to 4.12.14 [`#327`](https://github.com/readmeio/api-explorer/pull/327)
- deps: Bump eslint-plugin-react from 7.14.3 to 7.16.0 [`#328`](https://github.com/readmeio/api-explorer/pull/328)
- deps: Bump babel-jest from 24.8.0 to 24.9.0 [`#329`](https://github.com/readmeio/api-explorer/pull/329)
- deps: Bump unified from 8.4.0 to 8.4.1 [`#330`](https://github.com/readmeio/api-explorer/pull/330)
- deps: [Security] Bump lodash from 4.17.11 to 4.17.15 [`#326`](https://github.com/readmeio/api-explorer/pull/326)
- chore: Update dist files [`26ad3dd`](https://github.com/readmeio/api-explorer/commit/26ad3dd7ea4d23969dd6c7d19e8740b8f3e55e29)

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

> 2 October 2019
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.9.0"
"version": "4.10.0"
}
10 changes: 5 additions & 5 deletions packages/api-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@readme/api-explorer",
"description": "UI components for the API explorer",
"version": "4.9.0",
"version": "4.10.0",
"main": "dist/index.js",
"dependencies": {
"@readme/markdown": "^4.9.0",
"@readme/oas-extensions": "^4.9.0",
"@readme/syntax-highlighter": "^4.9.0",
"@readme/variable": "^4.9.0",
"@readme/markdown": "^4.10.0",
"@readme/oas-extensions": "^4.10.0",
"@readme/syntax-highlighter": "^4.10.0",
"@readme/variable": "^4.10.0",
"classnames": "^2.2.5",
"fetch-har": "^2.0.0",
"httpsnippet": "^1.19.1",
Expand Down
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.9.0",
"version": "4.10.0",
"main": "dist/index.js",
"dependencies": {
"async-retry": "^1.2.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@readme/markdown",
"description": "ReadMe's React-based Markdown parser",
"version": "4.9.0",
"version": "4.10.0",
"dependencies": {
"@readme/syntax-highlighter": "^4.9.0",
"@readme/variable": "^4.9.0",
"@readme/syntax-highlighter": "^4.10.0",
"@readme/variable": "^4.10.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.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.9.0",
"version": "4.10.0",
"scripts": {
"test": "eslint -f unix ."
},
Expand Down
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.9.0",
"version": "4.10.0",
"dependencies": {
"@readme/variable": "^4.9.0",
"@readme/variable": "^4.10.0",
"codemirror": "^5.48.2",
"react": "^16.4.2"
},
Expand Down
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.9.0",
"version": "4.10.0",
"main": "index.jsx",
"dependencies": {
"classnames": "^2.2.6",
Expand Down

0 comments on commit 14c9868

Please sign in to comment.