Skip to content

Commit 41d35d3

Browse files
chore(main): release 4.13.0
1 parent 78997a0 commit 41d35d3

File tree

7 files changed

+21
-6
lines changed

7 files changed

+21
-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.12.0"}
1+
{".":"4.13.0"}

api/CHANGELOG.md

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

3+
## [4.13.0](https://github.com/unraid/api/compare/v4.12.0...v4.13.0) (2025-08-07)
4+
5+
6+
### Features
7+
8+
* `createDockerFolder` & `setDockerFolderChildren` mutations ([#1558](https://github.com/unraid/api/issues/1558)) ([557b03f](https://github.com/unraid/api/commit/557b03f8829d3f179b5e26162fa250121cb33420))
9+
* `deleteDockerEntries` mutation ([#1564](https://github.com/unraid/api/issues/1564)) ([78997a0](https://github.com/unraid/api/commit/78997a02c6d96ec0ed75352dfc9849524147428c))
10+
* add docker -> organizer query ([#1555](https://github.com/unraid/api/issues/1555)) ([dfe352d](https://github.com/unraid/api/commit/dfe352dfa1bd6aa059cab56357ba6bff5e8ed7cb))
11+
12+
13+
### Bug Fixes
14+
15+
* change config file loading error log to debug ([#1565](https://github.com/unraid/api/issues/1565)) ([3534d6f](https://github.com/unraid/api/commit/3534d6fdd7c59e65615167cfe306deebad9ca4d3))
16+
* **connect:** remove unraid-api folder before creating symlink ([#1556](https://github.com/unraid/api/issues/1556)) ([514a0ef](https://github.com/unraid/api/commit/514a0ef560a90595f774b6c0db60f1d2b4cd853c))
17+
318
## [4.12.0](https://github.com/unraid/api/compare/v4.11.0...v4.12.0) (2025-07-30)
419

520

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.12.0",
3+
"version": "4.13.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.12.0",
4+
"version": "4.13.0",
55
"scripts": {
66
"build": "pnpm -r build",
77
"build:watch": " pnpm -r --parallel 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.12.0",
3+
"version": "4.13.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.12.0",
3+
"version": "4.13.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.12.0",
3+
"version": "4.13.0",
44
"private": true,
55
"license": "GPL-2.0-or-later",
66
"scripts": {

0 commit comments

Comments
 (0)