Skip to content

Commit

Permalink
chore: 🔖 release new versions (#1605)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 4, 2024
1 parent 74802b0 commit f94d5f0
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .changeset/hungry-bears-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-lizards-cover.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.17.1 (2024-07-03)

### Patch Changes

- Added JSON Schema draft 2019-09+ validation keyword - `dependentRequired`.
- Updated @redocly/openapi-core to v1.17.1.

## 1.17.0 (2024-07-01)

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

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

### Patch Changes

- Added JSON Schema draft 2019-09+ validation keyword - `dependentRequired`.
- Updated @redocly/openapi-core to v1.17.1.

## 1.17.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.17.0",
"version": "1.17.1",
"description": "",
"license": "MIT",
"bin": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"Roman Hotsiy <[email protected]> (https://redoc.ly/)"
],
"dependencies": {
"@redocly/openapi-core": "1.17.0",
"@redocly/openapi-core": "1.17.1",
"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.17.1

### Patch Changes

- Added JSON Schema draft 2019-09+ validation keyword - `dependentRequired`.
- Updated @redocly/config to v0.6.2.

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

1 comment on commit f94d5f0

@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.26% 4506/5832
🟡 Branches 67.78% 2495/3681
🟡 Functions 70.98% 751/1058
🟡 Lines 77.47% 4242/5476

Test suite run success

750 tests passing in 105 suites.

Report generated by 🧪jest coverage report action from f94d5f0

Please sign in to comment.