Skip to content

Commit 15a96ad

Browse files
chore: 🔖 release new versions
1 parent b877fef commit 15a96ad

10 files changed

Lines changed: 35 additions & 22 deletions

File tree

.changeset/chilly-banks-act.md

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

.changeset/silent-words-divide.md

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

docs/@v2/changelog.md

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

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

10+
## 2.30.5 (2026-05-11)
11+
12+
### Patch Changes
13+
14+
- Fixed a status code mismatch that occurred when using the `--har-output` option in the `respect` command.
15+
- Updated @redocly/respect-core to v2.30.5.
16+
1017
## 2.30.4 (2026-05-06)
1118

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

3+
## 2.30.5
4+
5+
### Patch Changes
6+
7+
- Fixed a status code mismatch that occurred when using the `--har-output` option in the `respect` command.
8+
- Updated @redocly/respect-core to v2.30.5.
9+
310
## 2.30.4
411

512
### 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.30.4",
3+
"version": "2.30.5",
44
"description": "",
55
"license": "MIT",
66
"bin": {
@@ -43,8 +43,8 @@
4343
"@opentelemetry/sdk-trace-node": "2.6.1",
4444
"@opentelemetry/semantic-conventions": "1.40.0",
4545
"@redocly/cli-otel": "0.1.2",
46-
"@redocly/openapi-core": "2.30.4",
47-
"@redocly/respect-core": "2.30.4",
46+
"@redocly/openapi-core": "2.30.5",
47+
"@redocly/respect-core": "2.30.5",
4848
"ajv": "npm:@redocly/ajv@8.18.1",
4949
"ajv-formats": "^3.0.1",
5050
"colorette": "^1.2.0",

packages/core/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @redocly/openapi-core
22

3+
## 2.30.5
4+
35
## 2.30.4
46

57
### 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.30.4",
3+
"version": "2.30.5",
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.30.5
4+
5+
### Patch Changes
6+
7+
- Fixed an issue where query-language strings (JSONPath, XPath, SPARQL, OPA) in Respect request bodies were incorrectly treated as runtime expressions.
8+
- Updated @redocly/openapi-core to v2.30.5.
9+
310
## 2.30.4
411

512
### 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.30.4",
3+
"version": "2.30.5",
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.1",
51-
"@redocly/openapi-core": "2.30.4",
51+
"@redocly/openapi-core": "2.30.5",
5252
"ajv": "npm:@redocly/ajv@8.18.1",
5353
"better-ajv-errors": "^2.0.3",
5454
"colorette": "^2.0.20",

0 commit comments

Comments
 (0)