Skip to content

Commit 4f854c1

Browse files
chore: 🔖 release new versions (#2364)
1 parent 37659e1 commit 4f854c1

File tree

10 files changed

+54
-27
lines changed

10 files changed

+54
-27
lines changed

.changeset/curly-tools-tap.md

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

.changeset/long-moons-sin.md

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

docs/@v2/changelog.md

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

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

10+
## 2.6.0 (2025-10-16)
11+
12+
### Minor Changes
13+
14+
- Added new rules for validating OpenAPI 3.2 description files: `spec-no-invalid-tag-parents`, `spec-example-values`, `spec-discriminator-defaultMapping`, and `spec-no-invalid-encoding-combinations`.
15+
Deprecated the `no-example-value-and-externalValue` rule in favor of `spec-example-values`.
16+
17+
### Patch Changes
18+
19+
- Updated @redocly/openapi-core to v2.6.0.
20+
1021
## 2.5.1 (2025-10-13)
1122

1223
### Patch 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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @redocly/cli
22

3+
## 2.6.0
4+
5+
### Minor Changes
6+
7+
- Added new rules for validating OpenAPI 3.2 description files: `spec-no-invalid-tag-parents`, `spec-example-values`, `spec-discriminator-defaultMapping`, and `spec-no-invalid-encoding-combinations`.
8+
Deprecated the `no-example-value-and-externalValue` rule in favor of `spec-example-values`.
9+
10+
### Patch Changes
11+
12+
- Updated @redocly/openapi-core to v2.6.0.
13+
314
## 2.5.1
415

516
### 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.5.1",
3+
"version": "2.6.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.5.1",
46-
"@redocly/respect-core": "2.5.1",
45+
"@redocly/openapi-core": "2.6.0",
46+
"@redocly/respect-core": "2.6.0",
4747
"abort-controller": "^3.0.0",
4848
"chokidar": "^3.5.1",
4949
"colorette": "^1.2.0",

packages/core/CHANGELOG.md

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

3+
## 2.6.0
4+
5+
### Minor Changes
6+
7+
- Added new rules for validating OpenAPI 3.2 description files: `spec-no-invalid-tag-parents`, `spec-example-values`, `spec-discriminator-defaultMapping`, and `spec-no-invalid-encoding-combinations`.
8+
Deprecated the `no-example-value-and-externalValue` rule in favor of `spec-example-values`.
9+
10+
### Patch Changes
11+
12+
- Fixed an issue where the `bundle` command did not substitute self-references with local references.
13+
314
## 2.5.1
415

516
### 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.5.1",
3+
"version": "2.6.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.6.0
4+
5+
### Patch Changes
6+
7+
- Updated @redocly/openapi-core to v2.6.0.
8+
39
## 2.5.1
410

511
### Patch Changes

packages/respect-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redocly/respect-core",
3-
"version": "2.5.1",
3+
"version": "2.6.0",
44
"description": "API testing framework core",
55
"type": "module",
66
"types": "lib/index.d.ts",
@@ -39,7 +39,7 @@
3939
"@faker-js/faker": "^7.6.0",
4040
"@noble/hashes": "^1.8.0",
4141
"@redocly/ajv": "8.11.2",
42-
"@redocly/openapi-core": "2.5.1",
42+
"@redocly/openapi-core": "2.6.0",
4343
"better-ajv-errors": "^1.2.0",
4444
"colorette": "^2.0.20",
4545
"jest-matcher-utils": "^29.3.1",

0 commit comments

Comments
 (0)