Skip to content

Commit

Permalink
chore: 🔖 release new versions (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 7, 2023
1 parent dcdcb61 commit c5c30bc
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-impalas-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-panthers-kneel.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 @@ -8,6 +8,13 @@ toc:

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

## 1.0.1 (2023-08-07)

### Patch Changes

- Fixed the build-docs command failing when running outside the root folder.
- Updated @redocly/openapi-core to v1.0.1.

## 1.0.0 (2023-07-25)

This release marks the stable version 1.0. There are no changes from previous releases.
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.

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

## 1.0.1

### Patch Changes

- Fixed the build-docs command failing when running outside the root folder.
- Updated @redocly/openapi-core to v1.0.1.
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.0.0",
"version": "1.0.1",
"description": "",
"license": "MIT",
"bin": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"Roman Hotsiy <[email protected]> (https://redoc.ly/)"
],
"dependencies": {
"@redocly/openapi-core": "1.0.0",
"@redocly/openapi-core": "1.0.1",
"assert-node-version": "^1.0.3",
"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
@@ -0,0 +1,7 @@
# @redocly/openapi-core

## 1.0.1

### Patch Changes

- Fixed empty custom rules having severity in default rulesets.
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.0.0",
"version": "1.0.1",
"description": "",
"main": "lib/index.js",
"engines": {
Expand Down

1 comment on commit c5c30bc

@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 74.45% 3727/5006
🟡 Branches 65.38% 2062/3154
🟡 Functions 66.7% 619/928
🟡 Lines 74.53% 3477/4665

Test suite run success

616 tests passing in 89 suites.

Report generated by 🧪jest coverage report action from c5c30bc

Please sign in to comment.