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

Commit

Permalink
v13.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Jun 11, 2021
1 parent 841d01f commit 2aa871a
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## <small>13.4.10 (2021-06-11)</small>

* chore: updating oas to v13 (#1321) ([841d01f](https://github.com/readmeio/api-explorer/commit/841d01f)), closes [#1321](https://github.com/readmeio/api-explorer/issues/1321)
* fix(code snippets): align curl params in code snippets correctly (#1320) ([34039e2](https://github.com/readmeio/api-explorer/commit/34039e2)), closes [#1320](https://github.com/readmeio/api-explorer/issues/1320)



## <small>13.4.9 (2021-06-11)</small>

* feat: moving local development up to npm@7 (#1318) ([7738bb8](https://github.com/readmeio/api-explorer/commit/7738bb8)), closes [#1318](https://github.com/readmeio/api-explorer/issues/1318)
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": "13.4.9"
"version": "13.4.10"
}
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.

2 changes: 1 addition & 1 deletion packages/api-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@readme/api-explorer",
"description": "UI components for the API explorer",
"version": "13.4.9",
"version": "13.4.10",
"main": "dist/index.js",
"author": "Dom Harrington <dom@harrington-mail.com>",
"license": "ISC",
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 extend the OAS spec",
"version": "13.4.9",
"version": "13.4.10",
"author": "Dom Harrington <dom@harrington-mail.com>",
"license": "ISC",
"repository": {
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": "13.4.9",
"version": "13.4.10",
"main": "src/index.js",
"author": "Jon Ursenbach <jon@ursenba.ch>",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/oas-to-snippet/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-snippet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@readme/oas-to-snippet",
"description": "Transform an OpenAPI operation into a code snippet",
"version": "13.4.9",
"version": "13.4.10",
"main": "src/index.js",
"author": "Jon Ursenbach <jon@readme.io>",
"license": "MIT",
Expand Down

0 comments on commit 2aa871a

Please sign in to comment.