Skip to content

Commit e711a94

Browse files
chore: 🔖 release new versions (#1794)
1 parent bb7ea85 commit e711a94

File tree

8 files changed

+30
-19
lines changed

8 files changed

+30
-19
lines changed

.changeset/dull-kiwis-agree.md

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

.changeset/slimy-humans-nail.md

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

docs/changelog.md

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

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

10+
## 1.25.11 (2024-11-04)
11+
12+
### Patch Changes
13+
14+
- Fixed an issue with the `remove-x-internal` decorator where bundling API descirptions containing discriminators could fail when using **Node.js** v17 or earlier.
15+
- Fixed API descriptions bundling. Previously, schemas containing nulls in examples were causing failures.
16+
- Updated @redocly/openapi-core to v1.25.11.
17+
1018
## 1.25.10 (2024-10-30)
1119

1220
### Patch Changes

package-lock.json

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

3+
## 1.25.11
4+
5+
### Patch Changes
6+
7+
- Fixed an issue with the `remove-x-internal` decorator where bundling API descirptions containing discriminators could fail when using **Node.js** v17 or earlier.
8+
- Fixed API descriptions bundling. Previously, schemas containing nulls in examples were causing failures.
9+
- Updated @redocly/openapi-core to v1.25.11.
10+
311
## 1.25.10
412

513
### Patch Changes

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redocly/cli",
3-
"version": "1.25.10",
3+
"version": "1.25.11",
44
"description": "",
55
"license": "MIT",
66
"bin": {
@@ -36,7 +36,7 @@
3636
"Roman Hotsiy <[email protected]> (https://redocly.com/)"
3737
],
3838
"dependencies": {
39-
"@redocly/openapi-core": "1.25.10",
39+
"@redocly/openapi-core": "1.25.11",
4040
"abort-controller": "^3.0.0",
4141
"chokidar": "^3.5.1",
4242
"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.25.11
4+
5+
### Patch Changes
6+
7+
- Fixed an issue with the `remove-x-internal` decorator where bundling API descirptions containing discriminators could fail when using **Node.js** v17 or earlier.
8+
- Fixed API descriptions bundling. Previously, schemas containing nulls in examples were causing failures.
9+
310
## 1.25.10
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.25.10",
3+
"version": "1.25.11",
44
"description": "",
55
"main": "lib/index.js",
66
"engines": {

0 commit comments

Comments
 (0)