diff --git a/package.json b/package.json index a954a4fe4..06c3c1cce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "actual-sync", - "version": "24.1.0", + "version": "24.2.0", "license": "MIT", "description": "actual syncing server", "type": "module", @@ -16,7 +16,7 @@ }, "dependencies": { "@actual-app/crdt": "2.1.0", - "@actual-app/web": "24.1.0", + "@actual-app/web": "24.2.0", "bcrypt": "^5.1.0", "better-sqlite3": "^9.1.1", "body-parser": "^1.20.1", diff --git a/upcoming-release-notes/284.md b/upcoming-release-notes/284.md deleted file mode 100644 index 8a204ce45..000000000 --- a/upcoming-release-notes/284.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [albertchae] ---- - -Remove obsolete `fly.template.toml` diff --git a/upcoming-release-notes/293.md b/upcoming-release-notes/293.md deleted file mode 100644 index 7d835a7ae..000000000 --- a/upcoming-release-notes/293.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -migration: rename `nordigen_*` secrets to `gocardless_*` diff --git a/upcoming-release-notes/294.md b/upcoming-release-notes/294.md deleted file mode 100644 index 3cf26b0c4..000000000 --- a/upcoming-release-notes/294.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [t4cmyk] ---- - -Add GoCardless integration for ING (Germany). diff --git a/upcoming-release-notes/296.md b/upcoming-release-notes/296.md deleted file mode 100644 index 538a35173..000000000 --- a/upcoming-release-notes/296.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [zachwhelchel,duplaja,lancepick,latetedemelon] ---- - -Add option to link an account to SimpleFIN for syncing transactions. \ No newline at end of file diff --git a/upcoming-release-notes/297.md b/upcoming-release-notes/297.md deleted file mode 100644 index f2fdc76e7..000000000 --- a/upcoming-release-notes/297.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [visurel] ---- - -Add GoCardless bank integration for Sparkasse Marburg-Biedenkopf (Germany). diff --git a/upcoming-release-notes/298.md b/upcoming-release-notes/298.md deleted file mode 100644 index f4e198333..000000000 --- a/upcoming-release-notes/298.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [Waseh] ---- - -Add GoCardless integration for Lægernes Bank DK diff --git a/upcoming-release-notes/300.md b/upcoming-release-notes/300.md deleted file mode 100644 index 4256ba4b5..000000000 --- a/upcoming-release-notes/300.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [hkiang01] ---- - -Optional non-root user for Docker \ No newline at end of file diff --git a/upcoming-release-notes/302.md b/upcoming-release-notes/302.md deleted file mode 100644 index 52597503d..000000000 --- a/upcoming-release-notes/302.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [twk3] ---- - -Reduce docker build failures on 32bit platforms diff --git a/upcoming-release-notes/303.md b/upcoming-release-notes/303.md deleted file mode 100644 index e433c8c07..000000000 --- a/upcoming-release-notes/303.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [BoKKeR] ---- - -Fixed a broken link in the README! diff --git a/yarn.lock b/yarn.lock index 5b0a58f9e..c146cd1a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16,10 +16,10 @@ __metadata: languageName: node linkType: hard -"@actual-app/web@npm:24.1.0": - version: 24.1.0 - resolution: "@actual-app/web@npm:24.1.0" - checksum: 9e0656491b1bcf0165e3faf34c55c22f5efc3ded74f9dbb46c1e28c6e34cc3c5b1964501260d21ce62f49fe4497adc2468343c1e7bacd09920d051916683d81a +"@actual-app/web@npm:24.2.0": + version: 24.2.0 + resolution: "@actual-app/web@npm:24.2.0" + checksum: 9eb4076baf84dd121c69ba32c0b493d033cf14c6e091b55dad7203d1818ba7b76922af335c123f64d2b2c9a28effb563ab0798483314bd1cfe4e62a93d86b8b5 languageName: node linkType: hard @@ -1611,7 +1611,7 @@ __metadata: resolution: "actual-sync@workspace:." dependencies: "@actual-app/crdt": "npm:2.1.0" - "@actual-app/web": "npm:24.1.0" + "@actual-app/web": "npm:24.2.0" "@babel/preset-typescript": "npm:^7.20.2" "@types/bcrypt": "npm:^5.0.0" "@types/better-sqlite3": "npm:^7.6.7"