diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5a7679ef16..5837c63248 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.29.0"} +{".":"4.29.1"} diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index e8323fc9b3..8ea579767c 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.29.1](https://github.com/unraid/api/compare/v4.29.0...v4.29.1) (2025-12-19) + + +### Bug Fixes + +* revert replace docker overview table with web component (7.3+) ([#1853](https://github.com/unraid/api/issues/1853)) ([560db88](https://github.com/unraid/api/commit/560db880cc138324f9ff8753f7209b683a84c045)) + ## [4.29.0](https://github.com/unraid/api/compare/v4.28.2...v4.29.0) (2025-12-19) diff --git a/api/package.json b/api/package.json index c0e92ab8ab..8289bbff4f 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "4.29.0", + "version": "4.29.1", "main": "src/cli/index.ts", "type": "module", "corepack": { diff --git a/package.json b/package.json index 15163ba645..808347d356 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unraid-monorepo", "private": true, - "version": "4.29.0", + "version": "4.29.1", "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 c79cae5dcf..f811edbd89 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/connect-plugin", - "version": "4.29.0", + "version": "4.29.1", "private": true, "dependencies": { "commander": "14.0.0", diff --git a/unraid-ui/package.json b/unraid-ui/package.json index 828866fc89..efbe5891b0 100644 --- a/unraid-ui/package.json +++ b/unraid-ui/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/ui", - "version": "4.29.0", + "version": "4.29.1", "private": true, "license": "GPL-2.0-or-later", "type": "module", diff --git a/web/package.json b/web/package.json index 91c47f773e..daf5963e7b 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/web", - "version": "4.29.0", + "version": "4.29.1", "private": true, "type": "module", "license": "GPL-2.0-or-later",