From 6d5fc7efbe1ce70c370b8d4fd56677aaf660b0ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 20:22:12 +0000 Subject: [PATCH] chore(main): release 4.3.1 --- .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 21ef553abe..3e537f7bc7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"4.3.0"} +{".":"4.3.1"} diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index d898c4c245..689826c266 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.3.1](https://github.com/unraid/api/compare/v4.3.0...v4.3.1) (2025-03-18) + + +### Bug Fixes + +* stepper fixes ([#1240](https://github.com/unraid/api/issues/1240)) ([e7f6f5e](https://github.com/unraid/api/commit/e7f6f5e8315c50fd37193f7d7de2af3d370c18ea)) + ## [4.3.0](https://github.com/unraid/api/compare/v4.2.1...v4.3.0) (2025-03-18) diff --git a/api/package.json b/api/package.json index 4ccca43a29..54c7297290 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/api", - "version": "4.3.0", + "version": "4.3.1", "main": "src/cli/index.ts", "type": "module", "corepack": { diff --git a/package.json b/package.json index 8691cbb881..bd41f30faf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unraid-monorepo", "private": true, - "version": "4.3.0", + "version": "4.3.1", "scripts": { "build": "pnpm -r build", "build:watch": "pnpm -r build:watch", diff --git a/plugin/package.json b/plugin/package.json index 5976a9021b..34f3131731 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/connect-plugin", - "version": "4.3.0", + "version": "4.3.1", "private": true, "dependencies": { "commander": "^13.1.0", diff --git a/unraid-ui/package.json b/unraid-ui/package.json index 9f9d9042aa..f147da6d7b 100644 --- a/unraid-ui/package.json +++ b/unraid-ui/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/ui", - "version": "4.3.0", + "version": "4.3.1", "private": true, "license": "GPL-2.0-only", "type": "module", diff --git a/web/package.json b/web/package.json index bce8977f92..38894eabde 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "@unraid/web", - "version": "4.3.0", + "version": "4.3.1", "private": true, "license": "GPL-2.0-only", "scripts": {