From e711a949a3bb161c271570c053b50adb4a062cde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:19:00 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=96=20release=20new=20version?= =?UTF-8?q?s=20(#1794)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/dull-kiwis-agree.md | 6 ------ .changeset/slimy-humans-nail.md | 6 ------ docs/changelog.md | 8 ++++++++ package-lock.json | 8 ++++---- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 4 ++-- packages/core/CHANGELOG.md | 7 +++++++ packages/core/package.json | 2 +- 8 files changed, 30 insertions(+), 19 deletions(-) delete mode 100644 .changeset/dull-kiwis-agree.md delete mode 100644 .changeset/slimy-humans-nail.md diff --git a/.changeset/dull-kiwis-agree.md b/.changeset/dull-kiwis-agree.md deleted file mode 100644 index 9bb85d0da..000000000 --- a/.changeset/dull-kiwis-agree.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@redocly/openapi-core": patch -"@redocly/cli": patch ---- - -Fixed an issue with the `remove-x-internal` decorator where bundling API descirptions containing discriminators could fail when using **Node.js** v17 or earlier. diff --git a/.changeset/slimy-humans-nail.md b/.changeset/slimy-humans-nail.md deleted file mode 100644 index 855309d5e..000000000 --- a/.changeset/slimy-humans-nail.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@redocly/openapi-core": patch -"@redocly/cli": patch ---- - -Fixed API descriptions bundling. Previously, schemas containing nulls in examples were causing failures. diff --git a/docs/changelog.md b/docs/changelog.md index 81fd7f625..50de67a3f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,6 +7,14 @@ toc: +## 1.25.11 (2024-11-04) + +### Patch Changes + +- Fixed an issue with the `remove-x-internal` decorator where bundling API descirptions containing discriminators could fail when using **Node.js** v17 or earlier. +- Fixed API descriptions bundling. Previously, schemas containing nulls in examples were causing failures. +- Updated @redocly/openapi-core to v1.25.11. + ## 1.25.10 (2024-10-30) ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 9416665a2..43ef37e8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13739,10 +13739,10 @@ }, "packages/cli": { "name": "@redocly/cli", - "version": "1.25.10", + "version": "1.25.11", "license": "MIT", "dependencies": { - "@redocly/openapi-core": "1.25.10", + "@redocly/openapi-core": "1.25.11", "abort-controller": "^3.0.0", "chokidar": "^3.5.1", "colorette": "^1.2.0", @@ -13796,7 +13796,7 @@ }, "packages/core": { "name": "@redocly/openapi-core", - "version": "1.25.10", + "version": "1.25.11", "license": "MIT", "dependencies": { "@redocly/ajv": "^8.11.2", @@ -16460,7 +16460,7 @@ "@redocly/cli": { "version": "file:packages/cli", "requires": { - "@redocly/openapi-core": "1.25.10", + "@redocly/openapi-core": "1.25.11", "@types/configstore": "^5.0.1", "@types/glob": "^8.1.0", "@types/pluralize": "^0.0.29", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 5b060e92f..7f5744b00 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @redocly/cli +## 1.25.11 + +### Patch Changes + +- Fixed an issue with the `remove-x-internal` decorator where bundling API descirptions containing discriminators could fail when using **Node.js** v17 or earlier. +- Fixed API descriptions bundling. Previously, schemas containing nulls in examples were causing failures. +- Updated @redocly/openapi-core to v1.25.11. + ## 1.25.10 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 6db0b9836..8cee318f1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@redocly/cli", - "version": "1.25.10", + "version": "1.25.11", "description": "", "license": "MIT", "bin": { @@ -36,7 +36,7 @@ "Roman Hotsiy (https://redocly.com/)" ], "dependencies": { - "@redocly/openapi-core": "1.25.10", + "@redocly/openapi-core": "1.25.11", "abort-controller": "^3.0.0", "chokidar": "^3.5.1", "colorette": "^1.2.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a563919df..1ca76c008 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @redocly/openapi-core +## 1.25.11 + +### Patch Changes + +- Fixed an issue with the `remove-x-internal` decorator where bundling API descirptions containing discriminators could fail when using **Node.js** v17 or earlier. +- Fixed API descriptions bundling. Previously, schemas containing nulls in examples were causing failures. + ## 1.25.10 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 05e9349ab..279715f73 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@redocly/openapi-core", - "version": "1.25.10", + "version": "1.25.11", "description": "", "main": "lib/index.js", "engines": {