chore: 🔖 release new versions (#1648)

This commit is contained in:
github-actions[bot]
2024-08-01 14:31:48 +03:00
committed by GitHub
parent 2c776bad87
commit 47aa04e97b
8 changed files with 39 additions and 19 deletions

View File

@@ -1,6 +0,0 @@
---
"@redocly/openapi-core": minor
"@redocly/cli": minor
---
Added support for AsyncAPI 3.0 description linting.

View File

@@ -1,6 +0,0 @@
---
"@redocly/openapi-core": patch
"@redocly/cli": patch
---
Fixed an issue where `patternProperties` incorrectly caused linting errors due to a missing `PatternProperties` node.

View File

@@ -7,6 +7,17 @@ toc:
<!-- do-not-remove -->
## 1.19.0 (2024-08-01)
### Minor Changes
- Added support for AsyncAPI 3.0 description linting.
### Patch Changes
- Fixed an issue where `patternProperties` incorrectly caused linting errors due to a missing `PatternProperties` node.
- Updated @redocly/openapi-core to v1.19.0.
## 1.18.1 (2024-07-22)
### Patch Changes

8
package-lock.json generated
View File

@@ -13492,10 +13492,10 @@
},
"packages/cli": {
"name": "@redocly/cli",
"version": "1.18.1",
"version": "1.19.0",
"license": "MIT",
"dependencies": {
"@redocly/openapi-core": "1.18.1",
"@redocly/openapi-core": "1.19.0",
"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.1",
"version": "1.19.0",
"license": "MIT",
"dependencies": {
"@redocly/ajv": "^8.11.0",
@@ -16213,7 +16213,7 @@
"@redocly/cli": {
"version": "file:packages/cli",
"requires": {
"@redocly/openapi-core": "1.18.1",
"@redocly/openapi-core": "1.19.0",
"@types/configstore": "^5.0.1",
"@types/glob": "^8.1.0",
"@types/pluralize": "^0.0.29",

View File

@@ -1,5 +1,16 @@
# @redocly/cli
## 1.19.0
### Minor Changes
- Added support for AsyncAPI 3.0 description linting.
### Patch Changes
- Fixed an issue where `patternProperties` incorrectly caused linting errors due to a missing `PatternProperties` node.
- Updated @redocly/openapi-core to v1.19.0.
## 1.18.1
### Patch Changes

View File

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

View File

@@ -1,5 +1,15 @@
# @redocly/openapi-core
## 1.19.0
### Minor Changes
- Added support for AsyncAPI 3.0 description linting.
### Patch Changes
- Fixed an issue where `patternProperties` incorrectly caused linting errors due to a missing `PatternProperties` node.
## 1.18.1
### Patch Changes

View File

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