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

Commit

Permalink
v10.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Dec 11, 2020
1 parent 0da9230 commit 5e5157b
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## <small>10.0.7 (2020-12-11)</small>

* chore(deps): bump ini from 1.3.5 to 1.3.8 in /packages/variable (#1099) ([0da9230](https://github.com/readmeio/api-explorer/commit/0da9230)), closes [#1099](https://github.com/readmeio/api-explorer/issues/1099)
* fix(tutorials): solving ux issues within tutorial modal (#1093) ([aaed2d6](https://github.com/readmeio/api-explorer/commit/aaed2d6)), closes [#1093](https://github.com/readmeio/api-explorer/issues/1093)
* refactor: use nanoid instead of shortid (#1095) ([2479089](https://github.com/readmeio/api-explorer/commit/2479089)), closes [#1095](https://github.com/readmeio/api-explorer/issues/1095)
* docs: removing unnecessary line breaks from the petstore example ([64db892](https://github.com/readmeio/api-explorer/commit/64db892))



## <small>10.0.6 (2020-12-09)</small>

* fix: bug where it takes two clicks to get a code snippet to copy (#1096) ([e5bd424](https://github.com/readmeio/api-explorer/commit/e5bd424)), closes [#1096](https://github.com/readmeio/api-explorer/issues/1096)
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": "10.0.6"
"version": "10.0.7"
}
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.

8 changes: 4 additions & 4 deletions 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": "10.0.6",
"version": "10.0.7",
"main": "dist/index.js",
"author": "Dom Harrington <dom@harrington-mail.com>",
"license": "ISC",
Expand All @@ -22,15 +22,15 @@
"@readme/http-status-codes": "^7.1.0",
"@readme/markdown-magic": "^11.0.0",
"@readme/oas-extensions": "^10.0.4",
"@readme/oas-form": "^10.0.4",
"@readme/oas-form": "^10.0.7",
"@readme/oas-to-har": "^10.0.5",
"@readme/oas-to-snippet": "^10.0.5",
"@readme/syntax-highlighter": "^10.4.1",
"classnames": "^2.2.5",
"fetch-har": "^4.0.2",
"js-cookie": "^2.1.4",
"lodash.kebabcase": "^4.1.1",
"lodash.clonedeep": "^4.5.0",
"lodash.kebabcase": "^4.1.1",
"oas": "^6.1.0",
"prop-types": "^15.7.2",
"react-copy-to-clipboard": "^5.0.1",
Expand All @@ -51,7 +51,7 @@
"@readme/markdown": "^6.21.0",
"@readme/oas-examples": "^3.6.0",
"@readme/ui": "^1.17.0",
"@readme/variable": "^10.0.4",
"@readme/variable": "^10.0.7",
"@testing-library/dom": "^7.26.3",
"css-loader": "^4.3.0",
"eslint": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/oas-form/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-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@readme/oas-form",
"version": "10.0.4",
"version": "10.0.7",
"description": "A simple React component capable of building HTML forms out of an OpenAPI definition.",
"main": "src/index.js",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/variable/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/variable/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@readme/variable",
"description": "React component for Variables",
"version": "10.0.4",
"version": "10.0.7",
"main": "dist/index.js",
"author": "Dom Harrington <dom@harrington-mail.com>",
"license": "ISC",
Expand Down

0 comments on commit 5e5157b

Please sign in to comment.