chore: bump version to v0.1.7

This commit is contained in:
Gitea Actions
2026-04-27 02:13:55 +00:00
parent 470e6a03e3
commit eb4844e21d
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -1,3 +1,10 @@
## [0.1.7] - 2026-04-27
### Patch Changes
- fix: replace waitForLoadState('networkidle') with domcontentloaded in all E2E tests
- feat: Implement tournament schedule tab and fix E2E tests (#27)
## [0.1.6] - 2026-04-26
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "euchre_camp",
"version": "0.1.6",
"version": "0.1.7",
"private": true,
"scripts": {
"dev": "NEXT_PUBLIC_GIT_COMMIT=$(git rev-parse --short HEAD) next dev",