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

Commit

Permalink
v4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Aug 12, 2019
1 parent b9addfd commit 033b602
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 12 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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.7.2](https://github.com/readmeio/api-explorer/compare/v4.7.1...v4.7.2)

> 12 August 2019
- If the explorer is disabled, ArrayField components should be addable but uneditable [`#259`](https://github.com/readmeio/api-explorer/pull/259)
- Revert "Bump react-visibility-sensor from 4.1.3 to 5.1.1 (#264)" [`#273`](https://github.com/readmeio/api-explorer/pull/273)
- Bump prettier from 1.6.1 to 1.18.2 [`#271`](https://github.com/readmeio/api-explorer/pull/271)
- Bump react-visibility-sensor from 4.1.3 to 5.1.1 [`#264`](https://github.com/readmeio/api-explorer/pull/264)
- [Security] Bump stringstream from 0.0.5 to 0.0.6 [`#263`](https://github.com/readmeio/api-explorer/pull/263)
- Adding an object without a type example to the `types` example file. [`70909b5`](https://github.com/readmeio/api-explorer/commit/70909b5ac656d367425bbc208296fede5a2f1188)
- Updating the dist files. [`b9addfd`](https://github.com/readmeio/api-explorer/commit/b9addfda88fd603a9d097af4da0b74584440f569)

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

> 8 August 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.7.1"
"version": "4.7.2"
}
8 changes: 4 additions & 4 deletions packages/api-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@readme/api-explorer",
"description": "UI components for the API explorer",
"version": "4.7.1",
"version": "4.7.2",
"main": "dist/index.js",
"dependencies": {
"@readme/markdown": "^4.7.0",
"@readme/markdown": "^4.7.2",
"@readme/oas-extensions": "^4.5.2",
"@readme/syntax-highlighter": "^4.7.0",
"@readme/variable": "^4.7.0",
"@readme/syntax-highlighter": "^4.7.2",
"@readme/variable": "^4.7.2",
"classnames": "^2.2.5",
"fetch-har": "^2.0.0",
"hast-util-sanitize": "^1.2.0",
Expand Down
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.6.0",
"version": "4.7.2",
"main": "dist/index.js",
"dependencies": {
"prop-types": "^15.7.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@readme/markdown",
"description": "ReadMe's React-based Markdown parser",
"version": "4.7.0",
"version": "4.7.2",
"dependencies": {
"@readme/syntax-highlighter": "^4.7.0",
"@readme/variable": "^4.7.0",
"@readme/syntax-highlighter": "^4.7.2",
"@readme/variable": "^4.7.2",
"hast-util-sanitize": "^1.2.0",
"prop-types": "^15.7.2",
"react": "^16.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/syntax-highlighter/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@readme/syntax-highlighter",
"description": "Syntax highlighter used on ReadMe.io",
"version": "4.7.0",
"version": "4.7.2",
"dependencies": {
"@readme/variable": "^4.7.0",
"@readme/variable": "^4.7.2",
"codemirror": "^5.48.2",
"react": "^16.4.2"
},
Expand Down
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": "4.7.0",
"version": "4.7.2",
"main": "index.jsx",
"dependencies": {
"classnames": "^2.2.6",
Expand Down

0 comments on commit 033b602

Please sign in to comment.