diff --git a/package.json b/package.json index ab0da55fb..80cc9fbb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "actual-sync", - "version": "23.11.0", + "version": "23.12.0", "license": "MIT", "description": "actual syncing server", "type": "module", @@ -16,7 +16,7 @@ }, "dependencies": { "@actual-app/crdt": "2.1.0", - "@actual-app/web": "23.11.0", + "@actual-app/web": "23.12.0", "bcrypt": "^5.1.0", "better-sqlite3": "^9.1.1", "body-parser": "^1.20.1", diff --git a/upcoming-release-notes/267.md b/upcoming-release-notes/267.md deleted file mode 100644 index 24c96b581..000000000 --- a/upcoming-release-notes/267.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [MatissJanis] ---- - -Ability to add and run database/fs migrations diff --git a/upcoming-release-notes/274.md b/upcoming-release-notes/274.md deleted file mode 100644 index 8a04040b5..000000000 --- a/upcoming-release-notes/274.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [Valloric] ---- - -Add "docker.io/" registry prefix to docker compose image diff --git a/upcoming-release-notes/275.md b/upcoming-release-notes/275.md deleted file mode 100644 index b79ad26ee..000000000 --- a/upcoming-release-notes/275.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MatissJanis] ---- - -Fix: add missing migrations folder for docker diff --git a/upcoming-release-notes/277.md b/upcoming-release-notes/277.md deleted file mode 100644 index 13508fd39..000000000 --- a/upcoming-release-notes/277.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Maintenance -authors: [MatissJanis] ---- - -Upgrade `yarn` to v4 and `better-sqlite3` to v9.1.1 diff --git a/upcoming-release-notes/278.md b/upcoming-release-notes/278.md deleted file mode 100644 index 4c0ad647e..000000000 --- a/upcoming-release-notes/278.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MatissJanis] ---- - -Fix: gocardless bank sync not working as expected after last migration PR merge diff --git a/upcoming-release-notes/281.md b/upcoming-release-notes/281.md deleted file mode 100644 index 6bd2725c9..000000000 --- a/upcoming-release-notes/281.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [MikesGlitch, MatissJanis] ---- - -Fix: `ERR_UNSUPPORTED_ESM_URL_SCHEME` by upgrading node-migrate to v2.0.1 diff --git a/upcoming-release-notes/282.md b/upcoming-release-notes/282.md deleted file mode 100644 index ad88f3169..000000000 --- a/upcoming-release-notes/282.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Enhancements -authors: [MatissJanis] ---- - -Improved error handling of GoCardless issues diff --git a/upcoming-release-notes/283.md b/upcoming-release-notes/283.md deleted file mode 100644 index 505f647db..000000000 --- a/upcoming-release-notes/283.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [Nudded] ---- - -Fix: non-unique transactionId values for Belfius bank causing missing data. diff --git a/upcoming-release-notes/285.md b/upcoming-release-notes/285.md deleted file mode 100644 index 5aef22bec..000000000 --- a/upcoming-release-notes/285.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -category: Bugfix -authors: [feliciaan] ---- - -Fix: add fixes for BNP Paribas Fortis and Hello Bank \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 8db49b3c0..25346228a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16,10 +16,10 @@ __metadata: languageName: node linkType: hard -"@actual-app/web@npm:23.11.0": - version: 23.11.0 - resolution: "@actual-app/web@npm:23.11.0" - checksum: 1220c4ffb967fe6560998ce6349609dc8b6d85a2d4936f28999256943043ca024aa46191f27ef7c7cf2f914bda2c174a43c1c6681e2164b2d90a968495ed9e1b +"@actual-app/web@npm:23.12.0": + version: 23.12.0 + resolution: "@actual-app/web@npm:23.12.0" + checksum: 6bd9ae7a982be1483a72b8d80f51849a81fd370251994e38629a719812975623bca99f03c723b4995f154472b9b94fc365c75daa2f90225ec3a5750a5fb44bf7 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:23.11.0" + "@actual-app/web": "npm:23.12.0" "@babel/preset-typescript": "npm:^7.20.2" "@types/bcrypt": "npm:^5.0.0" "@types/better-sqlite3": "npm:^7.6.7"