From a0021bf68296b6aebb78846e9e54262b49bb3b42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 11:29:39 -0400 Subject: [PATCH] chore(main): release 4.2.1 (#1235) :robot: I have created a release *beep* *boop* --- ## [4.2.1](https://github.com/unraid/api/compare/v4.2.0...v4.2.1) (2025-03-18) ### Bug Fixes * **deps:** update all non-major dependencies ([#1192](https://github.com/unraid/api/issues/1192)) ([b5f3a37](https://github.com/unraid/api/commit/b5f3a3786305d21edc8a0cb436d34406c2f497fc)) --- 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 6fa3b724b..1354f3aa0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.2.0"} +{".":"4.2.1"} diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index a730e4e3c..6e6047a6e 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.2.1](https://github.com/unraid/api/compare/v4.2.0...v4.2.1) (2025-03-18) + + +### Bug Fixes + +* **deps:** update all non-major dependencies ([#1192](https://github.com/unraid/api/issues/1192)) ([65b8db2](https://github.com/unraid/api/commit/65b8db2845a5f4234527a70b0625b1a88df5b2fe)) + ## [4.2.0](https://github.com/unraid/api/compare/v4.1.3...v4.2.0) (2025-03-18) diff --git a/api/package.json b/api/package.json index f5f063bc6..13a5acaa9 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "4.2.0", + "version": "4.2.1", "main": "src/cli/index.ts", "type": "module", "corepack": { diff --git a/package.json b/package.json index 44d897594..f4d27d7ee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unraid-monorepo", "private": true, - "version": "4.2.0", + "version": "4.2.1", "scripts": { "build": "pnpm -r build", "build:watch": "pnpm -r build:watch", diff --git a/plugin/package.json b/plugin/package.json index 8b04547fd..5d910439d 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/connect-plugin", - "version": "4.2.0", + "version": "4.2.1", "private": true, "dependencies": { "commander": "^13.1.0", diff --git a/unraid-ui/package.json b/unraid-ui/package.json index 7c447012e..49774648e 100644 --- a/unraid-ui/package.json +++ b/unraid-ui/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/ui", - "version": "4.2.0", + "version": "4.2.1", "private": true, "license": "GPL-2.0-only", "type": "module", diff --git a/web/package.json b/web/package.json index 039a69f43..49392443e 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/web", - "version": "4.2.0", + "version": "4.2.1", "private": true, "license": "GPL-2.0-only", "scripts": {