Compare commits
9 Commits
v0.1.6
..
1ec51f9c6a
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ec51f9c6a | |||
| b2876d1e49 | |||
| a24782f4bb | |||
| 1bece10df2 | |||
| b96932270b | |||
| 58857af5ca | |||
| 39d3250114 | |||
| 18418adf9e | |||
| d2824695c0 |
@@ -1,23 +1,3 @@
|
|||||||
## [0.1.6] - 2026-04-26
|
|
||||||
|
|
||||||
### Patch Changes
|
|
||||||
|
|
||||||
- fix: update Cucumber config and hooks to properly load test infrastructure
|
|
||||||
- feat: add feature summary documentation
|
|
||||||
- docs: update README with feature files and issue tracking
|
|
||||||
- feat: add tournament schedule feature test (issue #7)
|
|
||||||
- feat: add player schedule feature test (issue #9)
|
|
||||||
- feat: add password reset feature test (issue #10)
|
|
||||||
- feat: add wordmark navigation feature test (issue #24)
|
|
||||||
- docs: add README for Cucumber test framework
|
|
||||||
- feat: add cucumber gherkin-style E2E test framework
|
|
||||||
|
|
||||||
## [0.1.5] - 2026-04-26
|
|
||||||
|
|
||||||
### Patch Changes
|
|
||||||
|
|
||||||
- ci: fix deployment directory path in release workflow
|
|
||||||
|
|
||||||
## [0.1.4] - 2026-04-02
|
## [0.1.4] - 2026-04-02
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "euchre_camp",
|
"name": "euchre_camp",
|
||||||
"version": "0.1.6",
|
"version": "0.1.4",
|
||||||
"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