From 4e712a8c70afc92e4ffad839efbe59d12d88397f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:02:17 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=96=20release=20new=20version?= =?UTF-8?q?s=20(#1306)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/witty-taxis-occur.md | 7 ------- docs/changelog.md | 11 +++++++++++ package-lock.json | 8 ++++---- packages/cli/CHANGELOG.md | 11 +++++++++++ packages/cli/package.json | 4 ++-- packages/core/CHANGELOG.md | 7 +++++++ packages/core/package.json | 2 +- 7 files changed, 36 insertions(+), 14 deletions(-) delete mode 100644 .changeset/witty-taxis-occur.md diff --git a/.changeset/witty-taxis-occur.md b/.changeset/witty-taxis-occur.md deleted file mode 100644 index c6b693a60b..0000000000 --- a/.changeset/witty-taxis-occur.md +++ /dev/null @@ -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`. diff --git a/docs/changelog.md b/docs/changelog.md index ea0ff9ff26..61754653ae 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,17 @@ toc: +## 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 diff --git a/package-lock.json b/package-lock.json index a466557f01..f428a4b52e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 0630ccef06..b1fdd7780c 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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 diff --git a/packages/cli/package.json b/packages/cli/package.json index f623491185..9041d41d33 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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 (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", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 92c930f6e7..c49781650f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index b1e346e5ab..d9452df95c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@redocly/openapi-core", - "version": "1.2.1", + "version": "1.3.0", "description": "", "main": "lib/index.js", "engines": {