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

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Aug 13, 2018
1 parent 0117cbf commit 858ec8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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": "0.8.0"
"version": "0.8.1"
}
4 changes: 2 additions & 2 deletions packages/api-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@readme/api-explorer",
"description": "UI components for the API explorer",
"version": "0.8.0",
"version": "0.8.1",
"main": "dist/index.js",
"dependencies": {
"@readme/oas-extensions": "^0.7.0",
"@readme/syntax-highlighter": "^0.7.0",
"@readme/syntax-highlighter": "^0.8.1",
"classnames": "^2.2.5",
"fetch-har": "^2.0.0",
"httpsnippet": "^1.16.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/syntax-highlighter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@readme/syntax-highlighter",
"description": "Syntax highlighter used on ReadMe.io",
"version": "0.7.0",
"version": "0.8.1",
"dependencies": {
"codemirror": "^5.31.0"
},
Expand Down

0 comments on commit 858ec8e

Please sign in to comment.