Skip to content

Commit f87dfd9

Browse files
chore: 🔖 release new versions
1 parent 7032755 commit f87dfd9

File tree

11 files changed

+52
-29
lines changed

11 files changed

+52
-29
lines changed

.changeset/breezy-cougars-tie.md

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

.changeset/fine-cows-begin.md

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

.changeset/warm-paths-glow.md

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

docs/@v2/changelog.md

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

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

10+
## 2.26.0 (2026-04-08)
11+
12+
### Minor Changes
13+
14+
- Added support for AsyncAPI v2 and v3 in the split command.
15+
- Added `excludedPaths` option to the `no-http-verbs-in-paths` rule, allowing specific paths to be excluded from evaluation.
16+
17+
### Patch Changes
18+
19+
- Fixed the `no-required-schema-properties-undefined` rule to report when a required property is not defined in every `oneOf`/`anyOf` branch.
20+
- Updated @redocly/openapi-core to v2.26.0.
21+
1022
## 2.25.4 (2026-04-02)
1123

1224
### Patch Changes

package-lock.json

Lines changed: 6 additions & 6 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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @redocly/cli
22

3+
## 2.26.0
4+
5+
### Minor Changes
6+
7+
- Added support for AsyncAPI v2 and v3 in the split command.
8+
- Added `excludedPaths` option to the `no-http-verbs-in-paths` rule, allowing specific paths to be excluded from evaluation.
9+
10+
### Patch Changes
11+
12+
- Fixed the `no-required-schema-properties-undefined` rule to report when a required property is not defined in every `oneOf`/`anyOf` branch.
13+
- Updated @redocly/openapi-core to v2.26.0.
14+
315
## 2.25.4
416

517
### Patch 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.25.4",
3+
"version": "2.26.0",
44
"description": "",
55
"license": "MIT",
66
"bin": {
@@ -43,8 +43,8 @@
4343
"@opentelemetry/sdk-trace-node": "2.0.1",
4444
"@opentelemetry/semantic-conventions": "1.34.0",
4545
"@redocly/cli-otel": "0.1.2",
46-
"@redocly/openapi-core": "2.25.4",
47-
"@redocly/respect-core": "2.25.4",
46+
"@redocly/openapi-core": "2.26.0",
47+
"@redocly/respect-core": "2.26.0",
4848
"abort-controller": "^3.0.0",
4949
"ajv": "npm:@redocly/ajv@8.18.0",
5050
"ajv-formats": "^3.0.1",

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.26.0
4+
5+
### Minor Changes
6+
7+
- Added `excludedPaths` option to the `no-http-verbs-in-paths` rule, allowing specific paths to be excluded from evaluation.
8+
9+
### Patch Changes
10+
11+
- Fixed the `no-required-schema-properties-undefined` rule to report when a required property is not defined in every `oneOf`/`anyOf` branch.
12+
313
## 2.25.4
414

515
### Patch 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.25.4",
3+
"version": "2.26.0",
44
"description": "",
55
"type": "module",
66
"types": "lib/index.d.ts",

packages/respect-core/CHANGELOG.md

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

3+
## 2.26.0
4+
5+
### Patch Changes
6+
7+
- Updated @redocly/openapi-core to v2.26.0.
8+
39
## 2.25.4
410

511
### Patch Changes

0 commit comments

Comments
 (0)