Skip to content

v2.2.6

Choose a tag to compare

@github-actions github-actions released this 15 Aug 14:58
· 52 commits to main since this release
724fd3e

2.2.6 (2026-08-15)

Bug Fixes

  • deps: move typescript to devDependencies (9a030cf)

    Nothing under src/ or the emitted build/ imports the compiler, so installing
    this package pulled 24M of TypeScript that never ran. The three matches for
    "typescript" in build/ are code-fence language labels in the Storybook
    extractor, not module imports.