mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
chore: 🔖 release new versions (#1213)
This commit is contained in:
committed by
GitHub
parent
dcdcb61e90
commit
c5c30bc2eb
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@redocly/openapi-core': patch
|
||||
---
|
||||
|
||||
Fixed empty custom rules having severity in default rulesets.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@redocly/cli': patch
|
||||
---
|
||||
|
||||
Fixed the build-docs command failing when running outside the root folder.
|
||||
@@ -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.
|
||||
|
||||
8
package-lock.json
generated
8
package-lock.json
generated
@@ -12071,10 +12071,10 @@
|
||||
},
|
||||
"packages/cli": {
|
||||
"name": "@redocly/cli",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"license": "MIT",
|
||||
"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",
|
||||
@@ -12119,7 +12119,7 @@
|
||||
},
|
||||
"packages/core": {
|
||||
"name": "@redocly/openapi-core",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@redocly/ajv": "^8.11.0",
|
||||
@@ -13723,7 +13723,7 @@
|
||||
"@redocly/cli": {
|
||||
"version": "file:packages/cli",
|
||||
"requires": {
|
||||
"@redocly/openapi-core": "1.0.0",
|
||||
"@redocly/openapi-core": "1.0.1",
|
||||
"@types/configstore": "^5.0.1",
|
||||
"@types/react": "^17.0.8",
|
||||
"@types/react-dom": "^17.0.5",
|
||||
|
||||
8
packages/cli/CHANGELOG.md
Normal file
8
packages/cli/CHANGELOG.md
Normal file
@@ -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.
|
||||
@@ -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 <roman@redoc.ly> (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",
|
||||
|
||||
7
packages/core/CHANGELOG.md
Normal file
7
packages/core/CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# @redocly/openapi-core
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Fixed empty custom rules having severity in default rulesets.
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@redocly/openapi-core",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user