Skip to content

Commit

Permalink
chore: 🔖 release new versions (#1556)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 9, 2024
1 parent 71e4910 commit f0471c4
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/hot-vans-smile.md

This file was deleted.

6 changes: 6 additions & 0 deletions docs/changelog.md
Expand Up @@ -7,6 +7,12 @@ toc:

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

## 1.12.2 (2024-05-09)

### Patch Changes

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

## 1.12.1 (2024-05-09)

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

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
@@ -1,5 +1,11 @@
# @redocly/cli

## 1.12.2

### Patch Changes

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

## 1.12.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@redocly/cli",
"version": "1.12.1",
"version": "1.12.2",
"description": "",
"license": "MIT",
"bin": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"Roman Hotsiy <roman@redoc.ly> (https://redoc.ly/)"
],
"dependencies": {
"@redocly/openapi-core": "1.12.1",
"@redocly/openapi-core": "1.12.2",
"abort-controller": "^3.0.0",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,11 @@
# @redocly/openapi-core

## 1.12.2

### Patch Changes

- Improved the experience when the config file doesn't exist or isn't found.

## 1.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@redocly/openapi-core",
"version": "1.12.1",
"version": "1.12.2",
"description": "",
"main": "lib/index.js",
"engines": {
Expand Down

1 comment on commit f0471c4

@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 77.02% 4452/5780
🟡 Branches 67.5% 2463/3649
🟡 Functions 70.64% 741/1049
🟡 Lines 77.22% 4187/5422

Test suite run success

734 tests passing in 102 suites.

Report generated by 🧪jest coverage report action from f0471c4

Please sign in to comment.