Compare commits

...

3 Commits

Author SHA1 Message Date
Roman Hotsiy
dbbcfd4e2b
v1.22.0 2018-05-02 13:06:16 +03:00
Roman Hotsiy
a966b1fee2
chore: pinpoint hint.css version to 2.3.2 2018-05-02 12:44:58 +03:00
Roman Hotsiy
14a1418b80
docs: add version note [ci skip] 2018-03-21 17:45:26 +02:00
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,10 @@
<a name="1.22.0"></a>
# [1.22.0](https://github.com/Rebilly/ReDoc/compare/v1.21.2...v1.22.0) (2018-05-02)
### Bug Fixes
* pinpoint version of hint.css to 2.3.2 to prevent licensing issue [#478](https://github.com/Rebilly/ReDoc/issues/478), reported by [@rickity-cricket](https://github.com/rickity-cricket)
<a name="1.21.2"></a>
## [1.21.2](https://github.com/Rebilly/ReDoc/compare/v1.21.1...v1.21.2) (2018-02-26)

View File

@ -4,6 +4,9 @@
<p align="center">
<b>OpenAPI/Swagger-generated API Reference Documentation</b>
</p>
<p align="center">
<b> This is README for `1.x` version of ReDoc. `2.x` README is on <a href="https://github.com/Rebilly/ReDoc">the master branch</a></b>
</p>
[![Build Status](https://travis-ci.org/Rebilly/ReDoc.svg?branch=master)](https://travis-ci.org/Rebilly/ReDoc) [![Coverage Status](https://coveralls.io/repos/Rebilly/ReDoc/badge.svg?branch=master&service=github)](https://coveralls.io/github/Rebilly/ReDoc?branch=master) [![Tested on APIs.guru](http://api.apis.guru/badges/tested_on.svg)](https://APIs.guru) [![dependencies Status](https://david-dm.org/Rebilly/ReDoc/status.svg)](https://david-dm.org/Rebilly/ReDoc) [![devDependencies Status](https://david-dm.org/Rebilly/ReDoc/dev-status.svg)](https://david-dm.org/Rebilly/ReDoc#info=devDependencies) [![Stories in Ready](https://badge.waffle.io/Rebilly/ReDoc.png?label=ready&title=Ready)](https://waffle.io/Rebilly/ReDoc)

View File

@ -1,7 +1,7 @@
{
"name": "redoc",
"description": "Swagger-generated API Reference Documentation",
"version": "1.21.2",
"version": "1.22.0",
"repository": {
"type": "git",
"url": "git://github.com/Rebilly/ReDoc"
@ -125,7 +125,7 @@
"dependencies": {
"core-js": "^2.5.1",
"dropkickjs": "~2.1.10",
"hint.css": "^2.3.2",
"hint.css": "2.3.2",
"https-browserify": "^1.0.0",
"json-pointer": "^0.6.0",
"json-schema-ref-parser": "^3.3.1",