chore: v2.0.0-rc.70 (#2011)

This commit is contained in:
Alex Varchuk 2022-05-17 11:07:03 +03:00 committed by GitHub
parent 291b62a206
commit 036f97d521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,14 @@
# [2.0.0-rc.70](https://github.com/Redocly/redoc/compare/2.0.0-rc.69...2.0.0-rc.70) (2022-05-17)
### Features
* display patternProperties ([#2008](https://github.com/Redocly/redoc/issues/2008)) ([660cc85](https://github.com/Redocly/redoc/commit/660cc857bc86787e16237b407fe5f5d7a493bb48))
* support conditional operators ([#1939](https://github.com/Redocly/redoc/issues/1939)) ([291b62a](https://github.com/Redocly/redoc/commit/291b62a206b68f8b4d98e4b74b71c0cad20a8b9b))
* theme add links textDecoration options ([#1599](https://github.com/Redocly/redoc/issues/1599)) ([ba06485](https://github.com/Redocly/redoc/commit/ba06485ece27acbb6b846500817f4bff3e4997ba))
# [2.0.0-rc.69](https://github.com/Redocly/redoc/compare/v2.0.0-rc.68.1...v2.0.0-rc.69) (2022-05-12)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "redoc",
"version": "2.0.0-rc.69",
"version": "2.0.0-rc.70",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "redoc",
"version": "2.0.0-rc.69",
"version": "2.0.0-rc.70",
"license": "MIT",
"dependencies": {
"@redocly/openapi-core": "^1.0.0-beta.97",

View File

@ -1,6 +1,6 @@
{
"name": "redoc",
"version": "2.0.0-rc.69",
"version": "2.0.0-rc.70",
"description": "ReDoc",
"repository": {
"type": "git",