From 1a0c9d3b82195517db6da9364a81f5264eafea16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:09:42 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=96=20release=20new=20version?= =?UTF-8?q?s=20(#1750)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/little-pears-sniff.md | 6 ------ .changeset/strange-starfishes-press.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/little-pears-sniff.md delete mode 100644 .changeset/strange-starfishes-press.md diff --git a/.changeset/little-pears-sniff.md b/.changeset/little-pears-sniff.md deleted file mode 100644 index 335f6e49..00000000 --- a/.changeset/little-pears-sniff.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@redocly/openapi-core": patch -"@redocly/cli": patch ---- - -Fixed an issue where the bundle command did not resolve links in `externalValue`. diff --git a/.changeset/strange-starfishes-press.md b/.changeset/strange-starfishes-press.md deleted file mode 100644 index 57db08db..00000000 --- a/.changeset/strange-starfishes-press.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@redocly/openapi-core": patch -"@redocly/cli": patch ---- - -Fixed an issue where the plugins in external NPM packages could not be resolved if the CLI package was installed globally. diff --git a/docs/changelog.md b/docs/changelog.md index e562b0b3..7ad4ecdd 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,6 +7,14 @@ toc: +## 1.25.5 (2024-10-04) + +### Patch Changes + +- Fixed an issue where the bundle command did not resolve links in `externalValue`. +- Fixed an issue where the plugins in external NPM packages could not be resolved if the CLI package was installed globally. +- Updated @redocly/openapi-core to v1.25.5. + ## 1.25.4 (2024-09-30) ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 4cfd8d03..cf770b7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13739,10 +13739,10 @@ }, "packages/cli": { "name": "@redocly/cli", - "version": "1.25.4", + "version": "1.25.5", "license": "MIT", "dependencies": { - "@redocly/openapi-core": "1.25.4", + "@redocly/openapi-core": "1.25.5", "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.4", + "version": "1.25.5", "license": "MIT", "dependencies": { "@redocly/ajv": "^8.11.2", @@ -16460,7 +16460,7 @@ "@redocly/cli": { "version": "file:packages/cli", "requires": { - "@redocly/openapi-core": "1.25.4", + "@redocly/openapi-core": "1.25.5", "@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 e15971a7..68b53e91 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @redocly/cli +## 1.25.5 + +### Patch Changes + +- Fixed an issue where the bundle command did not resolve links in `externalValue`. +- Fixed an issue where the plugins in external NPM packages could not be resolved if the CLI package was installed globally. +- Updated @redocly/openapi-core to v1.25.5. + ## 1.25.4 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 746c7fb9..89bff9bd 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@redocly/cli", - "version": "1.25.4", + "version": "1.25.5", "description": "", "license": "MIT", "bin": { @@ -36,7 +36,7 @@ "Roman Hotsiy (https://redoc.ly/)" ], "dependencies": { - "@redocly/openapi-core": "1.25.4", + "@redocly/openapi-core": "1.25.5", "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 08c755e5..3bde6089 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @redocly/openapi-core +## 1.25.5 + +### Patch Changes + +- Fixed an issue where the bundle command did not resolve links in `externalValue`. +- Fixed an issue where the plugins in external NPM packages could not be resolved if the CLI package was installed globally. + ## 1.25.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 78c00c36..935a5383 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@redocly/openapi-core", - "version": "1.25.4", + "version": "1.25.5", "description": "", "main": "lib/index.js", "engines": {