chore(main): release 4.31.1 (#1951)

🤖 I have created a release *beep* *boop*
---


## [4.31.1](https://github.com/unraid/api/compare/v4.31.0...v4.31.1)
(2026-03-23)


### Bug Fixes

* **onboarding:** separate apply and completion flows
([#1948](https://github.com/unraid/api/issues/1948))
([5be53a4](5be53a4e53))
* reload var state when emhttp writes temp files
([#1950](https://github.com/unraid/api/issues/1950))
([7265105](7265105b0f))
* **state-watch:** watch canonical ini files atomically
([#1953](https://github.com/unraid/api/issues/1953))
([6471b3f](6471b3f542))

---
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>
This commit is contained in:
github-actions[bot]
2026-03-23 19:01:59 -04:00
committed by GitHub
parent 6471b3f542
commit 726ae51efb
7 changed files with 15 additions and 6 deletions

View File

@@ -1 +1 @@
{".":"4.31.0"}
{".":"4.31.1"}

View File

@@ -1,5 +1,14 @@
# Changelog
## [4.31.1](https://github.com/unraid/api/compare/v4.31.0...v4.31.1) (2026-03-23)
### Bug Fixes
* **onboarding:** separate apply and completion flows ([#1948](https://github.com/unraid/api/issues/1948)) ([5be53a4](https://github.com/unraid/api/commit/5be53a4e53f2daa606dc6d1e27e19471f42cae5d))
* reload var state when emhttp writes temp files ([#1950](https://github.com/unraid/api/issues/1950)) ([7265105](https://github.com/unraid/api/commit/7265105b0ff5de42cce174c3de1569c629f07721))
* **state-watch:** watch canonical ini files atomically ([#1953](https://github.com/unraid/api/issues/1953)) ([6471b3f](https://github.com/unraid/api/commit/6471b3f542f549e90e7051f332294ed2b2807890))
## [4.31.0](https://github.com/unraid/api/compare/v4.30.1...v4.31.0) (2026-03-23)

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "unraid-monorepo",
"private": true,
"version": "4.31.0",
"version": "4.31.1",
"scripts": {
"build": "pnpm -r build",
"build:watch": "pnpm -r --parallel --filter '!@unraid/ui' build:watch",

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@unraid/web",
"version": "4.31.0",
"version": "4.31.1",
"private": true,
"type": "module",
"license": "GPL-2.0-or-later",