🔖 (23.6.0) category hiding and filters for reports (#207)

Web: https://github.com/actualbudget/actual/pull/1087
Server: https://github.com/actualbudget/actual-server/pull/207
Docs: https://github.com/actualbudget/docs/pull/179

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Matiss Janis Aboltins
2023-06-01 21:13:18 +01:00
committed by GitHub
parent d1ff06840e
commit 7c8e9bb5ec
4 changed files with 13 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "actual-sync", "name": "actual-sync",
"version": "23.5.0", "version": "23.6.0",
"license": "MIT", "license": "MIT",
"description": "actual syncing server", "description": "actual syncing server",
"type": "module", "type": "module",
@@ -14,8 +14,8 @@
"reset-password": "node src/scripts/reset-password.js" "reset-password": "node src/scripts/reset-password.js"
}, },
"dependencies": { "dependencies": {
"@actual-app/api": "6.0.0", "@actual-app/api": "6.1.0",
"@actual-app/web": "23.5.0", "@actual-app/web": "23.6.0",
"bcrypt": "^5.1.0", "bcrypt": "^5.1.0",
"better-sqlite3": "^8.2.0", "better-sqlite3": "^8.2.0",
"body-parser": "^1.20.1", "body-parser": "^1.20.1",

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [j-f1]
---
Fix build process for edge Docker images

View File

@@ -1,6 +0,0 @@
---
category: Maintenance
authors: [j-f1]
---
Migrate to the combined release notes action from the main repo

View File

@@ -5,21 +5,21 @@ __metadata:
version: 6 version: 6
cacheKey: 8 cacheKey: 8
"@actual-app/api@npm:6.0.0": "@actual-app/api@npm:6.1.0":
version: 6.0.0 version: 6.1.0
resolution: "@actual-app/api@npm:6.0.0" resolution: "@actual-app/api@npm:6.1.0"
dependencies: dependencies:
better-sqlite3: ^8.2.0 better-sqlite3: ^8.2.0
node-fetch: ^2.6.9 node-fetch: ^2.6.9
uuid: 3.3.2 uuid: 3.3.2
checksum: c0e579b03571258ca0ecdc67f3c05b1fed1d5b821f92cf4c0d7fb55040e75cbcd56372e0030e679b5f701404fb3b05e6e95516c6dd501ad1b98ab4e50a7cce49 checksum: 75eeb5fdb2377175117bf2a229883a23224c8272d20aeaa79c2f30d609206156b9c1a0a9d65d580454b52da86a3aa38ead24d44daac69e728604467b1194e985
languageName: node languageName: node
linkType: hard linkType: hard
"@actual-app/web@npm:23.5.0": "@actual-app/web@npm:23.6.0":
version: 23.5.0 version: 23.6.0
resolution: "@actual-app/web@npm:23.5.0" resolution: "@actual-app/web@npm:23.6.0"
checksum: 9961c35c58efb52bed28eb0b25954e414f8d509a5633bf5153cbe9251f8325614208010fc91850001a96e2e67520d3fe973d87f32443d55d25390fbdee0ea142 checksum: a3bbfe54c9285f3d285b36a1fc57ec856d1af82ec66d4ae16e70031bb4279b213a4f214757f72dce087ff9f0537624c70c612726b0779e4c0525975f7aee0637
languageName: node languageName: node
linkType: hard linkType: hard
@@ -1555,8 +1555,8 @@ __metadata:
version: 0.0.0-use.local version: 0.0.0-use.local
resolution: "actual-sync@workspace:." resolution: "actual-sync@workspace:."
dependencies: dependencies:
"@actual-app/api": 6.0.0 "@actual-app/api": 6.1.0
"@actual-app/web": 23.5.0 "@actual-app/web": 23.6.0
"@babel/preset-typescript": ^7.20.2 "@babel/preset-typescript": ^7.20.2
"@types/bcrypt": ^5.0.0 "@types/bcrypt": ^5.0.0
"@types/better-sqlite3": ^7.6.3 "@types/better-sqlite3": ^7.6.3