diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5f6b7cdfd..5a7679ef1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.28.2"} +{".":"4.29.0"} diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 74ad6f77f..e8323fc9b 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [4.29.0](https://github.com/unraid/api/compare/v4.28.2...v4.29.0) (2025-12-19) + + +### Features + +* replace docker overview table with web component (7.3+) ([#1764](https://github.com/unraid/api/issues/1764)) ([277ac42](https://github.com/unraid/api/commit/277ac420464379e7ee6739c4530271caf7717503)) + + +### Bug Fixes + +* handle race condition between guid loading and license check ([#1847](https://github.com/unraid/api/issues/1847)) ([8b155d1](https://github.com/unraid/api/commit/8b155d1f1c99bb19efbc9614e000d852e9f0c12d)) +* resolve issue with "Continue" button when updating ([#1852](https://github.com/unraid/api/issues/1852)) ([d099e75](https://github.com/unraid/api/commit/d099e7521d2062bb9cf84f340e46b169dd2492c5)) +* update myservers config references to connect config references ([#1810](https://github.com/unraid/api/issues/1810)) ([e1e3ea7](https://github.com/unraid/api/commit/e1e3ea7eb68cc6840f67a8aec937fd3740e75b28)) + ## [4.28.2](https://github.com/unraid/api/compare/v4.28.1...v4.28.2) (2025-12-16) diff --git a/api/package.json b/api/package.json index 4949afd12..b76008404 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "4.28.2", + "version": "4.29.0", "main": "src/cli/index.ts", "type": "module", "corepack": { diff --git a/package.json b/package.json index 3401e2c37..15163ba64 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unraid-monorepo", "private": true, - "version": "4.28.2", + "version": "4.29.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 280d5ce50..c79cae5dc 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/connect-plugin", - "version": "4.28.2", + "version": "4.29.0", "private": true, "dependencies": { "commander": "14.0.0", diff --git a/unraid-ui/package.json b/unraid-ui/package.json index 8687f4472..828866fc8 100644 --- a/unraid-ui/package.json +++ b/unraid-ui/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/ui", - "version": "4.28.2", + "version": "4.29.0", "private": true, "license": "GPL-2.0-or-later", "type": "module", diff --git a/web/package.json b/web/package.json index 7eaffdfea..d2df2c373 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/web", - "version": "4.28.2", + "version": "4.29.0", "private": true, "type": "module", "license": "GPL-2.0-or-later",