chore: 🔖 release new versions

This commit is contained in:
github-actions[bot]
2025-10-27 12:45:03 +00:00
parent aa943dc524
commit b34e478253
7 changed files with 23 additions and 12 deletions

View File

@@ -1,5 +0,0 @@
---
"@redocly/cli": patch
---
Adjusted the `split` command to properly handle root-level paths.

View File

@@ -7,6 +7,13 @@ toc:
<!-- do-not-remove -->
## 1.25.6 (2025-10-27)
### Patch Changes
- Adjusted the `split` command to properly handle root-level paths.
- Updated @redocly/openapi-core to v1.25.6.
## 1.25.5 (2024-10-04)
### Patch Changes

8
package-lock.json generated
View File

@@ -13739,10 +13739,10 @@
},
"packages/cli": {
"name": "@redocly/cli",
"version": "1.25.5",
"version": "1.25.6",
"license": "MIT",
"dependencies": {
"@redocly/openapi-core": "1.25.5",
"@redocly/openapi-core": "1.25.6",
"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.25.5",
"version": "1.25.6",
"license": "MIT",
"dependencies": {
"@redocly/ajv": "^8.11.2",
@@ -16460,7 +16460,7 @@
"@redocly/cli": {
"version": "file:packages/cli",
"requires": {
"@redocly/openapi-core": "1.25.5",
"@redocly/openapi-core": "1.25.6",
"@types/configstore": "^5.0.1",
"@types/glob": "^8.1.0",
"@types/pluralize": "^0.0.29",

View File

@@ -1,5 +1,12 @@
# @redocly/cli
## 1.25.6
### Patch Changes
- Adjusted the `split` command to properly handle root-level paths.
- Updated @redocly/openapi-core to v1.25.6.
## 1.25.5
### Patch Changes

View File

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

View File

@@ -1,5 +1,7 @@
# @redocly/openapi-core
## 1.25.6
## 1.25.5
### Patch Changes

View File

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