mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-09 12:47:48 +00:00
chore: 🔖 release new versions (#1306)
This commit is contained in:
committed by
GitHub
parent
0c52110c80
commit
4e712a8c70
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@redocly/cli': minor
|
||||
'@redocly/openapi-core': minor
|
||||
---
|
||||
|
||||
Added the possibility to configure the linting severity level of the configuration file for all CLI commands.
|
||||
Redocly CLI will exit with an error if there are any issues with the configuration file, and the severity is set to `error`.
|
||||
@@ -8,6 +8,17 @@ toc:
|
||||
|
||||
<!-- do-not-remove -->
|
||||
|
||||
## 1.3.0 (2023-10-19)
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Added the possibility to configure the linting severity level of the configuration file for all CLI commands.
|
||||
Redocly CLI will exit with an error if there are any issues with the configuration file, and the severity is set to `error`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated @redocly/openapi-core to v1.3.0.
|
||||
|
||||
## 1.2.1 (2023-10-17)
|
||||
|
||||
### Patch Changes
|
||||
|
||||
8
package-lock.json
generated
8
package-lock.json
generated
@@ -14289,10 +14289,10 @@
|
||||
},
|
||||
"packages/cli": {
|
||||
"name": "@redocly/cli",
|
||||
"version": "1.2.1",
|
||||
"version": "1.3.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@redocly/openapi-core": "1.2.1",
|
||||
"@redocly/openapi-core": "1.3.0",
|
||||
"chokidar": "^3.5.1",
|
||||
"colorette": "^1.2.0",
|
||||
"core-js": "^3.32.1",
|
||||
@@ -14337,7 +14337,7 @@
|
||||
},
|
||||
"packages/core": {
|
||||
"name": "@redocly/openapi-core",
|
||||
"version": "1.2.1",
|
||||
"version": "1.3.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@redocly/ajv": "^8.11.0",
|
||||
@@ -16893,7 +16893,7 @@
|
||||
"@redocly/cli": {
|
||||
"version": "file:packages/cli",
|
||||
"requires": {
|
||||
"@redocly/openapi-core": "1.2.1",
|
||||
"@redocly/openapi-core": "1.3.0",
|
||||
"@types/configstore": "^5.0.1",
|
||||
"@types/glob": "^8.1.0",
|
||||
"@types/react": "^17.0.0 || ^18.2.21",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @redocly/cli
|
||||
|
||||
## 1.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Added the possibility to configure the linting severity level of the configuration file for all CLI commands.
|
||||
Redocly CLI will exit with an error if there are any issues with the configuration file, and the severity is set to `error`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated @redocly/openapi-core to v1.3.0.
|
||||
|
||||
## 1.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@redocly/cli",
|
||||
"version": "1.2.1",
|
||||
"version": "1.3.0",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
@@ -36,7 +36,7 @@
|
||||
"Roman Hotsiy <roman@redoc.ly> (https://redoc.ly/)"
|
||||
],
|
||||
"dependencies": {
|
||||
"@redocly/openapi-core": "1.2.1",
|
||||
"@redocly/openapi-core": "1.3.0",
|
||||
"chokidar": "^3.5.1",
|
||||
"colorette": "^1.2.0",
|
||||
"core-js": "^3.32.1",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @redocly/openapi-core
|
||||
|
||||
## 1.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Added the possibility to configure the linting severity level of the configuration file for all CLI commands.
|
||||
Redocly CLI will exit with an error if there are any issues with the configuration file, and the severity is set to `error`.
|
||||
|
||||
## 1.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@redocly/openapi-core",
|
||||
"version": "1.2.1",
|
||||
"version": "1.3.0",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user