Skip to content

Commit fd29e0b

Browse files
chore(main): release 4.26.0
1 parent 2b481c3 commit fd29e0b

File tree

7 files changed

+20
-6
lines changed

7 files changed

+20
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"4.25.2"}
1+
{".":"4.26.0"}

api/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [4.26.0](https://github.com/unraid/api/compare/v4.25.2...v4.26.0) (2025-10-22)
4+
5+
6+
### Features
7+
8+
* translations now use crowdin (translate.unraid.net) ([#1739](https://github.com/unraid/api/issues/1739)) ([31c4102](https://github.com/unraid/api/commit/31c41027fc3798e47e81c03cd5cf327f84c8c4d5))
9+
10+
11+
### Bug Fixes
12+
13+
* **#1729:** api key authorize component not mounted when on Unraid OS ([e9e271a](https://github.com/unraid/api/commit/e9e271ade5d5ca359025200e1e6f1680dc956c62))
14+
* api auth from web during local dev ([#1743](https://github.com/unraid/api/issues/1743)) ([754966d](https://github.com/unraid/api/commit/754966d5d34824608fb3c9f774b79612272d5d87))
15+
* use relative URLs in the web links and fix color in PM2 startup ([#1752](https://github.com/unraid/api/issues/1752)) ([f212dce](https://github.com/unraid/api/commit/f212dce88b847cb6d3187b313c0f8ccae8aadda2))
16+
317
## [4.25.2](https://github.com/unraid/api/compare/v4.25.1...v4.25.2) (2025-09-30)
418

519

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unraid/api",
3-
"version": "4.25.2",
3+
"version": "4.26.0",
44
"main": "src/cli/index.ts",
55
"type": "module",
66
"corepack": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unraid-monorepo",
33
"private": true,
4-
"version": "4.25.2",
4+
"version": "4.26.0",
55
"scripts": {
66
"build": "pnpm -r build",
77
"build:watch": "pnpm -r --parallel --filter '!@unraid/ui' build:watch",

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unraid/connect-plugin",
3-
"version": "4.25.2",
3+
"version": "4.26.0",
44
"private": true,
55
"dependencies": {
66
"commander": "14.0.0",

unraid-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unraid/ui",
3-
"version": "4.25.2",
3+
"version": "4.26.0",
44
"private": true,
55
"license": "GPL-2.0-or-later",
66
"type": "module",

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unraid/web",
3-
"version": "4.25.2",
3+
"version": "4.26.0",
44
"private": true,
55
"type": "module",
66
"license": "GPL-2.0-or-later",

0 commit comments

Comments
 (0)