mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-09 20:57:44 +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 -->
|
<!-- 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)
|
## 1.0.0 (2023-07-25)
|
||||||
|
|
||||||
This release marks the stable version 1.0. There are no changes from previous releases.
|
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": {
|
"packages/cli": {
|
||||||
"name": "@redocly/cli",
|
"name": "@redocly/cli",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@redocly/openapi-core": "1.0.0",
|
"@redocly/openapi-core": "1.0.1",
|
||||||
"assert-node-version": "^1.0.3",
|
"assert-node-version": "^1.0.3",
|
||||||
"chokidar": "^3.5.1",
|
"chokidar": "^3.5.1",
|
||||||
"colorette": "^1.2.0",
|
"colorette": "^1.2.0",
|
||||||
@@ -12119,7 +12119,7 @@
|
|||||||
},
|
},
|
||||||
"packages/core": {
|
"packages/core": {
|
||||||
"name": "@redocly/openapi-core",
|
"name": "@redocly/openapi-core",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@redocly/ajv": "^8.11.0",
|
"@redocly/ajv": "^8.11.0",
|
||||||
@@ -13723,7 +13723,7 @@
|
|||||||
"@redocly/cli": {
|
"@redocly/cli": {
|
||||||
"version": "file:packages/cli",
|
"version": "file:packages/cli",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@redocly/openapi-core": "1.0.0",
|
"@redocly/openapi-core": "1.0.1",
|
||||||
"@types/configstore": "^5.0.1",
|
"@types/configstore": "^5.0.1",
|
||||||
"@types/react": "^17.0.8",
|
"@types/react": "^17.0.8",
|
||||||
"@types/react-dom": "^17.0.5",
|
"@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",
|
"name": "@redocly/cli",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bin": {
|
"bin": {
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
"Roman Hotsiy <roman@redoc.ly> (https://redoc.ly/)"
|
"Roman Hotsiy <roman@redoc.ly> (https://redoc.ly/)"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@redocly/openapi-core": "1.0.0",
|
"@redocly/openapi-core": "1.0.1",
|
||||||
"assert-node-version": "^1.0.3",
|
"assert-node-version": "^1.0.3",
|
||||||
"chokidar": "^3.5.1",
|
"chokidar": "^3.5.1",
|
||||||
"colorette": "^1.2.0",
|
"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",
|
"name": "@redocly/openapi-core",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Reference in New Issue
Block a user