Skip to content

Commit

Permalink
chore: 🔖 release new versions (#1712)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 6, 2024
1 parent e1ddf8e commit 0cf2ee6
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-melons-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-gifts-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-birds-jam.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.23.0 (2024-09-06)

### Minor Changes

- Added support for the `output` option in the per-API configuration so that the destination file can be specified in configuration.

### Patch Changes

- Fixed the absolute path for importing plugins in Windows.
- Added the ability to run the `eject` command without specifying components, which displays a selectable list of all available components.
- Updated @redocly/openapi-core to v1.23.0.

## 1.22.1 (2024-08-30)

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

### Minor Changes

- Added support for the `output` option in the per-API configuration so that the destination file can be specified in configuration.

### Patch Changes

- Fixed the absolute path for importing plugins in Windows.
- Added the ability to run the `eject` command without specifying components, which displays a selectable list of all available components.
- Updated @redocly/openapi-core to v1.23.0.

## 1.22.1

### 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.22.1",
"version": "1.23.0",
"description": "",
"license": "MIT",
"bin": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"Roman Hotsiy <[email protected]> (https://redoc.ly/)"
],
"dependencies": {
"@redocly/openapi-core": "1.22.1",
"@redocly/openapi-core": "1.23.0",
"abort-controller": "^3.0.0",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @redocly/openapi-core

## 1.23.0

## 1.22.1

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

1 comment on commit 0cf2ee6

@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.35% 4899/6253
🟡 Branches 67.01% 2021/3016
🟡 Functions 72.62% 809/1114
🟡 Lines 78.64% 4621/5876

Test suite run success

793 tests passing in 118 suites.

Report generated by 🧪jest coverage report action from 0cf2ee6

Please sign in to comment.