Skip to content

Commit

Permalink
chore: 🔖 release new versions (#1901)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 14, 2025
1 parent dbe1011 commit da2d835
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-dolls-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-ducks-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-years-return.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stale-starfishes-rule.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/violet-guests-suffer.md

This file was deleted.

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

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

## 1.29.0 (2025-02-14)

### Minor Changes

- Added typings and interfaces for Overlay Specification v1.0.0.

### Patch Changes

- Fixed a problem where the `split` command produced backslashes instead of forward slashes in `$ref`s on Windows.
- Fixed an issue where the `no-invalid-media-type-examples` rule crashed instead of reporting an error when it failed to resolve an example from a $ref.
- Updated @redocly/openapi-core to v1.29.0.

## 1.28.5 (2025-02-07)

### 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.

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

## 1.29.0

### Minor Changes

- Added typings and interfaces for Overlay Specification v1.0.0.

### Patch Changes

- Fixed a problem where the `split` command produced backslashes instead of forward slashes in `$ref`s on Windows.
- Fixed an issue where the `no-invalid-media-type-examples` rule crashed instead of reporting an error when it failed to resolve an example from a $ref.
- Updated @redocly/openapi-core to v1.29.0.

## 1.28.5

### 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.28.5",
"version": "1.29.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.28.5",
"@redocly/openapi-core": "1.29.0",
"abort-controller": "^3.0.0",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @redocly/openapi-core

## 1.29.0

### Minor Changes

- Added the `no-schema-type-mismatch` rule.
- Added typings and interfaces for Overlay Specification v1.0.0.

### Patch Changes

- Added validation to ensure only Arazzo version 1.0.1 is used, helping users stay on the supported version.
- Fixed an issue where the `no-invalid-media-type-examples` rule crashed instead of reporting an error when it failed to resolve an example from a $ref.

## 1.28.5

## 1.28.4
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.28.5",
"version": "1.29.0",
"description": "",
"main": "lib/index.js",
"engines": {
Expand Down

1 comment on commit da2d835

@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.54% 5062/6445
🟡 Branches 67.24% 2065/3071
🟡 Functions 73.2% 836/1142
🟡 Lines 78.82% 4775/6058

Test suite run success

840 tests passing in 121 suites.

Report generated by 🧪jest coverage report action from da2d835

Please sign in to comment.