Skip to content

Commit 7c429f3

Browse files
chore: 🔖 release new versions (#1777)
1 parent 3b7221e commit 7c429f3

File tree

9 files changed

+32
-24
lines changed

9 files changed

+32
-24
lines changed

.changeset/little-badgers-occur.md

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

.changeset/proud-chairs-lie.md

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

.changeset/tricky-balloons-kick.md

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

docs/changelog.md

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

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

10+
## 1.25.8 (2024-10-21)
11+
12+
### Patch Changes
13+
14+
- Added the `REDOCLY_SUPPRESS_UPDATE_NOTICE` environment variable so that users can skip version updates.
15+
- Fixed bundling with the `--dereferenced` option. Previously, references to external files were not substituted with references to components, causing them to become invalid.
16+
- Fixed an issue where using `externalValue` as a property name was causing the API description validation process to fail.
17+
- Updated @redocly/openapi-core to v1.25.8.
18+
1019
## 1.25.7 (2024-10-16)
1120

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

3+
## 1.25.8
4+
5+
### Patch Changes
6+
7+
- Added the `REDOCLY_SUPPRESS_UPDATE_NOTICE` environment variable so that users can skip version updates.
8+
- Fixed bundling with the `--dereferenced` option. Previously, references to external files were not substituted with references to components, causing them to become invalid.
9+
- Fixed an issue where using `externalValue` as a property name was causing the API description validation process to fail.
10+
- Updated @redocly/openapi-core to v1.25.8.
11+
312
## 1.25.7
413

514
### 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.7",
3+
"version": "1.25.8",
44
"description": "",
55
"license": "MIT",
66
"bin": {
@@ -36,7 +36,7 @@
3636
"Roman Hotsiy <[email protected]> (https://redoc.ly/)"
3737
],
3838
"dependencies": {
39-
"@redocly/openapi-core": "1.25.7",
39+
"@redocly/openapi-core": "1.25.8",
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.8
4+
5+
### Patch Changes
6+
7+
- Fixed bundling with the `--dereferenced` option. Previously, references to external files were not substituted with references to components, causing them to become invalid.
8+
- Fixed an issue where using `externalValue` as a property name was causing the API description validation process to fail.
9+
310
## 1.25.7
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.7",
3+
"version": "1.25.8",
44
"description": "",
55
"main": "lib/index.js",
66
"engines": {

0 commit comments

Comments
 (0)