Skip to content

Commit

Permalink
chore: 🔖 release new versions (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 14, 2024
1 parent b5b3d76 commit cbbea93
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-cheetahs-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-parents-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-cats-shave.md

This file was deleted.

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

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

## 1.10.4 (2024-03-14)

### Patch Changes

- Fixed a problem with the `preview` command crashing on Windows by adding operating system detection for the correct `npx` executable to use.
- Updated @redocly/openapi-core to v1.10.4.

## 1.10.3 (2024-03-04)

### 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @redocly/cli

## 1.10.4

### Patch Changes

- Fixed a problem with the `preview` command crashing on Windows by adding operating system detection for the correct `npx` executable to use.
- Updated @redocly/openapi-core to v1.10.4.

## 1.10.3

### 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.10.3",
"version": "1.10.4",
"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.3",
"@redocly/openapi-core": "1.10.4",
"abort-controller": "^3.0.0",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @redocly/openapi-core

## 1.10.4

### Patch Changes

- Added a platform check so `@redocly/openapi-core` can support running inside a worker.
- Allowed additional properties in `theme.openapi` config schema to enable libraries that use `@redocly/openapi-core` for configuration linting to extend this part of the schema.

## 1.10.3

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

1 comment on commit cbbea93

@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.67% 4390/5726
🟡 Branches 66.99% 2358/3520
🟡 Functions 70.17% 722/1029
🟡 Lines 76.84% 4121/5363

Test suite run success

716 tests passing in 101 suites.

Report generated by 🧪jest coverage report action from cbbea93

Please sign in to comment.