Skip to content

Commit 24646c7

Browse files
chore: 🔖 release new versions (#2260)
1 parent 299f765 commit 24646c7

File tree

11 files changed

+49
-33
lines changed

11 files changed

+49
-33
lines changed

.changeset/dull-singers-lick.md

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

.changeset/popular-balloons-jam.md

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

.changeset/wild-jeans-bake.md

Lines changed: 0 additions & 6 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.0.6 (2025-08-19)
11+
12+
### Patch Changes
13+
14+
- Fixed an issue where files specified in decorators parameters were not always resolved correctly.
15+
The resolution logic now properly locates the specified files relative to the config file for `info-description-override`, `media-type-examples-override`, `operation-description-override`, and `tag-description-override` decorators.
16+
- Improved messaging to clarify when API alias configuration is implicitly applied during linting or bundling by filename.
17+
- Updated the `retryAfter` property in Respect to use seconds (instead of milliseconds) for consistency with the Arazzo specification.
18+
- Updated @redocly/openapi-core to v2.0.6.
19+
1020
## 2.0.5 (2025-08-13)
1121

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

3+
## 2.0.6
4+
5+
### Patch Changes
6+
7+
- Fixed an issue where files specified in decorators parameters were not always resolved correctly.
8+
The resolution logic now properly locates the specified files relative to the config file for `info-description-override`, `media-type-examples-override`, `operation-description-override`, and `tag-description-override` decorators.
9+
- Improved messaging to clarify when API alias configuration is implicitly applied during linting or bundling by filename.
10+
- Updated the `retryAfter` property in Respect to use seconds (instead of milliseconds) for consistency with the Arazzo specification.
11+
- Updated @redocly/openapi-core to v2.0.6.
12+
313
## 2.0.5
414

515
### 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.0.5",
3+
"version": "2.0.6",
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.0.5",
46-
"@redocly/respect-core": "2.0.5",
45+
"@redocly/openapi-core": "2.0.6",
46+
"@redocly/respect-core": "2.0.6",
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.0.6
4+
5+
### Patch Changes
6+
7+
- Fixed an issue where files specified in decorators parameters were not always resolved correctly.
8+
The resolution logic now properly locates the specified files relative to the config file for `info-description-override`, `media-type-examples-override`, `operation-description-override`, and `tag-description-override` decorators.
9+
310
## 2.0.5
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.0.5",
3+
"version": "2.0.6",
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.0.6
4+
5+
### Patch Changes
6+
7+
- Updated the `retryAfter` property in Respect to use seconds (instead of milliseconds) for consistency with the Arazzo specification.
8+
- Updated @redocly/openapi-core to v2.0.6.
9+
310
## 2.0.5
411

512
### Patch Changes

0 commit comments

Comments
 (0)