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

Commit

Permalink
v4.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Jan 28, 2020
1 parent 4b60dc2 commit 3e177ed
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.16.1](https://github.com/readmeio/api-explorer/compare/v4.16.0...v4.16.1)

> 28 January 2020
- fix: updating the oas package to pull in some fixes for handling response schemas [`#461`](https://github.com/readmeio/api-explorer/pull/461)
- chore: updating dist files [`4b60dc2`](https://github.com/readmeio/api-explorer/commit/4b60dc2c176598ae763c50e34a3e28c35966237c)

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

> 27 January 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.16.0"
"version": "4.16.1"
}
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.

4 changes: 2 additions & 2 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.16.0",
"version": "4.16.1",
"main": "dist/index.js",
"dependencies": {
"@readme/markdown": "^4.16.0",
"@readme/oas-extensions": "^4.16.0",
"@readme/oas-to-har": "^4.16.0",
"@readme/oas-to-har": "^4.16.1",
"@readme/syntax-highlighter": "^4.16.0",
"@readme/variable": "^4.16.0",
"classnames": "^2.2.5",
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": "4.16.0",
"version": "4.16.1",
"main": "src/index.js",
"dependencies": {
"@readme/oas-extensions": "^4.16.0",
Expand Down

0 comments on commit 3e177ed

Please sign in to comment.