heroes-of-chess-components 0.6.70 → 0.6.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -202,7 +202,6 @@ export function useTournament(): UseTournamentReturn {
202
202
  }
203
203
 
204
204
  if (turnType === "aog") return gameArena;
205
- if (turnType === "acg") return coordinateArena;
206
205
  if (turnType === "cc") return tournamentChess;
207
206
  if (turnType === "bh") return bughouse;
208
207
  if (turnType === "acg-co") return coordinate;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "heroes-of-chess-components",
3
- "version": "0.6.70",
3
+ "version": "0.6.71",
4
4
  "description": "Reusable React Components for Heroes of Chess Apps",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",