Skip to content

Commit 16eb2c7

Browse files
chore: 🔖 release new versions (#2323)
1 parent c2c5dae commit 16eb2c7

File tree

9 files changed

+47
-21
lines changed

9 files changed

+47
-21
lines changed

.changeset/twelve-birds-wonder.md

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

docs/@v2/changelog.md

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

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

10+
## 2.2.0 (2025-09-23)
11+
12+
### Minor Changes
13+
14+
- Adjusted the calculation of Respect's workflow-level `totalTimeMs` to sum the network request times of all steps.
15+
16+
### Patch Changes
17+
18+
- Updated @redocly/respect-core to v2.2.0.
19+
1020
## 2.1.5 (2025-09-19)
1121

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

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- Adjusted the calculation of Respect's workflow-level `totalTimeMs` to sum the network request times of all steps.
8+
9+
### Patch Changes
10+
11+
- Updated @redocly/respect-core to v2.2.0.
12+
313
## 2.1.5
414

515
### 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.1.5",
3+
"version": "2.2.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.1.5",
46-
"@redocly/respect-core": "2.1.5",
45+
"@redocly/openapi-core": "2.2.0",
46+
"@redocly/respect-core": "2.2.0",
4747
"abort-controller": "^3.0.0",
4848
"chokidar": "^3.5.1",
4949
"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.2.0
4+
35
## 2.1.5
46

57
## 2.1.4

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.1.5",
3+
"version": "2.2.0",
44
"description": "",
55
"type": "module",
66
"types": "lib/index.d.ts",

packages/respect-core/CHANGELOG.md

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

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- Adjusted the calculation of Respect's workflow-level `totalTimeMs` to sum the network request times of all steps.
8+
9+
### Patch Changes
10+
11+
- Updated @redocly/openapi-core to v2.2.0.
12+
313
## 2.1.5
414

515
### 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.1.5",
3+
"version": "2.2.0",
44
"description": "API testing framework core",
55
"type": "module",
66
"types": "lib/index.d.ts",
@@ -39,7 +39,7 @@
3939
"@faker-js/faker": "^7.6.0",
4040
"@noble/hashes": "^1.8.0",
4141
"@redocly/ajv": "8.11.2",
42-
"@redocly/openapi-core": "2.1.5",
42+
"@redocly/openapi-core": "2.2.0",
4343
"better-ajv-errors": "^1.2.0",
4444
"colorette": "^2.0.20",
4545
"jest-matcher-utils": "^29.3.1",

0 commit comments

Comments
 (0)