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

Commit

Permalink
v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Aug 8, 2019
1 parent a36e007 commit ce1dece
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 11 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.7.0](https://github.com/readmeio/api-explorer/compare/v4.6.1...v4.7.0)

> 8 August 2019
- Updating CodeMirror and adding support for a few new languages. [`#269`](https://github.com/readmeio/api-explorer/pull/269)
- Updating the dist files. [`a36e007`](https://github.com/readmeio/api-explorer/commit/a36e007754d77c9bc265848f4a16e6f89f2f0480)

#### [v4.6.1](https://github.com/readmeio/api-explorer/compare/v4.6.0...v4.6.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.6.1"
"version": "4.7.0"
}
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.6.1",
"version": "4.7.0",
"main": "dist/index.js",
"dependencies": {
"@readme/markdown": "^4.6.0",
"@readme/markdown": "^4.7.0",
"@readme/oas-extensions": "^4.5.2",
"@readme/syntax-highlighter": "^4.6.0",
"@readme/variable": "^4.3.2",
"@readme/syntax-highlighter": "^4.7.0",
"@readme/variable": "^4.7.0",
"classnames": "^2.2.5",
"fetch-har": "^2.0.0",
"hast-util-sanitize": "^1.2.0",
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.6.0",
"version": "4.7.0",
"dependencies": {
"@readme/syntax-highlighter": "^4.6.0",
"@readme/variable": "^4.3.2",
"@readme/syntax-highlighter": "^4.7.0",
"@readme/variable": "^4.7.0",
"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.6.0",
"version": "4.7.0",
"dependencies": {
"@readme/variable": "^4.3.2",
"@readme/variable": "^4.7.0",
"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.3.2",
"version": "4.7.0",
"main": "index.jsx",
"dependencies": {
"classnames": "^2.2.6",
Expand Down

0 comments on commit ce1dece

Please sign in to comment.