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

Commit

Permalink
v4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Aug 30, 2019
1 parent b03890b commit 992468b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.8.2](https://github.com/readmeio/api-explorer/compare/v4.8.1...v4.8.2)

> 30 August 2019
- Add href attribute to <a> tags used for switching code tabs [`#292`](https://github.com/readmeio/api-explorer/pull/292)
- [Security] Bump mixin-deep from 1.3.1 to 1.3.2 [`#291`](https://github.com/readmeio/api-explorer/pull/291)
- Updating dist files. [`b03890b`](https://github.com/readmeio/api-explorer/commit/b03890b07c4d10faac4f16450b1b55586f7edf32)

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

> 27 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.8.1"
"version": "4.8.2"
}
2 changes: 1 addition & 1 deletion packages/api-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@readme/api-explorer",
"description": "UI components for the API explorer",
"version": "4.8.1",
"version": "4.8.2",
"main": "dist/index.js",
"dependencies": {
"@readme/markdown": "^4.8.1",
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": "4.8.1",
"version": "4.8.2",
"main": "dist/index.js",
"dependencies": {
"prop-types": "^15.7.2",
Expand Down

0 comments on commit 992468b

Please sign in to comment.