Skip to content

Commit 89039f3

Browse files
chore: 🔖 release new versions (#2285)
1 parent 8e737f1 commit 89039f3

File tree

13 files changed

+55
-42
lines changed

13 files changed

+55
-42
lines changed

.changeset/easy-wolves-visit.md

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

.changeset/gold-houses-leave.md

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

.changeset/lazy-jobs-follow.md

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

.changeset/spotty-trains-bake.md

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

.changeset/whole-brooms-taste.md

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

docs/@v2/changelog.md

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

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

10+
## 2.1.0 (2025-09-10)
11+
12+
### Minor Changes
13+
14+
- Updated authentication logic to ensure consistency with the VS Code extension's behavior.
15+
16+
### Patch Changes
17+
18+
- Improved error reporting and handling for Digest authentication failures in Respect. Now users receive clearer feedback when required headers or status codes are missing.
19+
- Fixed `push` and `push-status` commands mistakenly requiring the `--max-execution-time` option.
20+
- Fixed an issue where wildcard file patterns were not recognized in the Docker image.
21+
- Updated @redocly/respect-core to v2.1.0.
22+
1023
## 2.0.8 (2025-08-27)
1124

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

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- Updated authentication logic to ensure consistency with the VS Code extension's behavior.
8+
9+
### Patch Changes
10+
11+
- Improved error reporting and handling for Digest authentication failures in Respect. Now users receive clearer feedback when required headers or status codes are missing.
12+
- Fixed `push` and `push-status` commands mistakenly requiring the `--max-execution-time` option.
13+
- Fixed an issue where wildcard file patterns were not recognized in the Docker image.
14+
- Updated @redocly/respect-core to v2.1.0.
15+
316
## 2.0.8
417

518
### 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.8",
3+
"version": "2.1.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.0.8",
46-
"@redocly/respect-core": "2.0.8",
45+
"@redocly/openapi-core": "2.1.0",
46+
"@redocly/respect-core": "2.1.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.1.0
4+
5+
### Patch Changes
6+
7+
- Fixed an issue where wildcard file patterns were not recognized in the Docker image.
8+
- Exposed additional type definitions, making it easier for custom plugin authors to write and maintain custom rules and visitors.
9+
310
## 2.0.8
411

512
### Patch Changes

0 commit comments

Comments
 (0)