Skip to content

Commit cd6b55d

Browse files
chore: 🔖 release new versions (#2739)
1 parent 39205c3 commit cd6b55d

File tree

9 files changed

+46
-20
lines changed

9 files changed

+46
-20
lines changed

.changeset/quiet-snakes-buy.md

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

docs/@v2/changelog.md

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

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

10+
## 2.27.1 (2026-04-14)
11+
12+
### Patch Changes
13+
14+
- Fixed an issue where `--component-renaming-conflicts-severity` ignored conflicts when different files had components with the same name but different content.
15+
16+
**Warning:** Autogenrated component names and `$ref` paths in bundled documents may differ from older releases.
17+
18+
- Updated @redocly/openapi-core to v2.27.1.
19+
1020
## 2.27.0 (2026-04-14)
1121

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

3+
## 2.27.1
4+
5+
### Patch Changes
6+
7+
- Fixed an issue where `--component-renaming-conflicts-severity` ignored conflicts when different files had components with the same name but different content.
8+
9+
**Warning:** Autogenrated component names and `$ref` paths in bundled documents may differ from older releases.
10+
11+
- Updated @redocly/openapi-core to v2.27.1.
12+
313
## 2.27.0
414

515
### 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.27.0",
3+
"version": "2.27.1",
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.27.0",
47-
"@redocly/respect-core": "2.27.0",
46+
"@redocly/openapi-core": "2.27.1",
47+
"@redocly/respect-core": "2.27.1",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @redocly/openapi-core
22

3+
## 2.27.1
4+
5+
### Patch Changes
6+
7+
- Fixed an issue where `--component-renaming-conflicts-severity` ignored conflicts when different files had components with the same name but different content.
8+
9+
**Warning:** Autogenrated component names and `$ref` paths in bundled documents may differ from older releases.
10+
311
## 2.27.0
412

513
### 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.27.0",
3+
"version": "2.27.1",
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.27.1
4+
5+
### Patch Changes
6+
7+
- Updated @redocly/openapi-core to v2.27.1.
8+
39
## 2.27.0
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.27.0",
3+
"version": "2.27.1",
44
"description": "API testing framework core",
55
"type": "module",
66
"types": "lib/index.d.ts",
@@ -48,7 +48,7 @@
4848
"@faker-js/faker": "^7.6.0",
4949
"@noble/hashes": "^1.8.0",
5050
"@redocly/ajv": "^8.18.0",
51-
"@redocly/openapi-core": "2.27.0",
51+
"@redocly/openapi-core": "2.27.1",
5252
"ajv": "npm:@redocly/ajv@8.18.0",
5353
"better-ajv-errors": "^1.2.0",
5454
"colorette": "^2.0.20",

0 commit comments

Comments
 (0)