B1: React Query deeper adoption (P1–P3) #86

Closed
null wants to merge 340 commits from branch/b1-react-query into main
2 changed files with 3 additions and 3 deletions
Showing only changes of commit ce22139bb3 - Show all commits

View File

@ -1,8 +1,8 @@
export const APP_VERSION = '0.27.0';
export const APP_VERSION = '0.27.01';
export const APP_NAME = 'BillTracker';
export const RELEASE_NOTES = {
version: '0.27.0',
version: '0.27.01',
date: '2026-05-14',
highlights: [
{ icon: '❄️', title: 'Debt Snowball', desc: 'New Snowball page: drag-and-drop debt ordering, Dave Ramsey payoff projections, avalanche method comparison, and balance update by clicking any balance figure.' },

View File

@ -1,6 +1,6 @@
{
"name": "bill-tracker",
"version": "0.27.0",
"version": "0.27.01",
"description": "Monthly bill tracking system",
"main": "server.js",
"scripts": {