mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-10 16:26:43 -05:00
bump versions to v25.3.1 (#4521)
* bump versions * remove release notes from patch release
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@actual-app/api",
|
||||
"version": "25.3.0",
|
||||
"version": "25.3.1",
|
||||
"license": "MIT",
|
||||
"description": "An API for Actual",
|
||||
"engines": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@actual-app/web",
|
||||
"version": "25.3.0",
|
||||
"version": "25.3.1",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"build"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
@@ -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",
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [matt-fidd]
|
||||
---
|
||||
|
||||
Fix negative amout parsing
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [jfdoming]
|
||||
---
|
||||
|
||||
Fix number input on mobile with hidden decimals
|
||||
10
yarn.lock
10
yarn.lock
@@ -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"
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user