Skip to content
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to PWA Template will be documented in this file. This project adheres to a manual release process; update both this file and `assets/changelog.json` when shipping new versions so the in-app update summary stays accurate.

## [NEXT_VERSION] - [NEXT_DATE]

- Add extra automated test scenarios for fallback states and navigation actions so reliability checks catch more edge cases.

## 1.1.38 - 2026-03-18

- Align the default dark mode look and feel with WealthTrack so night-time screens are more consistent across both apps.
Expand Down
7 changes: 7 additions & 0 deletions assets/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"version": "[NEXT_VERSION]",
"date": "[NEXT_DATE]",
"changes": [
"Add more automated tests for edge-case behavior so app reliability is checked more thoroughly."
]
},
{
"version": "1.1.38",
"date": "2026-03-18",
Expand Down
159 changes: 67 additions & 92 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading