Skip to content

Commit

Permalink
🔖 (24.4.0) custom reports improvements, stability enhancements (#332)
Browse files Browse the repository at this point in the history
* 🔖 (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>
  • Loading branch information
MatissJanis and github-actions[bot] authored Apr 2, 2024
1 parent bf40410 commit deec1f9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 19 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "actual-sync",
"version": "24.3.0",
"version": "24.4.0",
"license": "MIT",
"description": "actual syncing server",
"type": "module",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@actual-app/crdt": "2.1.0",
"@actual-app/web": "24.3.0",
"@actual-app/web": "24.4.0",
"bcrypt": "^5.1.0",
"better-sqlite3": "^9.1.1",
"body-parser": "^1.20.1",
Expand Down
6 changes: 0 additions & 6 deletions upcoming-release-notes/316.md

This file was deleted.

6 changes: 0 additions & 6 deletions upcoming-release-notes/325.md

This file was deleted.

10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ __metadata:
languageName: node
linkType: hard

"@actual-app/web@npm:24.3.0":
version: 24.3.0
resolution: "@actual-app/web@npm:24.3.0"
checksum: 7242da4ac1bd170464899b97ea777d72b3044afcef1b3fdcacfc8e8a53d78a0e63a9169aa2bc15b68c5502488c1b0ed3211eeae06604efadbaf47346d91a6531
"@actual-app/web@npm:24.4.0":
version: 24.4.0
resolution: "@actual-app/web@npm:24.4.0"
checksum: c2b8b1e5fb3e8e9ad021e78405bb1ba45ce74d32ab3f15078bae4645a7b7d2683bdcea45e34f1c88d645df60d0c20f805d8cdd5ebe7a256c6001e4d59559cd43
languageName: node
linkType: hard

Expand Down Expand Up @@ -1611,7 +1611,7 @@ __metadata:
resolution: "actual-sync@workspace:."
dependencies:
"@actual-app/crdt": "npm:2.1.0"
"@actual-app/web": "npm:24.3.0"
"@actual-app/web": "npm:24.4.0"
"@babel/preset-typescript": "npm:^7.20.2"
"@types/bcrypt": "npm:^5.0.0"
"@types/better-sqlite3": "npm:^7.6.7"
Expand Down

0 comments on commit deec1f9

Please sign in to comment.