Skip to content

Commit

Permalink
chore: 🔖 release new versions (#1421)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 1, 2024
1 parent 7832121 commit 7ce9013
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/pink-waves-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-badgers-worry.md

This file was deleted.

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

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

## 1.8.2 (2024-02-01)

### Patch Changes

- Added markdown format option to stats command for use with GitHub job summaries.
- Fixed an issue with the `push` command, when `destination` option does not work without specifying it in `redocly.yaml`.
- Updated @redocly/openapi-core to v1.8.2.

## 1.8.1 (2024-01-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.

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

## 1.8.2

### Patch Changes

- Added markdown format option to stats command for use with GitHub job summaries.
- Fixed an issue with the `push` command, when `destination` option does not work without specifying it in `redocly.yaml`.
- Updated @redocly/openapi-core to v1.8.2.

## 1.8.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.8.1",
"version": "1.8.2",
"description": "",
"license": "MIT",
"bin": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"Roman Hotsiy <[email protected]> (https://redoc.ly/)"
],
"dependencies": {
"@redocly/openapi-core": "1.8.1",
"@redocly/openapi-core": "1.8.2",
"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.8.2

## 1.8.1

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

1 comment on commit 7ce9013

@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 76.1% 4306/5658
🟡 Branches 65.82% 2240/3403
🟡 Functions 68.74% 695/1011
🟡 Lines 76.31% 4049/5306

Test suite run success

699 tests passing in 100 suites.

Report generated by 🧪jest coverage report action from 7ce9013

Please sign in to comment.