From d413be8dcbac206afa0a09470c218a6e3bb9fbd9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 15:37:09 -0500 Subject: [PATCH] chore(main): release 4.1.3 (#1188) :robot: I have created a release *beep* *boop* --- ## [4.1.3](https://github.com/unraid/api/compare/v4.1.2...v4.1.3) (2025-02-21) ### Bug Fixes * chown correctly ([#1185](https://github.com/unraid/api/issues/1185)) ([46a05eb](https://github.com/unraid/api/commit/46a05eb76dae3c466a3ea4bd2fd98e8511bc8f9e)) * create releases as drafts ([5483e9f](https://github.com/unraid/api/commit/5483e9fee99cb1202f2143194d72b02a4c321f37)) * **deps:** update all non-major dependencies ([#1168](https://github.com/unraid/api/issues/1168)) ([248d211](https://github.com/unraid/api/commit/248d21105086362fe56826870a91f459476d3d9b)) * revert config ([7957c2a](https://github.com/unraid/api/commit/7957c2a681c82b2a6b0b8024fbf1e9383ea676ad)) * small modal window ([#1183](https://github.com/unraid/api/issues/1183)) ([08423b8](https://github.com/unraid/api/commit/08423b8dae91ed135815b69df6733cefd96b9c33)) --- 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 +- CHANGELOG.md | 11 +++++++++++ api/package.json | 2 +- package.json | 2 +- plugin/package.json | 2 +- unraid-ui/package.json | 2 +- web/package.json | 2 +- 7 files changed, 17 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index edb88272c..c76f50184 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.1.2"} +{".":"4.1.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index abc94860f..3ca048d82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.1.3](https://github.com/unraid/api/compare/v4.1.2...v4.1.3) (2025-02-21) + + +### Bug Fixes + +* chown correctly ([#1185](https://github.com/unraid/api/issues/1185)) ([11b0441](https://github.com/unraid/api/commit/11b04417371ba77eddc12699db8575988d6deafc)) +* create releases as drafts ([0adba3a](https://github.com/unraid/api/commit/0adba3ae3566ad84626a9ab1cf7d38edb24de69f)) +* **deps:** update all non-major dependencies ([#1168](https://github.com/unraid/api/issues/1168)) ([443b608](https://github.com/unraid/api/commit/443b608163cdb64775d6758b8207cbe745f892f4)) +* revert config ([c17db6d](https://github.com/unraid/api/commit/c17db6d7648c15f71cd2195530cd0c2d051db3f6)) +* small modal window ([#1183](https://github.com/unraid/api/issues/1183)) ([2183965](https://github.com/unraid/api/commit/2183965757ded27a5a01a6e27c4b783c9434af2e)) + ## [4.1.2](https://github.com/unraid/api/compare/v4.1.3...v4.1.2) (2025-02-21) diff --git a/api/package.json b/api/package.json index 2556f92cb..0606a5fa5 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "4.1.2", + "version": "4.1.3", "main": "src/cli/index.ts", "type": "module", "corepack": { diff --git a/package.json b/package.json index 02faf6f6d..16af69a10 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unraid-monorepo", "private": true, - "version": "4.1.2", + "version": "4.1.3", "scripts": { "build": "pnpm -r build", "dev": "pnpm -r dev", diff --git a/plugin/package.json b/plugin/package.json index ff1706345..cbaa2dd22 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/connect-plugin", - "version": "4.1.2", + "version": "4.1.3", "private": true, "dependencies": { "conventional-changelog": "^6.0.0", diff --git a/unraid-ui/package.json b/unraid-ui/package.json index b688caf2d..e71382b1c 100644 --- a/unraid-ui/package.json +++ b/unraid-ui/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/ui", - "version": "4.1.2", + "version": "4.1.3", "private": true, "type": "module", "main": "./dist/index.js", diff --git a/web/package.json b/web/package.json index 20d6d124b..10061e33a 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/web", - "version": "4.1.2", + "version": "4.1.3", "private": true, "scripts": { "dev": "nuxt dev",