Skip to content

Commit

Permalink
🔖 (24.1.0) Mobile split transactions (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis authored Jan 6, 2024
1 parent 933fc27 commit 2f7b391
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 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": "23.12.1",
"version": "24.1.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": "23.12.0",
"@actual-app/web": "24.1.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/292.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:23.12.0":
version: 23.12.0
resolution: "@actual-app/web@npm:23.12.0"
checksum: 6bd9ae7a982be1483a72b8d80f51849a81fd370251994e38629a719812975623bca99f03c723b4995f154472b9b94fc365c75daa2f90225ec3a5750a5fb44bf7
"@actual-app/web@npm:24.1.0":
version: 24.1.0
resolution: "@actual-app/web@npm:24.1.0"
checksum: 9e0656491b1bcf0165e3faf34c55c22f5efc3ded74f9dbb46c1e28c6e34cc3c5b1964501260d21ce62f49fe4497adc2468343c1e7bacd09920d051916683d81a
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:23.12.0"
"@actual-app/web": "npm:24.1.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 2f7b391

Please sign in to comment.