chore: 🔖 release new versions (#1696)

This commit is contained in:
github-actions[bot]
2024-08-29 12:55:38 +03:00
committed by GitHub
parent 7c3de8509b
commit af799077cd
9 changed files with 40 additions and 24 deletions

View File

@@ -1,6 +0,0 @@
---
"@redocly/openapi-core": minor
"@redocly/cli": minor
---
Updated the Arazzo validation types for workflows input, parameter objects, and criteria to match the specification.

View File

@@ -1,5 +0,0 @@
---
"@redocly/openapi-core": patch
---
Updated @redocly/config to v0.10.1.

View File

@@ -1,6 +0,0 @@
---
"@redocly/openapi-core": minor
"@redocly/cli": minor
---
Added Arazzo rulesets so that users can customize their linting rules for this format.

View File

@@ -7,6 +7,17 @@ toc:
<!-- do-not-remove -->
## 1.22.0 (2024-08-29)
### Minor Changes
- Updated the Arazzo validation types for workflows input, parameter objects, and criteria to match the specification.
- Added Arazzo rulesets so that users can customize their linting rules for this format.
### Patch Changes
- Updated @redocly/openapi-core to v1.22.0.
## 1.21.1 (2024-08-27)
### Patch Changes

8
package-lock.json generated
View File

@@ -13753,10 +13753,10 @@
},
"packages/cli": {
"name": "@redocly/cli",
"version": "1.21.1",
"version": "1.22.0",
"license": "MIT",
"dependencies": {
"@redocly/openapi-core": "1.21.1",
"@redocly/openapi-core": "1.22.0",
"abort-controller": "^3.0.0",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
@@ -13810,7 +13810,7 @@
},
"packages/core": {
"name": "@redocly/openapi-core",
"version": "1.21.1",
"version": "1.22.0",
"license": "MIT",
"dependencies": {
"@redocly/ajv": "^8.11.0",
@@ -16474,7 +16474,7 @@
"@redocly/cli": {
"version": "file:packages/cli",
"requires": {
"@redocly/openapi-core": "1.21.1",
"@redocly/openapi-core": "1.22.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.22.0
### Minor Changes
- Updated the Arazzo validation types for workflows input, parameter objects, and criteria to match the specification.
- Added Arazzo rulesets so that users can customize their linting rules for this format.
### Patch Changes
- Updated @redocly/openapi-core to v1.22.0.
## 1.21.1
### Patch Changes

View File

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

View File

@@ -1,5 +1,16 @@
# @redocly/openapi-core
## 1.22.0
### Minor Changes
- Updated the Arazzo validation types for workflows input, parameter objects, and criteria to match the specification.
- Added Arazzo rulesets so that users can customize their linting rules for this format.
### Patch Changes
- Updated @redocly/config to v0.10.1.
## 1.21.1
### Patch Changes

View File

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