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

Commit

Permalink
v2.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mjcuva committed Oct 19, 2018
1 parent 0ceade8 commit 0bb7ba4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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": "2.2.8"
"version": "2.2.9"
}
4 changes: 2 additions & 2 deletions packages/api-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@readme/api-explorer",
"description": "UI components for the API explorer",
"version": "2.2.5",
"version": "2.2.9",
"main": "dist/index.js",
"dependencies": {
"@readme/markdown": "^2.2.0",
"@readme/markdown": "^2.2.9",
"@readme/oas-extensions": "^2.2.0",
"@readme/syntax-highlighter": "^2.2.0",
"@readme/variable": "^2.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.8",
"version": "2.2.9",
"main": "dist/index.js",
"dependencies": {
"prop-types": "^15.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@readme/markdown",
"description": "ReadMe's React-based Markdown parser",
"version": "2.2.0",
"version": "2.2.9",
"dependencies": {
"@readme/syntax-highlighter": "^2.2.0",
"@readme/variable": "^2.2.0",
Expand Down

0 comments on commit 0bb7ba4

Please sign in to comment.