Skip to content

Commit 886d74e

Browse files
chore: 🔖 release new versions
1 parent 31ea755 commit 886d74e

File tree

9 files changed

+47
-19
lines changed

9 files changed

+47
-19
lines changed

.changeset/young-ghosts-drop.md

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

docs/@v2/changelog.md

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

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

10+
## 2.19.0 (2026-02-17)
11+
12+
### Minor Changes
13+
14+
- Added the `spec-querystring-parameters` rule (OpenAPI 3.2).
15+
This rule enforces that `query` and `querystring` are not mixed in the same operation/path parameter set, and that at most one `querystring` parameter is declared per operation or path.
16+
17+
### Patch Changes
18+
19+
- Updated @redocly/openapi-core to v2.19.0.
20+
1021
## 2.18.2 (2026-02-16)
1122

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

3+
## 2.19.0
4+
5+
### Minor Changes
6+
7+
- Added the `spec-querystring-parameters` rule (OpenAPI 3.2).
8+
This rule enforces that `query` and `querystring` are not mixed in the same operation/path parameter set, and that at most one `querystring` parameter is declared per operation or path.
9+
10+
### Patch Changes
11+
12+
- Updated @redocly/openapi-core to v2.19.0.
13+
314
## 2.18.2
415

516
### 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.18.2",
3+
"version": "2.19.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.18.2",
46-
"@redocly/respect-core": "2.18.2",
45+
"@redocly/openapi-core": "2.19.0",
46+
"@redocly/respect-core": "2.19.0",
4747
"abort-controller": "^3.0.0",
4848
"ajv": "npm:@redocly/ajv@8.17.4",
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.19.0
4+
5+
### Minor Changes
6+
7+
- Added the `spec-querystring-parameters` rule (OpenAPI 3.2).
8+
This rule enforces that `query` and `querystring` are not mixed in the same operation/path parameter set, and that at most one `querystring` parameter is declared per operation or path.
9+
310
## 2.18.2
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.18.2",
3+
"version": "2.19.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.19.0
4+
5+
### Patch Changes
6+
7+
- Updated @redocly/openapi-core to v2.19.0.
8+
39
## 2.18.2
410

511
### 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.18.2",
3+
"version": "2.19.0",
44
"description": "API testing framework core",
55
"type": "module",
66
"types": "lib/index.d.ts",
@@ -40,7 +40,7 @@
4040
"@faker-js/faker": "^7.6.0",
4141
"@noble/hashes": "^1.8.0",
4242
"@redocly/ajv": "8.17.4",
43-
"@redocly/openapi-core": "2.18.2",
43+
"@redocly/openapi-core": "2.19.0",
4444
"ajv": "npm:@redocly/ajv@8.17.4",
4545
"better-ajv-errors": "^1.2.0",
4646
"colorette": "^2.0.20",

0 commit comments

Comments
 (0)