chore: bump version to v0.1.14
This commit is contained in:
@@ -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
|
## [0.1.13] - 2026-04-27
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "euchre_camp",
|
"name": "euchre_camp",
|
||||||
"version": "0.1.13",
|
"version": "0.1.14",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "NEXT_PUBLIC_GIT_COMMIT=$(git rev-parse --short HEAD) next dev",
|
"dev": "NEXT_PUBLIC_GIT_COMMIT=$(git rev-parse --short HEAD) next dev",
|
||||||
|
|||||||
Reference in New Issue
Block a user