Skip to content

Commit

Permalink
🔖 (23.6.0) category hiding and filters for reports (actualbudget#207)
Browse files Browse the repository at this point in the history
Web: actualbudget/actual#1087
Server: actualbudget#207
Docs: actualbudget/docs#179

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and MMichotte committed Sep 9, 2024
1 parent cc3d69e commit 745d6cf
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 25 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "actual-sync",
"version": "23.5.0",
"version": "23.6.0",
"license": "MIT",
"description": "actual syncing server",
"type": "module",
Expand All @@ -14,8 +14,8 @@
"reset-password": "node src/scripts/reset-password.js"
},
"dependencies": {
"@actual-app/api": "6.0.0",
"@actual-app/web": "23.5.0",
"@actual-app/api": "6.1.0",
"@actual-app/web": "23.6.0",
"bcrypt": "^5.1.0",
"better-sqlite3": "^8.2.0",
"body-parser": "^1.20.1",
Expand Down
6 changes: 0 additions & 6 deletions upcoming-release-notes/204.md

This file was deleted.

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

This file was deleted.

20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ __metadata:
version: 6
cacheKey: 8

"@actual-app/api@npm:6.0.0":
version: 6.0.0
resolution: "@actual-app/api@npm:6.0.0"
"@actual-app/api@npm:6.1.0":
version: 6.1.0
resolution: "@actual-app/api@npm:6.1.0"
dependencies:
better-sqlite3: ^8.2.0
node-fetch: ^2.6.9
uuid: 3.3.2
checksum: c0e579b03571258ca0ecdc67f3c05b1fed1d5b821f92cf4c0d7fb55040e75cbcd56372e0030e679b5f701404fb3b05e6e95516c6dd501ad1b98ab4e50a7cce49
checksum: 75eeb5fdb2377175117bf2a229883a23224c8272d20aeaa79c2f30d609206156b9c1a0a9d65d580454b52da86a3aa38ead24d44daac69e728604467b1194e985
languageName: node
linkType: hard

"@actual-app/web@npm:23.5.0":
version: 23.5.0
resolution: "@actual-app/web@npm:23.5.0"
checksum: 9961c35c58efb52bed28eb0b25954e414f8d509a5633bf5153cbe9251f8325614208010fc91850001a96e2e67520d3fe973d87f32443d55d25390fbdee0ea142
"@actual-app/web@npm:23.6.0":
version: 23.6.0
resolution: "@actual-app/web@npm:23.6.0"
checksum: a3bbfe54c9285f3d285b36a1fc57ec856d1af82ec66d4ae16e70031bb4279b213a4f214757f72dce087ff9f0537624c70c612726b0779e4c0525975f7aee0637
languageName: node
linkType: hard

Expand Down Expand Up @@ -1555,8 +1555,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "actual-sync@workspace:."
dependencies:
"@actual-app/api": 6.0.0
"@actual-app/web": 23.5.0
"@actual-app/api": 6.1.0
"@actual-app/web": 23.6.0
"@babel/preset-typescript": ^7.20.2
"@types/bcrypt": ^5.0.0
"@types/better-sqlite3": ^7.6.3
Expand Down

0 comments on commit 745d6cf

Please sign in to comment.