Skip to content

Commit d427034

Browse files
chore: 🔖 release new versions
1 parent 2722345 commit d427034

File tree

10 files changed

+53
-27
lines changed

10 files changed

+53
-27
lines changed

.changeset/funny-lobsters-thank.md

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

.changeset/light-lizards-play.md

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

docs/changelog.md

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

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

10+
## 1.32.0 (2025-03-03)
11+
12+
### Minor Changes
13+
14+
- Added support for linting, preprocessors, decorators, and type extensions for Overlay v1 documents.
15+
16+
### Patch Changes
17+
18+
- Updated OAS3 Schema type definition to correct `type` keyword enum, removed `null`.
19+
- Updated @redocly/openapi-core to v1.32.0.
20+
1021
## 1.31.3 (2025-02-28)
1122

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

3+
## 1.32.0
4+
5+
### Minor Changes
6+
7+
- Added support for linting, preprocessors, decorators, and type extensions for Overlay v1 documents.
8+
9+
### Patch Changes
10+
11+
- Updated OAS3 Schema type definition to correct `type` keyword enum, removed `null`.
12+
- Updated @redocly/openapi-core to v1.32.0.
13+
314
## 1.31.3
415

516
### 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.31.3",
3+
"version": "1.32.0",
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.31.3",
42-
"@redocly/respect-core": "1.31.3",
41+
"@redocly/openapi-core": "1.32.0",
42+
"@redocly/respect-core": "1.31.4",
4343
"abort-controller": "^3.0.0",
4444
"chokidar": "^3.5.1",
4545
"colorette": "^1.2.0",

packages/core/CHANGELOG.md

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

3+
## 1.32.0
4+
5+
### Minor Changes
6+
7+
- Added support for linting, preprocessors, decorators, and type extensions for Overlay v1 documents.
8+
9+
### Patch Changes
10+
11+
- Updated OAS3 Schema type definition to correct `type` keyword enum, removed `null`.
12+
313
## 1.31.3
414

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

packages/respect-core/CHANGELOG.md

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

3+
## 1.31.4
4+
5+
### Patch Changes
6+
7+
- Updated @redocly/openapi-core to v1.32.0.
8+
39
## 1.31.3
410

511
### 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.31.3",
3+
"version": "1.31.4",
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.31.3",
46+
"@redocly/openapi-core": "1.32.0",
4747
"better-ajv-errors": "^1.2.0",
4848
"colorette": "^2.0.20",
4949
"concat-stream": "^2.0.0",

0 commit comments

Comments
 (0)