chore(main): release 4.15.1 (#1604)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-08-20 17:23:07 -04:00
committed by GitHub
parent ac198d5d1a
commit 6edd3a3d16
7 changed files with 13 additions and 6 deletions

View File

@@ -1 +1 @@
{".":"4.15.0"}
{".":"4.15.1"}

View File

@@ -1,5 +1,12 @@
# Changelog
## [4.15.1](https://github.com/unraid/api/compare/v4.15.0...v4.15.1) (2025-08-20)
### Bug Fixes
* minor duplicate click handler and version resolver nullability issue ([ac198d5](https://github.com/unraid/api/commit/ac198d5d1a3073fdeb053c2ff8f704b0dba0d047))
## [4.15.0](https://github.com/unraid/api/compare/v4.14.0...v4.15.0) (2025-08-20)

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/api",
"version": "4.15.0",
"version": "4.15.1",
"main": "src/cli/index.ts",
"type": "module",
"corepack": {

View File

@@ -1,7 +1,7 @@
{
"name": "unraid-monorepo",
"private": true,
"version": "4.15.0",
"version": "4.15.1",
"scripts": {
"build": "pnpm -r build",
"build:watch": " pnpm -r --parallel build:watch",

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/connect-plugin",
"version": "4.15.0",
"version": "4.15.1",
"private": true,
"dependencies": {
"commander": "14.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/ui",
"version": "4.15.0",
"version": "4.15.1",
"private": true,
"license": "GPL-2.0-or-later",
"type": "module",

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/web",
"version": "4.15.0",
"version": "4.15.1",
"private": true,
"license": "GPL-2.0-or-later",
"scripts": {