chore: 🔖 release new versions (#1635)

This commit is contained in:
github-actions[bot]
2024-07-22 17:08:57 +03:00
committed by GitHub
parent 74ff80fe7a
commit 4500cdc769
10 changed files with 39 additions and 32 deletions

View File

@@ -1,6 +0,0 @@
---
"@redocly/openapi-core": patch
"@redocly/cli": patch
---
Allowed the `theme.openapi` configuration option to accept settings specific to Redoc 2.x and earlier.

View File

@@ -1,7 +0,0 @@
---
"@redocly/openapi-core": patch
"@redocly/cli": patch
---
Fixed an issue in the OpenAPI `spec` rule where `dependentSchemas` was parsed as an array.
It is now correctly parsed as a map.

View File

@@ -1,6 +0,0 @@
---
"@redocly/openapi-core": patch
"@redocly/cli": patch
---
Fixed bundling of `$refs` inside `patternProperties`.

View File

@@ -1,6 +0,0 @@
---
"@redocly/openapi-core": patch
"@redocly/cli": patch
---
Updated AsyncAPI v2 typings to abide by JSON Schema draft-07 specification.