Skip to content

Commit ccd48c2

Browse files
chore: 🔖 release new versions (#2729)
1 parent 1c18a07 commit ccd48c2

11 files changed

Lines changed: 50 additions & 29 deletions

File tree

.changeset/flat-dingos-play.md

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

.changeset/itchy-berries-say.md

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

.changeset/rotten-wombats-cry.md

Lines changed: 0 additions & 7 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.27.0 (2026-04-14)
11+
12+
### Minor Changes
13+
14+
- Added support for `junit` output in the `scorecard-classic` command.
15+
- Changed `lint` behavior with the `--generate-ignore-file` option.
16+
Now `lint` updates only the entries related to the file being linted.
17+
Other files' entries are unchanged.
18+
19+
### Patch Changes
20+
21+
- Updated @redocly/openapi-core to v2.27.0.
22+
1023
## 2.26.0 (2026-04-08)
1124

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

3+
## 2.27.0
4+
5+
### Minor Changes
6+
7+
- Added support for `junit` output in the `scorecard-classic` command.
8+
- Changed `lint` behavior with the `--generate-ignore-file` option.
9+
Now `lint` updates only the entries related to the file being linted.
10+
Other files' entries are unchanged.
11+
12+
### Patch Changes
13+
14+
- Updated @redocly/openapi-core to v2.27.0.
15+
316
## 2.26.0
417

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

3+
## 2.27.0
4+
5+
### Patch Changes
6+
7+
- Updated @redocly/config to v0.48.0.
8+
39
## 2.26.0
410

511
### Minor 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.26.0",
3+
"version": "2.27.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.27.0
4+
5+
### Patch Changes
6+
7+
- Updated @redocly/openapi-core to v2.27.0.
8+
39
## 2.26.0
410

511
### Patch Changes

0 commit comments

Comments
 (0)