Skip to content

Commit 05cb768

Browse files
chore: 🔖 release new versions (#1816)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f959e4c commit 05cb768

File tree

10 files changed

+46
-30
lines changed

10 files changed

+46
-30
lines changed

.changeset/lemon-cougars-cheat.md

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

.changeset/long-donkeys-bathe.md

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

.changeset/purple-lobsters-stare.md

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

.changeset/strong-ties-argue.md

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

docs/changelog.md

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

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

10+
## 1.26.0 (2024-12-09)
11+
12+
### Minor Changes
13+
14+
- Introduced the `struct` rule and deprecated the `spec` rule.
15+
Added the `spec` ruleset, which enforces compliance with the specifications.
16+
17+
### Patch Changes
18+
19+
- Fixed an issue where the CLI would fail to run on Windows due to a breaking change in the Node.js API.
20+
- Fixed an issue where `join` would throw an error when a glob pattern was provided.
21+
- Updated `sourceDescriptions` to enforce a valid type field, ensuring compliance with the Arazzo specification.
22+
- Updated @redocly/openapi-core to v1.26.0.
23+
1024
## 1.25.15 (2024-11-29)
1125

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

3+
## 1.26.0
4+
5+
### Minor Changes
6+
7+
- Introduced the `struct` rule and deprecated the `spec` rule.
8+
Added the `spec` ruleset, which enforces compliance with the specifications.
9+
10+
### Patch Changes
11+
12+
- Fixed an issue where the CLI would fail to run on Windows due to a breaking change in the Node.js API.
13+
- Fixed an issue where `join` would throw an error when a glob pattern was provided.
14+
- Updated `sourceDescriptions` to enforce a valid type field, ensuring compliance with the Arazzo specification.
15+
- Updated @redocly/openapi-core to v1.26.0.
16+
317
## 1.25.15
418

519
### 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.15",
3+
"version": "1.26.0",
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.15",
39+
"@redocly/openapi-core": "1.26.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.26.0
4+
5+
### Minor Changes
6+
7+
- Introduced the `struct` rule and deprecated the `spec` rule.
8+
Added the `spec` ruleset, which enforces compliance with the specifications.
9+
10+
### Patch Changes
11+
12+
- Updated `sourceDescriptions` to enforce a valid type field, ensuring compliance with the Arazzo specification.
13+
314
## 1.25.15
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.25.15",
3+
"version": "1.26.0",
44
"description": "",
55
"main": "lib/index.js",
66
"engines": {

0 commit comments

Comments
 (0)