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.

View File

@@ -7,6 +7,17 @@ toc:
<!-- do-not-remove -->
## 1.18.1 (2024-07-22)
### Patch Changes
- Allowed the `theme.openapi` configuration option to accept settings specific to Redoc 2.x and earlier.
- Fixed an issue in the OpenAPI `spec` rule where `dependentSchemas` was parsed as an array.
It is now correctly parsed as a map.
- Fixed bundling of `$refs` inside `patternProperties`.
- Updated AsyncAPI v2 typings to abide by JSON Schema draft-07 specification.
- Updated @redocly/openapi-core to v1.18.1.
## 1.18.0 (2024-07-12)
### Minor Changes

8
package-lock.json generated
View File

@@ -13492,10 +13492,10 @@
},
"packages/cli": {
"name": "@redocly/cli",
"version": "1.18.0",
"version": "1.18.1",
"license": "MIT",
"dependencies": {
"@redocly/openapi-core": "1.18.0",
"@redocly/openapi-core": "1.18.1",
"abort-controller": "^3.0.0",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
@@ -13549,7 +13549,7 @@
},
"packages/core": {
"name": "@redocly/openapi-core",
"version": "1.18.0",
"version": "1.18.1",
"license": "MIT",
"dependencies": {
"@redocly/ajv": "^8.11.0",
@@ -16213,7 +16213,7 @@
"@redocly/cli": {
"version": "file:packages/cli",
"requires": {
"@redocly/openapi-core": "1.18.0",
"@redocly/openapi-core": "1.18.1",
"@types/configstore": "^5.0.1",
"@types/glob": "^8.1.0",
"@types/pluralize": "^0.0.29",

View File

@@ -1,5 +1,16 @@
# @redocly/cli
## 1.18.1
### Patch Changes
- Allowed the `theme.openapi` configuration option to accept settings specific to Redoc 2.x and earlier.
- Fixed an issue in the OpenAPI `spec` rule where `dependentSchemas` was parsed as an array.
It is now correctly parsed as a map.
- Fixed bundling of `$refs` inside `patternProperties`.
- Updated AsyncAPI v2 typings to abide by JSON Schema draft-07 specification.
- Updated @redocly/openapi-core to v1.18.1.
## 1.18.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@redocly/cli",
"version": "1.18.0",
"version": "1.18.1",
"description": "",
"license": "MIT",
"bin": {
@@ -36,7 +36,7 @@
"Roman Hotsiy <roman@redoc.ly> (https://redoc.ly/)"
],
"dependencies": {
"@redocly/openapi-core": "1.18.0",
"@redocly/openapi-core": "1.18.1",
"abort-controller": "^3.0.0",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",

View File

@@ -1,5 +1,15 @@
# @redocly/openapi-core
## 1.18.1
### Patch Changes
- Allowed the `theme.openapi` configuration option to accept settings specific to Redoc 2.x and earlier.
- Fixed an issue in the OpenAPI `spec` rule where `dependentSchemas` was parsed as an array.
It is now correctly parsed as a map.
- Fixed bundling of `$refs` inside `patternProperties`.
- Updated AsyncAPI v2 typings to abide by JSON Schema draft-07 specification.
## 1.18.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@redocly/openapi-core",
"version": "1.18.0",
"version": "1.18.1",
"description": "",
"main": "lib/index.js",
"engines": {