Skip to content

Commit a75ef9d

Browse files
chore: 🔖 release new versions (#2387)
1 parent b51c4b3 commit a75ef9d

File tree

11 files changed

+49
-31
lines changed

11 files changed

+49
-31
lines changed

.changeset/floppy-rules-like.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/neat-numbers-knock.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/violet-jobs-doubt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/@v2/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ toc:
77

88
<!-- do-not-remove -->
99

10+
## 2.9.0 (2025-10-30)
11+
12+
### Patch Changes
13+
14+
- Fixed an issue where the `mount-path` option was not validated, leading to errors when used with an empty path or a path identical to the project path.
15+
- Updated @redocly/openapi-core to v2.9.0.
16+
1017
## 2.8.0 (2025-10-23)
1118

1219
### Minor Changes

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @redocly/cli
22

3+
## 2.9.0
4+
5+
### Patch Changes
6+
7+
- Fixed an issue where the `mount-path` option was not validated, leading to errors when used with an empty path or a path identical to the project path.
8+
- Updated @redocly/openapi-core to v2.9.0.
9+
310
## 2.8.0
411

512
### Minor Changes

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redocly/cli",
3-
"version": "2.8.0",
3+
"version": "2.9.0",
44
"description": "",
55
"license": "MIT",
66
"bin": {
@@ -42,8 +42,8 @@
4242
"@opentelemetry/resources": "2.0.1",
4343
"@opentelemetry/sdk-trace-node": "2.0.1",
4444
"@opentelemetry/semantic-conventions": "1.34.0",
45-
"@redocly/openapi-core": "2.8.0",
46-
"@redocly/respect-core": "2.8.0",
45+
"@redocly/openapi-core": "2.9.0",
46+
"@redocly/respect-core": "2.9.0",
4747
"abort-controller": "^3.0.0",
4848
"chokidar": "^3.5.1",
4949
"colorette": "^1.2.0",

packages/core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @redocly/openapi-core
22

3+
## 2.9.0
4+
5+
### Minor Changes
6+
7+
- Added support for `schemeName` in `x-security` at the workflow level (Arazzo). Added new lint rules: `arazzo/no-x-security-both-scheme-and-scheme-name` and `arazzo/x-security-scheme-name-link`. Updated core configs to include new rules.
8+
9+
### Patch Changes
10+
11+
- Updated @redocly/config to v0.36.2.
12+
313
## 2.8.0
414

515
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redocly/openapi-core",
3-
"version": "2.8.0",
3+
"version": "2.9.0",
44
"description": "",
55
"type": "module",
66
"types": "lib/index.d.ts",

packages/respect-core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @redocly/respect-core
22

3+
## 2.9.0
4+
5+
### Minor Changes
6+
7+
- Added support for `schemeName` in `x-security` at the workflow level (Arazzo). Added new lint rules: `arazzo/no-x-security-both-scheme-and-scheme-name` and `arazzo/x-security-scheme-name-link`. Updated core configs to include new rules.
8+
9+
### Patch Changes
10+
11+
- Updated @redocly/openapi-core to v2.9.0.
12+
313
## 2.8.0
414

515
### Patch Changes

0 commit comments

Comments
 (0)