Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔖 (23.11.0) #273

Merged
merged 3 commits into from
Nov 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.10.0",
"version": "23.11.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.10.0",
"@actual-app/web": "23.11.0",
"bcrypt": "^5.1.0",
"better-sqlite3": "^8.6.0",
"body-parser": "^1.20.1",
Expand Down
6 changes: 0 additions & 6 deletions upcoming-release-notes/260.md

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions upcoming-release-notes/268.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.10.0":
version: 23.10.0
resolution: "@actual-app/web@npm:23.10.0"
checksum: bcff1abea060b73bf5865d7ba5e08105500456c19cddbbd816cd1ad88be33448dc6699496d6dc2d742405bafd5e7846578a4420e3beec90a0de8c579edc8b700
"@actual-app/web@npm:23.11.0":
version: 23.11.0
resolution: "@actual-app/web@npm:23.11.0"
checksum: b9a40aa063ece380bf8bdd789bae5d3580c2db0cb9d4d5a38a3b9ec0b568f1a41d06d84fdb17e5a85ddaec6a2477e38793754986ea68291c2dcb66d06d94cce8
languageName: node
linkType: hard

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