chore: v2.1.2 (#2413)

This commit is contained in:
Alex Varchuk 2023-09-11 13:31:28 +03:00 committed by GitHub
parent 1d6100111a
commit 0e38089204
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.1.2](https://github.com/Redocly/redoc/compare/v2.1.1...v2.1.2) (2023-09-11)
### Bug Fixes
* react18 cli integration ([#2404](https://github.com/Redocly/redoc/issues/2404)) ([76edc15](https://github.com/Redocly/redoc/commit/76edc159399150778b384be87ee958a93e5c491c))
* style RefreshToken URL as <code> in the authorization section ([1d61001](https://github.com/Redocly/redoc/commit/1d6100111a0f3b609dadbd706354ce6125947df2))
## [2.1.1](https://github.com/Redocly/redoc/compare/v2.1.0...v2.1.1) (2023-08-17)

4
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "redoc",
"version": "2.1.1",
"version": "2.1.2",
"description": "ReDoc",
"repository": {
"type": "git",