From aed554c33702ae48410e06dda98a3c75c2b8e2e3 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Sat, 2 May 2026 01:26:16 +0000 Subject: [PATCH] chore: bump version to v0.1.14 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23807c6..2258f60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## [0.1.14] - 2026-05-02 + +### Patch Changes + +- Merge branch 'bugfix/7-tournament-schedule-tests': Schedule generation, clickable matchups, and test fixes +- Merge branch 'bugfix/9-player-schedule-tests': Player schedule clickable matches +- Merge branch 'bugfix/10-password-reset-tests': Password reset API and form wiring +- fix: resolve schedule generation tests - round display, clickable links, and team count +- fix: rename variable to avoid shadowing expectedRounds function +- fix: improve link click handling to wait for networkidle +- feat: implement password reset API endpoint and wire up form +- fix: make player schedule matches clickable links to match detail page +- fix: support matchup query param for direct navigation to entry page +- fix: correct wordmark link to point to home page +- fix: resolve schedule data staleness in production builds +- wip: Tournament schedule tests - 27/30 passing +- feat: add ScheduleDisplay component and wire up schedule page with Generator +- test: add tournament schedule step definitions +- test: enable player schedule tests with match data setup +- test: enable password reset page test and add navigation step + ## [0.1.13] - 2026-04-27 ### Patch Changes diff --git a/package.json b/package.json index f155fd8..c93112f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "euchre_camp", - "version": "0.1.13", + "version": "0.1.14", "private": true, "scripts": { "dev": "NEXT_PUBLIC_GIT_COMMIT=$(git rev-parse --short HEAD) next dev",