mirror of
https://github.com/unraid/api.git
synced 2026-03-24 13:47:02 -05:00
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:
committed by
GitHub
parent
6471b3f542
commit
726ae51efb
@@ -1 +1 @@
|
||||
{".":"4.31.0"}
|
||||
{".":"4.31.1"}
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@unraid/api",
|
||||
"version": "4.31.0",
|
||||
"version": "4.31.1",
|
||||
"main": "src/cli/index.ts",
|
||||
"type": "module",
|
||||
"corepack": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@unraid/connect-plugin",
|
||||
"version": "4.31.0",
|
||||
"version": "4.31.1",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"commander": "14.0.0",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user