Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit deec1f9

Browse files
🔖 (24.4.0) custom reports improvements, stability enhancements (#332)
* 🔖 (24.4.0) custom reports improvements, stability enhancements * Remove used release notes * Upgrade actual --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bf40410 commit deec1f9

File tree

4 files changed

+7
-19
lines changed

4 files changed

+7
-19
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "actual-sync",
3-
"version": "24.3.0",
3+
"version": "24.4.0",
44
"license": "MIT",
55
"description": "actual syncing server",
66
"type": "module",
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@actual-app/crdt": "2.1.0",
19-
"@actual-app/web": "24.3.0",
19+
"@actual-app/web": "24.4.0",
2020
"bcrypt": "^5.1.0",
2121
"better-sqlite3": "^9.1.1",
2222
"body-parser": "^1.20.1",

upcoming-release-notes/316.md

-6
This file was deleted.

upcoming-release-notes/325.md

-6
This file was deleted.

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ __metadata:
1616
languageName: node
1717
linkType: hard
1818

19-
"@actual-app/web@npm:24.3.0":
20-
version: 24.3.0
21-
resolution: "@actual-app/web@npm:24.3.0"
22-
checksum: 7242da4ac1bd170464899b97ea777d72b3044afcef1b3fdcacfc8e8a53d78a0e63a9169aa2bc15b68c5502488c1b0ed3211eeae06604efadbaf47346d91a6531
19+
"@actual-app/web@npm:24.4.0":
20+
version: 24.4.0
21+
resolution: "@actual-app/web@npm:24.4.0"
22+
checksum: c2b8b1e5fb3e8e9ad021e78405bb1ba45ce74d32ab3f15078bae4645a7b7d2683bdcea45e34f1c88d645df60d0c20f805d8cdd5ebe7a256c6001e4d59559cd43
2323
languageName: node
2424
linkType: hard
2525

@@ -1611,7 +1611,7 @@ __metadata:
16111611
resolution: "actual-sync@workspace:."
16121612
dependencies:
16131613
"@actual-app/crdt": "npm:2.1.0"
1614-
"@actual-app/web": "npm:24.3.0"
1614+
"@actual-app/web": "npm:24.4.0"
16151615
"@babel/preset-typescript": "npm:^7.20.2"
16161616
"@types/bcrypt": "npm:^5.0.0"
16171617
"@types/better-sqlite3": "npm:^7.6.7"

0 commit comments

Comments
 (0)