Skip to content

Commit

Permalink
chore: 🔖 release new versions (#1498)
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] committed Mar 26, 2024
1 parent 7ed4dd6 commit a729953
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/metal-countries-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-waves-deny.md

This file was deleted.

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

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

## 1.10.6 (2024-03-26)

### Patch Changes

- Added `check-config` command to validate a Redocly configuration file.
- Updated @redocly/openapi-core to v1.10.6.

## 1.10.5 (2024-03-19)

### 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
@@ -1,5 +1,12 @@
# @redocly/cli

## 1.10.6

### Patch Changes

- Added `check-config` command to validate a Redocly configuration file.
- Updated @redocly/openapi-core to v1.10.6.

## 1.10.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@redocly/cli",
"version": "1.10.5",
"version": "1.10.6",
"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.10.5",
"@redocly/openapi-core": "1.10.6",
"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.10.6

### Patch Changes

- Added a type tree for the `metadata-schema` rule.

## 1.10.5

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

1 comment on commit a729953

@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.65% 4395/5734
🟡 Branches 66.72% 2360/3537
🟡 Functions 70.1% 722/1030
🟡 Lines 76.82% 4126/5371

Test suite run success

716 tests passing in 101 suites.

Report generated by 🧪jest coverage report action from a729953

Please sign in to comment.