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

Commit

Permalink
v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Apr 4, 2019
1 parent aa957ad commit bdf893d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,23 @@ 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.1.1](https://github.com/readmeio/api-explorer/compare/v4.1.0...v4.1.1)

> 4 April 2019
- Remove trailing slashes from paths and header parameter improvements [`#196`](https://github.com/readmeio/api-explorer/pull/196)
- Fix issue in remove-undefined-objects with `null` that would cause it to throw [`#195`](https://github.com/readmeio/api-explorer/pull/195)
- Add $ref lookup for params [`f7ac49c`](https://github.com/readmeio/api-explorer/commit/f7ac49c206942c5b222b532abef0f09bda99523c)
- If Accept header is specified in values, it trumps whatever is in the responses [`ea54673`](https://github.com/readmeio/api-explorer/commit/ea546739ef130121b4f4f9232df7beb7a75fd2ae)
- Working test [`ecfd3fa`](https://github.com/readmeio/api-explorer/commit/ecfd3fa8dba126dc2d0640c6d7e83bf86b9ff3d6)

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

> 4 March 2019
- support json-api content type [`4778161`](https://github.com/readmeio/api-explorer/commit/477816182e331917e5184c726b05ab064866db9e)
- Add latest dist and prettier [`f3782cc`](https://github.com/readmeio/api-explorer/commit/f3782cc9474f34b17d10464d0bbd2b3a22c6e072)
- Update changelog [`a6491d4`](https://github.com/readmeio/api-explorer/commit/a6491d4c34ba8469ad4b6e5a4d05140eae969eb7)

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

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.1.0"
"version": "4.1.1"
}
6 changes: 3 additions & 3 deletions packages/api-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@readme/api-explorer",
"description": "UI components for the API explorer",
"version": "4.1.0",
"version": "4.1.1",
"main": "dist/index.js",
"dependencies": {
"@readme/markdown": "^4.0.0",
"@readme/markdown": "^4.1.1",
"@readme/oas-extensions": "^4.0.0",
"@readme/syntax-highlighter": "^4.0.0",
"@readme/syntax-highlighter": "^4.1.1",
"@readme/variable": "^4.0.0",
"classnames": "^2.2.5",
"fetch-har": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@readme/markdown",
"description": "ReadMe's React-based Markdown parser",
"version": "4.0.0",
"version": "4.1.1",
"dependencies": {
"@readme/syntax-highlighter": "^4.0.0",
"@readme/syntax-highlighter": "^4.1.1",
"@readme/variable": "^4.0.0",
"hast-util-sanitize": "^1.2.0",
"prop-types": "^15.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax-highlighter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@readme/syntax-highlighter",
"description": "Syntax highlighter used on ReadMe.io",
"version": "4.0.0",
"version": "4.1.1",
"dependencies": {
"@readme/variable": "^4.0.0",
"codemirror": "^5.31.0",
Expand Down

0 comments on commit bdf893d

Please sign in to comment.