From 79397eecffca9e8fec3a8453f3743df21c5d0013 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 10:23:43 -0400 Subject: [PATCH] chore(main): release 4.6.2 (#1323) :robot: I have created a release *beep* *boop* --- ## [4.6.2](https://github.com/unraid/api/compare/v4.6.1...v4.6.2) (2025-04-03) ### Bug Fixes * build issue ([99d8b31](https://github.com/unraid/api/commit/99d8b31fa8bef13ae6c7dcf74593bc2999a676ed)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- api/CHANGELOG.md | 7 +++++++ api/package.json | 2 +- package.json | 2 +- plugin/package.json | 2 +- unraid-ui/package.json | 2 +- web/package.json | 2 +- 7 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eb88dd07c..6e83c182e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.6.1"} +{".":"4.6.2"} diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index b278d0264..487e2e0c3 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.6.2](https://github.com/unraid/api/compare/v4.6.1...v4.6.2) (2025-04-03) + + +### Bug Fixes + +* build issue ([99d8b31](https://github.com/unraid/api/commit/99d8b31fa8bef13ae6c7dcf74593bc2999a676ed)) + ## [4.6.1](https://github.com/unraid/api/compare/v4.6.0...v4.6.1) (2025-04-03) diff --git a/api/package.json b/api/package.json index b682b61ef..d41a7bd3f 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "4.6.1", + "version": "4.6.2", "main": "src/cli/index.ts", "type": "module", "corepack": { diff --git a/package.json b/package.json index 122536371..cc6c7e135 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unraid-monorepo", "private": true, - "version": "4.6.1", + "version": "4.6.2", "scripts": { "build": "pnpm -r build", "build:watch": "pnpm -r build:watch", diff --git a/plugin/package.json b/plugin/package.json index 314b80499..196e21054 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/connect-plugin", - "version": "4.6.1", + "version": "4.6.2", "private": true, "dependencies": { "commander": "^13.1.0", diff --git a/unraid-ui/package.json b/unraid-ui/package.json index c9142e863..bc6837483 100644 --- a/unraid-ui/package.json +++ b/unraid-ui/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/ui", - "version": "4.6.1", + "version": "4.6.2", "private": true, "license": "GPL-2.0-or-later", "type": "module", diff --git a/web/package.json b/web/package.json index ffa49c770..a06f4161b 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/web", - "version": "4.6.1", + "version": "4.6.2", "private": true, "license": "GPL-2.0-or-later", "scripts": {