chore: v2.0.0-rc.75 (#2125)

This commit is contained in:
Alex Varchuk 2022-08-10 15:25:43 +03:00 committed by GitHub
parent 1a99e65953
commit 56e2b6f009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 3 deletions

View File

@ -1,3 +1,22 @@
# [2.0.0-rc.75](https://github.com/Redocly/redoc/compare/v2.0.0-rc.74...v2.0.0-rc.75) (2022-08-10)
### Bug Fixes
* duplication of title ([#2119](https://github.com/Redocly/redoc/issues/2119)) ([40ebfd2](https://github.com/Redocly/redoc/commit/40ebfd2d63758b37665e2e4447732f671811e2a5))
* handle error if security scopes is invalid ([#2113](https://github.com/Redocly/redoc/issues/2113)) ([428fd69](https://github.com/Redocly/redoc/commit/428fd6983dc257f524121d98aeb1c58b39cf81f7))
* publishing docker image to github packages ([#2115](https://github.com/Redocly/redoc/issues/2115)) ([250f6d1](https://github.com/Redocly/redoc/commit/250f6d12b2d31d2166990bd9cb83ca1c63509686))
* Redocly logo ([#2109](https://github.com/Redocly/redoc/issues/2109)) ([a35bb3f](https://github.com/Redocly/redoc/commit/a35bb3ff26bf10b0e54383222df283800d6ee2c8))
* search and navigate error ([cfd810f](https://github.com/Redocly/redoc/commit/cfd810fdf9d37862e07458fa1c3c04046e22f315))
* sibling for openapi 3.1 ([#2112](https://github.com/Redocly/redoc/issues/2112)) ([0b1a790](https://github.com/Redocly/redoc/commit/0b1a79009010f0640a3030093b7c0dcf8caa49e4))
### Features
* add notification about new version available ([#2100](https://github.com/Redocly/redoc/issues/2100)) ([d6ca8cc](https://github.com/Redocly/redoc/commit/d6ca8cc53b9667f09ce8fef88dfac1039c562b78))
# [2.0.0-rc.74](https://github.com/Redocly/redoc/compare/v2.0.0-rc.73...v2.0.0-rc.74) (2022-07-28)

4
package-lock.json generated
View File

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

View File

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