Skip to content

Commit 60b3e78

Browse files
chore: 🔖 release new versions (#2383)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 13e753a commit 60b3e78

File tree

11 files changed

+53
-32
lines changed

11 files changed

+53
-32
lines changed

.changeset/calm-olives-kiss.md

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

.changeset/odd-bobcats-brake.md

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

.changeset/true-keys-camp.md

Lines changed: 0 additions & 5 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.8.0 (2025-10-23)
11+
12+
### Minor Changes
13+
14+
- Added the `no-invalid-schema-examples` and `no-invalid-parameter-examples` to the `recommended` ruleset.
15+
Added the `no-duplicated-tag-names` to the `spec` ruleset.
16+
- Added configuration of Respect mTLS certificates on a per-domain basis.
17+
18+
### Patch Changes
19+
20+
- Updated @redocly/openapi-core to v2.8.0.
21+
1022
## 2.7.1 (2025-10-23)
1123

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

3+
## 2.8.0
4+
5+
### Minor Changes
6+
7+
- Added the `no-invalid-schema-examples` and `no-invalid-parameter-examples` to the `recommended` ruleset.
8+
Added the `no-duplicated-tag-names` to the `spec` ruleset.
9+
- Added configuration of Respect mTLS certificates on a per-domain basis.
10+
11+
### Patch Changes
12+
13+
- Updated @redocly/openapi-core to v2.8.0.
14+
315
## 2.7.1
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.7.1",
3+
"version": "2.8.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.7.1",
46-
"@redocly/respect-core": "2.7.1",
45+
"@redocly/openapi-core": "2.8.0",
46+
"@redocly/respect-core": "2.8.0",
4747
"abort-controller": "^3.0.0",
4848
"chokidar": "^3.5.1",
4949
"colorette": "^1.2.0",

packages/core/CHANGELOG.md

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

3+
## 2.8.0
4+
5+
### Minor Changes
6+
7+
- Added the `no-invalid-schema-examples` and `no-invalid-parameter-examples` to the `recommended` ruleset.
8+
Added the `no-duplicated-tag-names` to the `spec` ruleset.
9+
310
## 2.7.1
411

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

packages/respect-core/CHANGELOG.md

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

3+
## 2.8.0
4+
5+
### Patch Changes
6+
7+
- Fixed an issue where verbose logs were incorrectly shown in some conditions for failed network requests.
8+
- Updated @redocly/openapi-core to v2.8.0.
9+
310
## 2.7.1
411

512
### Patch Changes

0 commit comments

Comments
 (0)