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

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domharrington committed Dec 21, 2018
1 parent 407d9b7 commit 379d14b
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 15 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ 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).

#### [2.7.3](https://github.com/readmeio/api-explorer/compare/v2.7.2...2.7.3)
### [3.0.0](https://github.com/readmeio/api-explorer/compare/v2.7.3...3.0.0)

> 21 December 2018
- Add some more tests for the API urls that get called during ApiLogs mount [`eafbc2a`](https://github.com/readmeio/api-explorer/commit/eafbc2ad5a978674e5af3befaccaced63f0b7f41)
- Replace url construction with passing in a query object into <ApiLogs> component [`fede8ad`](https://github.com/readmeio/api-explorer/commit/fede8ad32feda05b404f04c8c8794e3718a375ce)
- Prettier [`824bcc1`](https://github.com/readmeio/api-explorer/commit/824bcc19c20d262d8f7ac5d92f737d3693d91dac)

#### [v2.7.3](https://github.com/readmeio/api-explorer/compare/v2.7.2...v2.7.3)

> 20 December 2018
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": "2.7.3"
"version": "3.0.0"
}
10 changes: 5 additions & 5 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": "2.7.3",
"version": "3.0.0",
"main": "dist/index.js",
"dependencies": {
"@readme/markdown": "^2.5.0",
"@readme/oas-extensions": "^2.2.0",
"@readme/syntax-highlighter": "^2.3.0",
"@readme/variable": "^2.3.0",
"@readme/markdown": "^3.0.0",
"@readme/oas-extensions": "^3.0.0",
"@readme/syntax-highlighter": "^3.0.0",
"@readme/variable": "^3.0.0",
"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": "2.2.11",
"version": "3.0.0",
"main": "dist/index.js",
"dependencies": {
"prop-types": "^15.6.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": "2.5.0",
"version": "3.0.0",
"dependencies": {
"@readme/syntax-highlighter": "^2.3.0",
"@readme/variable": "^2.3.0",
"@readme/syntax-highlighter": "^3.0.0",
"@readme/variable": "^3.0.0",
"hast-util-sanitize": "^1.2.0",
"prop-types": "^15.6.2",
"react": "^16.4.2",
Expand Down
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 the OAS spec",
"version": "2.2.0",
"version": "3.0.0",
"scripts": {
"test": "eslint -f unix ."
},
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": "2.3.0",
"version": "3.0.0",
"dependencies": {
"@readme/variable": "^2.3.0",
"@readme/variable": "^3.0.0",
"codemirror": "^5.31.0",
"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": "2.3.0",
"version": "3.0.0",
"main": "index.jsx",
"dependencies": {
"classnames": "^2.2.6",
Expand Down

0 comments on commit 379d14b

Please sign in to comment.