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

Commit

Permalink
v6.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Jun 19, 2020
1 parent 7ba0755 commit fb97a88
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 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).

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

> 19 June 2020
- chore(deps): upgrading @readme/oas-tooling and httpsnippet-client-api [`#798`](https://github.com/readmeio/api-explorer/pull/798)
- chore(deps): upgrading httpsnippet-client-api to resolve issues [`#797`](https://github.com/readmeio/api-explorer/pull/797)
- ci: addition of a bundlewatch workflow [`#796`](https://github.com/readmeio/api-explorer/pull/796)
- build: updating dist files [`7ba0755`](https://github.com/readmeio/api-explorer/commit/7ba07559468cf57acbfad6efba6c0ff7ae582960)

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

> 17 June 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": "6.11.0"
"version": "6.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,14 +1,14 @@
{
"name": "@readme/api-explorer",
"description": "UI components for the API explorer",
"version": "6.11.0",
"version": "6.11.1",
"main": "dist/index.js",
"dependencies": {
"@readme/http-status-codes": "^6.11.0",
"@readme/markdown": "^6.10.2",
"@readme/markdown-magic": "^6.10.2",
"@readme/oas-extensions": "^6.10.2",
"@readme/oas-to-har": "^6.11.0",
"@readme/oas-to-har": "^6.11.1",
"@readme/oas-tooling": "^3.4.7",
"@readme/react-jsonschema-form": "^1.1.5",
"@readme/syntax-highlighter": "^6.10.2",
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": "6.11.0",
"version": "6.11.1",
"main": "src/index.js",
"dependencies": {
"@readme/oas-extensions": "^6.10.2",
Expand Down

0 comments on commit fb97a88

Please sign in to comment.