File tree Expand file tree Collapse file tree 7 files changed +23
-7
lines changed Expand file tree Collapse file tree 7 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 4.8 .0" }
1
+ {"." :" 4.9 .0" }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 4.9.0] ( https://github.com/unraid/api/compare/v4.8.0...v4.9.0 ) (2025-05-15)
4
+
5
+
6
+ ### Features
7
+
8
+ * initial codeql setup ([ #1390 ] ( https://github.com/unraid/api/issues/1390 ) ) ([ 2ade7eb] ( https://github.com/unraid/api/commit/2ade7eb52792ef481aaf711dc07029629ea107d9 ) )
9
+ * native slackware package ([ #1381 ] ( https://github.com/unraid/api/issues/1381 ) ) ([ 4f63b4c] ( https://github.com/unraid/api/commit/4f63b4cf3bb9391785f07a38defe54ec39071caa ) )
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * ** deps:** update all non-major dependencies ([ #1366 ] ( https://github.com/unraid/api/issues/1366 ) ) ([ 291ee47] ( https://github.com/unraid/api/commit/291ee475fb9ef44f6da7b76a9eb11b7dd29a5d13 ) )
15
+ * ** deps:** update all non-major dependencies ([ #1379 ] ( https://github.com/unraid/api/issues/1379 ) ) ([ 8f70326] ( https://github.com/unraid/api/commit/8f70326d0fe3e4c3bcd3e8e4e6566766f1c05eb7 ) )
16
+ * ** deps:** update dependency diff to v8 ([ #1386 ] ( https://github.com/unraid/api/issues/1386 ) ) ([ e580f64] ( https://github.com/unraid/api/commit/e580f646a52b8bda605132cf44ec58137e08dd42 ) )
17
+ * ** deps:** update dependency lucide-vue-next to ^0.509.0 ([ #1383 ] ( https://github.com/unraid/api/issues/1383 ) ) ([ 469333a] ( https://github.com/unraid/api/commit/469333acd4a0cbeecc9e9cbadb2884289d83aee3 ) )
18
+
3
19
## [ 4.8.0] ( https://github.com/unraid/api/compare/v4.7.0...v4.8.0 ) (2025-05-01)
4
20
5
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @unraid/api" ,
3
- "version" : " 4.8 .0" ,
3
+ "version" : " 4.9 .0" ,
4
4
"main" : " src/cli/index.ts" ,
5
5
"type" : " module" ,
6
6
"corepack" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " unraid-monorepo" ,
3
3
"private" : true ,
4
- "version" : " 4.8 .0" ,
4
+ "version" : " 4.9 .0" ,
5
5
"scripts" : {
6
6
"build" : " pnpm -r build" ,
7
7
"build:watch" : " pnpm -r build:watch" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @unraid/connect-plugin" ,
3
- "version" : " 4.8 .0" ,
3
+ "version" : " 4.9 .0" ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"commander" : " ^13.1.0" ,
12
12
"tsx" : " ^4.19.2" ,
13
13
"zod" : " ^3.24.1" ,
14
14
"zx" : " ^8.3.2"
15
- },
15
+ },
16
16
"type" : " module" ,
17
17
"license" : " GPL-2.0-or-later" ,
18
18
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @unraid/ui" ,
3
- "version" : " 4.8 .0" ,
3
+ "version" : " 4.9 .0" ,
4
4
"private" : true ,
5
5
"license" : " GPL-2.0-or-later" ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @unraid/web" ,
3
- "version" : " 4.8 .0" ,
3
+ "version" : " 4.9 .0" ,
4
4
"private" : true ,
5
5
"license" : " GPL-2.0-or-later" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments