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

Commit

Permalink
v4.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Feb 27, 2020
1 parent 448ff1e commit 81d1816
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 20 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.19.2](https://github.com/readmeio/api-explorer/compare/v4.19.1...v4.19.2)

> 27 February 2020
- chore: excluding test coverage directories from npm [`9b88cf5`](https://github.com/readmeio/api-explorer/commit/9b88cf5e9f0a20a473c1d9c488c71b338a7137e4)
- chore: updating dist files [`448ff1e`](https://github.com/readmeio/api-explorer/commit/448ff1eaaf83218d651bd60f599f454a1ea3ae0f)

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

> 27 February 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": "4.19.1"
"version": "4.19.2"
}
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.

10 changes: 5 additions & 5 deletions packages/api-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@readme/api-explorer",
"description": "UI components for the API explorer",
"version": "4.19.1",
"version": "4.19.2",
"main": "dist/index.js",
"dependencies": {
"@readme/markdown": "^4.18.2",
"@readme/markdown": "^4.19.2",
"@readme/oas-extensions": "^4.18.2",
"@readme/oas-to-har": "^4.19.1",
"@readme/oas-to-har": "^4.19.2",
"@readme/oas-tooling": "^2.1.1",
"@readme/syntax-highlighter": "^4.18.2",
"@readme/variable": "^4.18.2",
"@readme/syntax-highlighter": "^4.19.2",
"@readme/variable": "^4.19.2",
"classnames": "^2.2.5",
"fetch-har": "^2.2.1",
"httpsnippet": "^1.19.1",
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.18.2",
"version": "4.19.2",
"main": "dist/index.js",
"dependencies": {
"async-retry": "^1.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@readme/markdown",
"description": "ReadMe's React-based Markdown parser",
"version": "4.18.2",
"version": "4.19.2",
"dependencies": {
"@readme/emojis": "^1.0.0",
"@readme/syntax-highlighter": "^4.18.2",
"@readme/variable": "^4.18.2",
"@readme/syntax-highlighter": "^4.19.2",
"@readme/variable": "^4.19.2",
"hast-util-sanitize": "^1.2.0",
"prop-types": "^15.7.2",
"react": "^16.4.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": "4.19.1",
"version": "4.19.2",
"main": "src/index.js",
"dependencies": {
"@readme/oas-extensions": "^4.18.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax-highlighter/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/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.18.2",
"version": "4.19.2",
"dependencies": {
"@readme/variable": "^4.18.2",
"@readme/variable": "^4.19.2",
"codemirror": "^5.48.2",
"react": "^16.4.2"
},
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": "4.18.2",
"version": "4.19.2",
"main": "index.jsx",
"dependencies": {
"classnames": "^2.2.6",
Expand Down

0 comments on commit 81d1816

Please sign in to comment.