diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e45e073bfd..b9d05122bd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.30.0"} +{".":"4.30.1"} diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index a13a5ef116..6251b889a7 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.30.1](https://github.com/unraid/api/compare/v4.30.0...v4.30.1) (2026-03-18) + + +### Bug Fixes + +* **web:** unify UPC license actions into manage/trial entry ([#1929](https://github.com/unraid/api/issues/1929)) ([164198c](https://github.com/unraid/api/commit/164198c25def22c99e475d301ef71b7ca2ac1615)) + ## [4.30.0](https://github.com/unraid/api/compare/v4.29.2...v4.30.0) (2026-03-18) diff --git a/api/package.json b/api/package.json index 3915947c19..2519f686ad 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "4.30.0", + "version": "4.30.1", "main": "src/cli/index.ts", "type": "module", "corepack": { diff --git a/package.json b/package.json index 76334572a8..56c3477ca4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unraid-monorepo", "private": true, - "version": "4.30.0", + "version": "4.30.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 9f8bb24062..918731cc2d 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/connect-plugin", - "version": "4.30.0", + "version": "4.30.1", "private": true, "dependencies": { "commander": "14.0.0", diff --git a/unraid-ui/package.json b/unraid-ui/package.json index c30054bc08..e1be490011 100644 --- a/unraid-ui/package.json +++ b/unraid-ui/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/ui", - "version": "4.30.0", + "version": "4.30.1", "private": true, "license": "GPL-2.0-or-later", "type": "module", diff --git a/web/package.json b/web/package.json index 5901b6ea5a..bbdf92f8d4 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/web", - "version": "4.30.0", + "version": "4.30.1", "private": true, "type": "module", "license": "GPL-2.0-or-later",