Skip to content

Commit

Permalink
chore: 🔖 release new versions (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 26, 2023
1 parent 4620f79 commit b50ae46
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .changeset/beige-boats-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-mugs-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-insects-jog.md

This file was deleted.

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

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

## 1.4.0 (2023-10-26)

### Minor Changes

- Added `recommended-strict` ruleset which uses the same rules as `recommended` but with the severity level set to `error` for all rules.
- Add JSON output support to the `split` and `join` commands.

### Patch Changes

- The `--host/-h` argument in the `preview-docs` command is now also used by the WebSocket server for hot reloading.
- Updated @redocly/openapi-core to v1.4.0.

## 1.3.0 (2023-10-19)

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

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

## 1.4.0

### Minor Changes

- Added `recommended-strict` ruleset which uses the same rules as `recommended` but with the severity level set to `error` for all rules.
- Add JSON output support to the `split` and `join` commands.

### Patch Changes

- The `--host/-h` argument in the `preview-docs` command is now also used by the WebSocket server for hot reloading.
- Updated @redocly/openapi-core to v1.4.0.

## 1.3.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.3.0",
"version": "1.4.0",
"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.3.0",
"@redocly/openapi-core": "1.4.0",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
"core-js": "^3.32.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @redocly/openapi-core

## 1.4.0

### Minor Changes

- Added `recommended-strict` ruleset which uses the same rules as `recommended` but with the severity level set to `error` for all rules.

## 1.3.0

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

1 comment on commit b50ae46

@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.12% 4054/5326
🟡 Branches 65.96% 2151/3261
🟡 Functions 68.26% 656/961
🟡 Lines 76.31% 3802/4982

Test suite run success

646 tests passing in 93 suites.

Report generated by 🧪jest coverage report action from b50ae46

Please sign in to comment.