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

bump versions to v25.3.1 #4521

Merged
merged 2 commits into from
Mar 3, 2025
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
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actual-app/api",
"version": "25.3.0",
"version": "25.3.1",
"license": "MIT",
"description": "An API for Actual",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actual-app/web",
"version": "25.3.0",
"version": "25.3.1",
"license": "MIT",
"files": [
"build"
Expand Down
2 changes: 1 addition & 1 deletion packages/desktop-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Actual",
"productName": "Actual",
"description": "A simple and powerful personal finance system",
"version": "25.3.0",
"version": "25.3.1",
"scripts": {
"clean": "rm -rf dist",
"update-client": "bin/update-client",
Expand Down
4 changes: 2 additions & 2 deletions packages/sync-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actual-app/sync-server",
"version": "25.3.0",
"version": "25.3.1",
"license": "MIT",
"description": "actual syncing server",
"type": "module",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@actual-app/crdt": "2.1.0",
"@actual-app/web": "25.3.0",
"@actual-app/web": "25.3.1",
"bcrypt": "^5.1.1",
"better-sqlite3": "^11.7.0",
"body-parser": "^1.20.3",
Expand Down
6 changes: 0 additions & 6 deletions upcoming-release-notes/4489.md

This file was deleted.

6 changes: 0 additions & 6 deletions upcoming-release-notes/4503.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 @@ -84,7 +84,7 @@ __metadata:
resolution: "@actual-app/sync-server@workspace:packages/sync-server"
dependencies:
"@actual-app/crdt": "npm:2.1.0"
"@actual-app/web": "npm:25.3.0"
"@actual-app/web": "npm:25.3.1"
"@babel/preset-typescript": "npm:^7.20.2"
"@types/bcrypt": "npm:^5.0.2"
"@types/better-sqlite3": "npm:^7.6.12"
Expand Down Expand Up @@ -125,10 +125,10 @@ __metadata:
languageName: unknown
linkType: soft

"@actual-app/web@npm:25.3.0":
version: 25.3.0
resolution: "@actual-app/web@npm:25.3.0"
checksum: 10/cd63ec1b8ffe1a8e6b8339ee475633bf9c0f04223338f64ca2594c3dee66918b79a0c4ce24c8388abc5b9b9141654cc694a372f0b42126fada3504041c98ccb0
"@actual-app/web@npm:25.3.1":
version: 25.3.1
resolution: "@actual-app/web@npm:25.3.1"
checksum: 10/a582c288b6ee5414dc0b8bf6bc10c585bd5ddb3612a564142a4f44cf6a38bfd0cecc5cbcdc3781d8be6891fef12d588d4179e7e0582f53b751184d8aaba9e43b
languageName: node
linkType: hard

Expand Down
Loading