Skip to content

Commit 64e13cd

Browse files
chore: 🔖 release new versions
1 parent 180de62 commit 64e13cd

File tree

10 files changed

+42
-26
lines changed

10 files changed

+42
-26
lines changed

.changeset/red-birds-give.md

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

.changeset/silver-crews-eat.md

Lines changed: 0 additions & 6 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.1 (2025-03-03)
11+
12+
### Patch Changes
13+
14+
- Added support for `basic`, `bearer`, and `apiKey` security schemes in workflow generation with `generate-arazzo` command.
15+
- Updated @redocly/openapi-core to v1.32.1.
16+
1017
## 1.32.0 (2025-03-03)
1118

1219
### Minor 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.1
4+
5+
### Patch Changes
6+
7+
- Added support for `basic`, `bearer`, and `apiKey` security schemes in workflow generation with `generate-arazzo` command.
8+
- Updated @redocly/openapi-core to v1.32.1.
9+
310
## 1.32.0
411

512
### Minor 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.0",
3+
"version": "1.32.1",
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.0",
42-
"@redocly/respect-core": "1.32.0",
41+
"@redocly/openapi-core": "1.32.1",
42+
"@redocly/respect-core": "1.32.1",
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.1
4+
5+
### Patch Changes
6+
7+
- Fixed the `x-example` property in Swagger 2.0 to accept any data type, rather than requiring it to be an object.
8+
39
## 1.32.0
410

511
### Minor 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.0",
3+
"version": "1.32.1",
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.1
4+
5+
### Patch Changes
6+
7+
- Added support for `basic`, `bearer`, and `apiKey` security schemes in workflow generation with `generate-arazzo` command.
8+
- Updated @redocly/openapi-core to v1.32.1.
9+
310
## 1.32.0
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.0",
3+
"version": "1.32.1",
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.0",
46+
"@redocly/openapi-core": "1.32.1",
4747
"better-ajv-errors": "^1.2.0",
4848
"colorette": "^2.0.20",
4949
"concat-stream": "^2.0.0",

0 commit comments

Comments
 (0)