Compare commits

..

7 commits

Author SHA1 Message Date
Matyáš Caras
3be02d3ffe
docs: fix changelog version 2023-12-29 19:30:46 +01:00
Matyáš Caras
7f527f3d44
Merge branch 'dev-graph' into dev 2023-12-25 21:36:23 +01:00
c2d98df780 fix(deps): update dependency fl_chart to ^0.66.0 (#14)
Reviewed-on: #14
Co-authored-by: Renovate Bot <kontakt+renovator@caras.cafe>
Co-committed-by: Renovate Bot <kontakt+renovator@caras.cafe>
2023-12-25 21:14:11 +01:00
Matyáš Caras
b86d8ecf39 Update renovate.json 2023-12-25 12:14:09 +01:00
Matyáš Caras
882ca914fb Update renovate.json 2023-12-25 12:12:37 +01:00
Matyáš Caras
b16b61b242
chore: upgrade flutter 2023-12-07 19:57:22 +01:00
fb2a88a0ec fix(deps): update dependency fl_chart to ^0.65.0 (#10)
Reviewed-on: #10
Co-authored-by: Renovate Bot <kontakt+renovator@caras.cafe>
Co-committed-by: Renovate Bot <kontakt+renovator@caras.cafe>
2023-11-28 19:07:57 +01:00
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# 1.0.0-alpha.2 # 1.0.0-alpha+2
- Fixed localization issues - Fixed localization issues
- Added graphs for expenses and income per month/year - Added graphs for expenses and income per month/year
# 1.0.0-alpha # 1.0.0-alpha

View file

@ -1,7 +1,8 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"config:recommended" "config:best-practices"
], ],
"baseBranches": ["dev"],
"enabledManagers":["pub"] "enabledManagers":["pub"]
} }