Skip to content

Commit 2dc864b

Browse files
chore: 🔖 release new versions (#1850)
1 parent 233f6a8 commit 2dc864b

File tree

9 files changed

+38
-23
lines changed

9 files changed

+38
-23
lines changed

.changeset/blue-coats-rescue.md

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

.changeset/selfish-pandas-speak.md

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

.changeset/warm-tips-sit.md

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

docs/changelog.md

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

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

10+
## 1.28.0 (2025-01-30)
11+
12+
### Minor Changes
13+
14+
- Switched to using native `fetch` API instead of `node-fetch` dependency, improving performance and reducing bundle size.
15+
16+
### Patch Changes
17+
18+
- Updated @redocly/openapi-core to v1.28.0.
19+
1020
## 1.27.2 (2025-01-14)
1121

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

3+
## 1.28.0
4+
5+
### Minor Changes
6+
7+
- Switched to using native `fetch` API instead of `node-fetch` dependency, improving performance and reducing bundle size.
8+
9+
### Patch Changes
10+
11+
- Updated @redocly/openapi-core to v1.28.0.
12+
313
## 1.27.2
414

515
### 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.27.2",
3+
"version": "1.28.0",
44
"description": "",
55
"license": "MIT",
66
"bin": {
@@ -36,7 +36,7 @@
3636
"Roman Hotsiy <roman@redocly.com> (https://redocly.com/)"
3737
],
3838
"dependencies": {
39-
"@redocly/openapi-core": "1.27.2",
39+
"@redocly/openapi-core": "1.28.0",
4040
"abort-controller": "^3.0.0",
4141
"chokidar": "^3.5.1",
4242
"colorette": "^1.2.0",

packages/core/CHANGELOG.md

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

3+
## 1.28.0
4+
5+
### Minor Changes
6+
7+
- Switched to using native `fetch` API instead of `node-fetch` dependency, improving performance and reducing bundle size.
8+
9+
### Patch Changes
10+
11+
- Removed support for `in: body` parameters due to Arazzo specification updates.
12+
- Updated typings for OAS 3.0 and OAS 3.1 Schemas.
13+
314
## 1.27.2
415

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

0 commit comments

Comments
 (0)