Skip to content

Commit 4159a9e

Browse files
chore: 🔖 release new versions (#2014)
1 parent fee9931 commit 4159a9e

File tree

9 files changed

+47
-21
lines changed

9 files changed

+47
-21
lines changed

.changeset/silent-suits-kiss.md

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

docs/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+
## 1.34.0 (2025-03-19)
11+
12+
### Minor Changes
13+
14+
- Added global execution timeout timer to `respect` command execution to prevent infinite test runs. You can configure this timer using the `RESPECT_TIMEOUT` environment variable (defaults to 1 hour).
15+
16+
### Patch Changes
17+
18+
- Updated @redocly/respect-core to v1.34.0.
19+
1020
## 1.33.1 (2025-03-11)
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+
## 1.34.0
4+
5+
### Minor Changes
6+
7+
- Added global execution timeout timer to `respect` command execution to prevent infinite test runs. You can configure this timer using the `RESPECT_TIMEOUT` environment variable (defaults to 1 hour).
8+
9+
### Patch Changes
10+
11+
- Updated @redocly/respect-core to v1.34.0.
12+
313
## 1.33.1
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": "1.33.1",
3+
"version": "1.34.0",
44
"description": "",
55
"license": "MIT",
66
"bin": {
@@ -38,8 +38,8 @@
3838
],
3939
"dependencies": {
4040
"@redocly/config": "^0.22.0",
41-
"@redocly/openapi-core": "1.33.1",
42-
"@redocly/respect-core": "1.33.1",
41+
"@redocly/openapi-core": "1.34.0",
42+
"@redocly/respect-core": "1.34.0",
4343
"abort-controller": "^3.0.0",
4444
"chokidar": "^3.5.1",
4545
"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+
## 1.34.0
4+
35
## 1.33.1
46

57
## 1.33.0

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": "1.33.1",
3+
"version": "1.34.0",
44
"description": "",
55
"main": "lib/index.js",
66
"engines": {

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+
## 1.34.0
4+
5+
### Minor Changes
6+
7+
- Added global execution timeout timer to `respect` command execution to prevent infinite test runs. You can configure this timer using the `RESPECT_TIMEOUT` environment variable (defaults to 1 hour).
8+
9+
### Patch Changes
10+
11+
- Updated @redocly/openapi-core to v1.34.0.
12+
313
## 1.33.1
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": "1.33.1",
3+
"version": "1.34.0",
44
"description": "API testing framework core",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"@faker-js/faker": "^7.6.0",
4545
"@redocly/ajv": "8.11.2",
46-
"@redocly/openapi-core": "1.33.1",
46+
"@redocly/openapi-core": "1.34.0",
4747
"better-ajv-errors": "^1.2.0",
4848
"colorette": "^2.0.20",
4949
"concat-stream": "^2.0.0",

0 commit comments

Comments
 (0)