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

Commit

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

> 6 November 2019
- chore: instituting new code standards on prop ordering [`#366`](https://github.com/readmeio/api-explorer/pull/366)
- fix: responses stored as a $ref wouldn't be fully loaded [`#364`](https://github.com/readmeio/api-explorer/pull/364)
- chore: updating dist files [`e5b5ec4`](https://github.com/readmeio/api-explorer/commit/e5b5ec42450b1293ed366b98ccbde0ee35301250)
- chore: we're no longer using codeclimate [`b32ac6e`](https://github.com/readmeio/api-explorer/commit/b32ac6e0876e541e139d067eb507be302f99478d)

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

> 4 November 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.11.0"
"version": "4.11.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,11 +1,11 @@
{
"name": "@readme/api-explorer",
"description": "UI components for the API explorer",
"version": "4.11.0",
"version": "4.11.1",
"main": "dist/index.js",
"dependencies": {
"@readme/markdown": "^4.11.0",
"@readme/oas-extensions": "^4.10.5",
"@readme/oas-extensions": "^4.11.1",
"@readme/syntax-highlighter": "^4.11.0",
"@readme/variable": "^4.11.0",
"classnames": "^2.2.5",
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.11.0",
"version": "4.11.1",
"main": "dist/index.js",
"dependencies": {
"async-retry": "^1.2.3",
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.10.5",
"version": "4.11.1",
"scripts": {
"test": "eslint -f unix ."
},
Expand Down

0 comments on commit 0703097

Please sign in to comment.