Skip to content

Commit 117a2cf

Browse files
chore: 🔖 release new versions (#2646)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b89dd50 commit 117a2cf

File tree

11 files changed

+49
-29
lines changed

11 files changed

+49
-29
lines changed

.changeset/clear-apples-trade.md

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

.changeset/social-groups-switch.md

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

.changeset/solid-jeans-report.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.21.0 (2026-03-11)
11+
12+
### Minor Changes
13+
14+
- Added a new option to the `filter-in` decorator, allowing to filter through specific target nodes (`PathItem` or `Operation`).
15+
- Added a new option to the `filter-out` decorator, allowing to filter through specific target nodes (`PathItem` or `Operation`).
16+
- Added support for the `NO_PROXY` environment variable.
17+
18+
### Patch Changes
19+
20+
- Updated @redocly/openapi-core to v2.21.0.
21+
1022
## 2.20.5 (2026-03-11)
1123

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

3+
## 2.21.0
4+
5+
### Minor Changes
6+
7+
- Added a new option to the `filter-in` decorator, allowing to filter through specific target nodes (`PathItem` or `Operation`).
8+
- Added a new option to the `filter-out` decorator, allowing to filter through specific target nodes (`PathItem` or `Operation`).
9+
- Added support for the `NO_PROXY` environment variable.
10+
11+
### Patch Changes
12+
13+
- Updated @redocly/openapi-core to v2.21.0.
14+
315
## 2.20.5
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.20.5",
3+
"version": "2.21.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.20.5",
46-
"@redocly/respect-core": "2.20.5",
45+
"@redocly/openapi-core": "2.21.0",
46+
"@redocly/respect-core": "2.21.0",
4747
"abort-controller": "^3.0.0",
4848
"ajv": "npm:@redocly/ajv@8.18.0",
4949
"ajv-formats": "^3.0.1",

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.21.0
4+
5+
### Minor Changes
6+
7+
- Added a new option to the `filter-in` decorator, allowing to filter through specific target nodes (`PathItem` or `Operation`).
8+
- Added a new option to the `filter-out` decorator, allowing to filter through specific target nodes (`PathItem` or `Operation`).
9+
310
## 2.20.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.20.5",
3+
"version": "2.21.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.21.0
4+
5+
### Patch Changes
6+
7+
- Updated @redocly/openapi-core to v2.21.0.
8+
39
## 2.20.5
410

511
### Patch Changes

0 commit comments

Comments
 (0)