Skip to content

Commit ef25df8

Browse files
chore: 🔖 release new versions (#1982)
1 parent 95a2f40 commit ef25df8

File tree

11 files changed

+43
-31
lines changed

11 files changed

+43
-31
lines changed

.changeset/chatty-oranges-bow.md

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

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

3+
## 1.32.2
4+
5+
### Patch Changes
6+
7+
- Updated @redocly/config to v0.22.0.
8+
- Fixed the `no-invalid-schema-examples` rule that incorrectly validated nullable OpenAPI 3.0 schemas.
9+
310
## 1.32.1
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": "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

0 commit comments

Comments
 (0)