Skip to content

Commit

Permalink
chore: 🔖 release new versions (#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 26, 2024
1 parent f070c3d commit cf2ac84
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/new-eyes-beam.md

This file was deleted.

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

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

## 1.8.0 (2024-01-26)

### Minor Changes

- Added a `push` and `push-status` command for use with future Redocly products.

### Patch Changes

- Updated @redocly/openapi-core to v1.8.0.

## 1.7.0 (2024-01-23)

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

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

## 1.8.0

### Minor Changes

- Added a `push` and `push-status` command for use with future Redocly products.

### Patch Changes

- Updated @redocly/openapi-core to v1.8.0.

## 1.7.0

### Minor 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.7.0",
"version": "1.8.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.7.0",
"@redocly/openapi-core": "1.8.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.8.0

## 1.7.0

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

1 comment on commit cf2ac84

@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.19% 4306/5652
🟡 Branches 65.76% 2236/3400
🟡 Functions 68.81% 695/1010
🟡 Lines 76.4% 4049/5300

Test suite run success

699 tests passing in 100 suites.

Report generated by 🧪jest coverage report action from cf2ac84

Please sign in to comment.