Skip to content

Commit c486271

Browse files
chore: 🔖 release new versions
1 parent 5fd69a4 commit c486271

File tree

10 files changed

+42
-26
lines changed

10 files changed

+42
-26
lines changed

.changeset/fast-islands-sell.md

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

.changeset/rich-falcons-act.md

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

docs/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+
## 1.32.2 (2025-03-04)
11+
12+
### Patch Changes
13+
14+
- Fixed step execution to respect severity levels when handling step failures. Previously, steps would always break workflow execution on failure when onFailure is omitted, but now they properly consider the configured severity level (e.g., `warn` | `off` severity allows subsequent steps to execute).
15+
- Updated @redocly/respect-core to v1.32.2.
16+
1017
## 1.32.1 (2025-03-03)
1118

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

3+
## 1.32.2
4+
5+
### Patch Changes
6+
7+
- Fixed step execution to respect severity levels when handling step failures. Previously, steps would always break workflow execution on failure when onFailure is omitted, but now they properly consider the configured severity level (e.g., `warn` | `off` severity allows subsequent steps to execute).
8+
- Updated @redocly/respect-core to v1.32.2.
9+
310
## 1.32.1
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": "1.32.1",
3+
"version": "1.32.2",
44
"description": "",
55
"license": "MIT",
66
"bin": {
@@ -38,8 +38,8 @@
3838
],
3939
"dependencies": {
4040
"@redocly/config": "^0.21.0",
41-
"@redocly/openapi-core": "1.32.1",
42-
"@redocly/respect-core": "1.32.1",
41+
"@redocly/openapi-core": "1.32.2",
42+
"@redocly/respect-core": "1.32.2",
4343
"abort-controller": "^3.0.0",
4444
"chokidar": "^3.5.1",
4545
"colorette": "^1.2.0",

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+
## 1.32.2
4+
5+
### Patch Changes
6+
7+
- Fixed the `no-invalid-schema-examples` rule that incorrectly validated nullable OpenAPI 3.0 schemas.
8+
39
## 1.32.1
410

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

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+
## 1.32.2
4+
5+
### Patch Changes
6+
7+
- Fixed step execution to respect severity levels when handling step failures. Previously, steps would always break workflow execution on failure when onFailure is omitted, but now they properly consider the configured severity level (e.g., `warn` | `off` severity allows subsequent steps to execute).
8+
- Updated @redocly/openapi-core to v1.32.2.
9+
310
## 1.32.1
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": "1.32.1",
3+
"version": "1.32.2",
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.32.1",
46+
"@redocly/openapi-core": "1.32.2",
4747
"better-ajv-errors": "^1.2.0",
4848
"colorette": "^2.0.20",
4949
"concat-stream": "^2.0.0",

0 commit comments

Comments
 (0)