mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
chore: 🔖 release new versions (#1722)
This commit is contained in:
committed by
GitHub
parent
84f6e8c273
commit
e046f7b1de
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@redocly/openapi-core": minor
|
||||
"@redocly/cli": minor
|
||||
---
|
||||
|
||||
Added Spot and Arazzo rules: `no-criteria-xpath`, `no-actions-type-end`, `criteria-unique`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@redocly/openapi-core": patch
|
||||
---
|
||||
|
||||
Updated @redocly/ajv to v8.11.2.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@redocly/openapi-core": patch
|
||||
"@redocly/cli": patch
|
||||
---
|
||||
|
||||
Fixed an issue where custom rules were not applied to Arazzo descriptions.
|
||||
@@ -7,6 +7,17 @@ toc:
|
||||
|
||||
<!-- do-not-remove -->
|
||||
|
||||
## 1.24.0 (2024-09-09)
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Added Spot and Arazzo rules: `no-criteria-xpath`, `no-actions-type-end`, `criteria-unique`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Fixed an issue where custom rules were not applied to Arazzo descriptions.
|
||||
- Updated @redocly/openapi-core to v1.24.0.
|
||||
|
||||
## 1.23.1 (2024-09-06)
|
||||
|
||||
### Patch Changes
|
||||
|
||||
8
package-lock.json
generated
8
package-lock.json
generated
@@ -13739,10 +13739,10 @@
|
||||
},
|
||||
"packages/cli": {
|
||||
"name": "@redocly/cli",
|
||||
"version": "1.23.1",
|
||||
"version": "1.24.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@redocly/openapi-core": "1.23.1",
|
||||
"@redocly/openapi-core": "1.24.0",
|
||||
"abort-controller": "^3.0.0",
|
||||
"chokidar": "^3.5.1",
|
||||
"colorette": "^1.2.0",
|
||||
@@ -13796,7 +13796,7 @@
|
||||
},
|
||||
"packages/core": {
|
||||
"name": "@redocly/openapi-core",
|
||||
"version": "1.23.1",
|
||||
"version": "1.24.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@redocly/ajv": "^8.11.2",
|
||||
@@ -16460,7 +16460,7 @@
|
||||
"@redocly/cli": {
|
||||
"version": "file:packages/cli",
|
||||
"requires": {
|
||||
"@redocly/openapi-core": "1.23.1",
|
||||
"@redocly/openapi-core": "1.24.0",
|
||||
"@types/configstore": "^5.0.1",
|
||||
"@types/glob": "^8.1.0",
|
||||
"@types/pluralize": "^0.0.29",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @redocly/cli
|
||||
|
||||
## 1.24.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Added Spot and Arazzo rules: `no-criteria-xpath`, `no-actions-type-end`, `criteria-unique`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Fixed an issue where custom rules were not applied to Arazzo descriptions.
|
||||
- Updated @redocly/openapi-core to v1.24.0.
|
||||
|
||||
## 1.23.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@redocly/cli",
|
||||
"version": "1.23.1",
|
||||
"version": "1.24.0",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
@@ -36,7 +36,7 @@
|
||||
"Roman Hotsiy <roman@redoc.ly> (https://redoc.ly/)"
|
||||
],
|
||||
"dependencies": {
|
||||
"@redocly/openapi-core": "1.23.1",
|
||||
"@redocly/openapi-core": "1.24.0",
|
||||
"abort-controller": "^3.0.0",
|
||||
"chokidar": "^3.5.1",
|
||||
"colorette": "^1.2.0",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @redocly/openapi-core
|
||||
|
||||
## 1.24.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Added Spot and Arazzo rules: `no-criteria-xpath`, `no-actions-type-end`, `criteria-unique`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated @redocly/ajv to v8.11.2.
|
||||
- Fixed an issue where custom rules were not applied to Arazzo descriptions.
|
||||
|
||||
## 1.23.1
|
||||
|
||||
## 1.23.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@redocly/openapi-core",
|
||||
"version": "1.23.1",
|
||||
"version": "1.24.0",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user