diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e09cb8f05..83f52eb70 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.26.2"} +{".":"4.27.0"} diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index df882ef82..e801527b7 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.27.0](https://github.com/unraid/api/compare/v4.26.2...v4.27.0) (2025-11-19) + + +### Features + +* remove Unraid API log download functionality ([#1793](https://github.com/unraid/api/issues/1793)) ([e4a9b82](https://github.com/unraid/api/commit/e4a9b8291b049752a9ff59b17ff50cf464fe0535)) + + +### Bug Fixes + +* auto-uninstallation of connect api plugin ([#1791](https://github.com/unraid/api/issues/1791)) ([e734043](https://github.com/unraid/api/commit/e7340431a58821ec1b4f5d1b452fba6613b01fa5)) + ## [4.26.2](https://github.com/unraid/api/compare/v4.26.1...v4.26.2) (2025-11-19) diff --git a/api/package.json b/api/package.json index 37a76720f..e2112903f 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "4.26.2", + "version": "4.27.0", "main": "src/cli/index.ts", "type": "module", "corepack": { diff --git a/package.json b/package.json index 575c66428..b80dda671 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unraid-monorepo", "private": true, - "version": "4.26.2", + "version": "4.27.0", "scripts": { "build": "pnpm -r build", "build:watch": "pnpm -r --parallel --filter '!@unraid/ui' build:watch", diff --git a/plugin/package.json b/plugin/package.json index 2d9123efa..47b6e1727 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/connect-plugin", - "version": "4.26.2", + "version": "4.27.0", "private": true, "dependencies": { "commander": "14.0.0", diff --git a/unraid-ui/package.json b/unraid-ui/package.json index c26fde8a9..baa718fdf 100644 --- a/unraid-ui/package.json +++ b/unraid-ui/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/ui", - "version": "4.26.2", + "version": "4.27.0", "private": true, "license": "GPL-2.0-or-later", "type": "module", diff --git a/web/package.json b/web/package.json index e85830ffe..c6e090512 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/web", - "version": "4.26.2", + "version": "4.27.0", "private": true, "type": "module", "license": "GPL-2.0-or-later",