chore: v2.0.0-rc.72 (#2038)

This commit is contained in:
Alex Varchuk 2022-06-02 16:15:56 +03:00 committed by GitHub
parent 51127aadc3
commit 5f2d05f32e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,13 @@
# [2.0.0-rc.72](https://github.com/Redocly/redoc/compare/v2.0.0-rc.71...v2.0.0-rc.72) (2022-06-02)
### Bug Fixes
* handled style change in ServerUrl and ServersOverlay dynamically ([#1989](https://github.com/Redocly/redoc/issues/1989)) ([a366de4](https://github.com/Redocly/redoc/commit/a366de4cf67fb94baa33b7b5c311cc1f54a63e53))
* nested items with refs ([#2035](https://github.com/Redocly/redoc/issues/2035)) ([51127aa](https://github.com/Redocly/redoc/commit/51127aadc3e6b0f8e4066afb1c3b2ea6db453da2))
# [2.0.0-rc.71](https://github.com/Redocly/redoc/compare/v2.0.0-rc.70...v2.0.0-rc.71) (2022-05-31)

4
package-lock.json generated
View File

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

View File

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