Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"4.37.5"}
{".":"4.37.4"}
7 changes: 0 additions & 7 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# Changelog

## [4.37.5](https://github.com/unraid/api/compare/v4.37.4...v4.37.5) (2026-09-09)


### Bug Fixes

* **api:** clear dependency findings and stabilize notification tests ([#2077](https://github.com/unraid/api/issues/2077)) ([ad26830](https://github.com/unraid/api/commit/ad268301ca78da1fa47fd3bb87e60fcedc458c5b))

## [4.37.4](https://github.com/unraid/api/compare/v4.37.3...v4.37.4) (2026-09-08)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep the shipped fix in the 4.37.4 changelog

Because the recovered 4.37.4 build includes ad26830, deleting this entry removes the only changelog record of its patched production dependencies. The resulting 4.37.4 section therefore understates what was shipped; move this bullet into that section rather than dropping it with the unpublished 4.37.5 heading.

Useful? React with 👍 / 👎.



Expand Down
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unraid/api",
"version": "4.37.5",
"version": "4.37.4",
"main": "src/cli/index.ts",
"type": "module",
"corepack": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unraid-monorepo",
"private": true,
"version": "4.37.5",
"version": "4.37.4",
"scripts": {
"audit": "node scripts/pnpm-audit.mjs",
"build": "pnpm -r build",
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unraid/connect-plugin",
"version": "4.37.5",
"version": "4.37.4",
"private": true,
"dependencies": {
"commander": "14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion unraid-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unraid/ui",
"version": "4.37.5",
"version": "4.37.4",
"private": true,
"license": "GPL-2.0-or-later",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unraid/web",
"version": "4.37.5",
"version": "4.37.4",
"private": true,
"type": "module",
"license": "GPL-2.0-or-later",
Expand Down
Loading