Skip to content

Commit

Permalink
chore: 🔖 release new versions (#1813)
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 Nov 29, 2024
1 parent 0616db6 commit d60385d
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-beans-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-spies-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-pans-hunt.md

This file was deleted.

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

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

## 1.25.15 (2024-11-29)

### Patch Changes

- Clarified usage of the `--output` option in the `bundle` command.
- Updated @redocly/openapi-core to v1.25.15.

## 1.25.14 (2024-11-25)

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

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

## 1.25.15

### Patch Changes

- Clarified usage of the `--output` option in the `bundle` command.
- Updated @redocly/openapi-core to v1.25.15.

## 1.25.14

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

## 1.25.15

### Patch Changes

- Removed the support of the `x-expect` extension for Arazzo.
- Updated @redocly/config to v0.17.0.

## 1.25.14

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

1 comment on commit d60385d

@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.82% 5028/6379
🟡 Branches 67.19% 2050/3051
🟡 Functions 73.35% 831/1133
🟡 Lines 79.11% 4742/5994

Test suite run success

814 tests passing in 121 suites.

Report generated by 🧪jest coverage report action from d60385d

Please sign in to comment.