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

Commit

Permalink
v4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Aug 27, 2019
1 parent 7341a08 commit e29d35e
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 14 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ 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.8.1](https://github.com/readmeio/api-explorer/compare/v4.8.0...v4.8.1)

> 27 August 2019
- Resolves issues where we're filtering out non-endpoint documents [`#279`](https://github.com/readmeio/api-explorer/pull/279)
- [Security] Bump eslint-utils from 1.3.1 to 1.4.2 [`#290`](https://github.com/readmeio/api-explorer/pull/290)
- Bump lerna from 3.14.1 to 3.16.4 [`#282`](https://github.com/readmeio/api-explorer/pull/282)
- Bump jest from 24.8.0 to 24.9.0 [`#289`](https://github.com/readmeio/api-explorer/pull/289)
- Bump swagger2openapi from 3.2.13 to 5.3.1 [`#272`](https://github.com/readmeio/api-explorer/pull/272)
- Adding a oneOf example with $refs. Does not currently work in action. [`7469d86`](https://github.com/readmeio/api-explorer/commit/7469d86e2f0eed0b5df9642354d55704336d25b9)
- Adding a circular example that'll fail due to a bug in RJSF. [`f7812f7`](https://github.com/readmeio/api-explorer/commit/f7812f7717fe4fbe4715ff5810c4bef624c0bfef)
- Updating dist files. [`7341a08`](https://github.com/readmeio/api-explorer/commit/7341a0817d4b2561ca78883e1ff5b8f80d839787)

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

> 13 August 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.8.0"
"version": "4.8.1"
}
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.8.0",
"version": "4.8.1",
"main": "dist/index.js",
"dependencies": {
"@readme/markdown": "^4.7.2",
"@readme/oas-extensions": "^4.5.2",
"@readme/syntax-highlighter": "^4.7.2",
"@readme/variable": "^4.7.2",
"@readme/markdown": "^4.8.1",
"@readme/oas-extensions": "^4.8.1",
"@readme/syntax-highlighter": "^4.8.1",
"@readme/variable": "^4.8.1",
"classnames": "^2.2.5",
"fetch-har": "^2.0.0",
"hast-util-sanitize": "^1.2.0",
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.7.2",
"version": "4.8.1",
"main": "dist/index.js",
"dependencies": {
"prop-types": "^15.7.2",
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.7.2",
"version": "4.8.1",
"dependencies": {
"@readme/syntax-highlighter": "^4.7.2",
"@readme/variable": "^4.7.2",
"@readme/syntax-highlighter": "^4.8.1",
"@readme/variable": "^4.8.1",
"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.5.2",
"version": "4.8.1",
"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.7.2",
"version": "4.8.1",
"dependencies": {
"@readme/variable": "^4.7.2",
"@readme/variable": "^4.8.1",
"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.7.2",
"version": "4.8.1",
"main": "index.jsx",
"dependencies": {
"classnames": "^2.2.6",
Expand Down

0 comments on commit e29d35e

Please sign in to comment.