From f4b47081d36065e99eacb3dd6baa9d121ce100a0 Mon Sep 17 00:00:00 2001 From: Brandon Cook Date: Fri, 3 Jul 2026 11:40:34 +1000 Subject: [PATCH] fix: changeset package name is "kit", not the Go module path The changesets workspace is the package.json package ("kit"); naming the Go module path made `changeset version` fail on main ("Found changeset credits-economy-abi for package github.com/shellcade/kit/v2 which is not in the workspace"), blocking the Release workflow. --- .changeset/credits-economy-abi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/credits-economy-abi.md b/.changeset/credits-economy-abi.md index 882d84d..3a49022 100644 --- a/.changeset/credits-economy-abi.md +++ b/.changeset/credits-economy-abi.md @@ -1,5 +1,5 @@ --- -"github.com/shellcade/kit/v2": minor +"kit": minor --- Casino games: the game-kind meta section, credits host functions, and CtxFeatCredits (wire revision 7)