-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: 🔖 release new versions (#1213)
- Loading branch information
1 parent
dcdcb61
commit c5c30bc
Showing
8 changed files
with
29 additions
and
17 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c5c30bc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage report
Test suite run success
616 tests passing in 89 suites.
Report generated by 🧪jest coverage report action from c5c30bc