feat: sprites support

This commit is contained in:
Nathan Flurry 2026-03-25 12:22:00 -07:00
parent 9cd9252725
commit 5da35e6dfa
35 changed files with 746 additions and 1257 deletions

View file

@ -45,7 +45,6 @@ const VERSION_REFERENCE_FILES = [
"scripts/release/main.ts",
"scripts/release/promote-artifacts.ts",
"scripts/release/sdk.ts",
"scripts/sandbox-testing/test-sandbox.ts",
];
export async function updateVersion(opts: ReleaseOpts) {