Skip to content

Commit

Permalink
chore: 🔖 release new versions (#1816)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 9, 2024
1 parent f959e4c commit 05cb768
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-cougars-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-donkeys-bathe.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/purple-lobsters-stare.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strong-ties-argue.md

This file was deleted.

14 changes: 14 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ toc:

<!-- do-not-remove -->

## 1.26.0 (2024-12-09)

### Minor Changes

- Introduced the `struct` rule and deprecated the `spec` rule.
Added the `spec` ruleset, which enforces compliance with the specifications.

### Patch Changes

- Fixed an issue where the CLI would fail to run on Windows due to a breaking change in the Node.js API.
- Fixed an issue where `join` would throw an error when a glob pattern was provided.
- Updated `sourceDescriptions` to enforce a valid type field, ensuring compliance with the Arazzo specification.
- Updated @redocly/openapi-core to v1.26.0.

## 1.25.15 (2024-11-29)

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @redocly/cli

## 1.26.0

### Minor Changes

- Introduced the `struct` rule and deprecated the `spec` rule.
Added the `spec` ruleset, which enforces compliance with the specifications.

### Patch Changes

- Fixed an issue where the CLI would fail to run on Windows due to a breaking change in the Node.js API.
- Fixed an issue where `join` would throw an error when a glob pattern was provided.
- Updated `sourceDescriptions` to enforce a valid type field, ensuring compliance with the Arazzo specification.
- Updated @redocly/openapi-core to v1.26.0.

## 1.25.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redocly/cli",
"version": "1.25.15",
"version": "1.26.0",
"description": "",
"license": "MIT",
"bin": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"Roman Hotsiy <[email protected]> (https://redocly.com/)"
],
"dependencies": {
"@redocly/openapi-core": "1.25.15",
"@redocly/openapi-core": "1.26.0",
"abort-controller": "^3.0.0",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @redocly/openapi-core

## 1.26.0

### Minor Changes

- Introduced the `struct` rule and deprecated the `spec` rule.
Added the `spec` ruleset, which enforces compliance with the specifications.

### Patch Changes

- Updated `sourceDescriptions` to enforce a valid type field, ensuring compliance with the Arazzo specification.

## 1.25.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redocly/openapi-core",
"version": "1.25.15",
"version": "1.26.0",
"description": "",
"main": "lib/index.js",
"engines": {
Expand Down

1 comment on commit 05cb768

@github-actions
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 78.66% 5055/6426
🟡 Branches 67.29% 2055/3054
🟡 Functions 73.23% 837/1143
🟡 Lines 78.95% 4767/6038

Test suite run success

836 tests passing in 122 suites.

Report generated by 🧪jest coverage report action from 05cb768

Please sign in to comment.