Skip to content

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 14 Oct 20:04
· 144 commits to main since this release

🚀 Release addon-ui v0.4.2 (2025-10-14)

⚡️ Performance Improvements

  • enhance type declaration support and refactor build process (e9ada45)

    • Updated types field in package.json to point to generated type declarations.
    • Modified exports to include type declarations for components (config, plugin, etc.).
    • Added tsconfig.build.json to generate declaration files in the dist-types directory.
    • Added prepublishOnly script to automate type generation during publishing.
    • Updated .gitignore and ESLint configuration to include dist-types.
    • Introduced type definitions for odometer and addon-ui-config modules.

🤖 CI

  • update build and CI scripts to include type generation (186eab3)

    • Updated .husky/pre-push to replace commented-out commands with npm run build:types.
    • Modified GitHub Actions workflow to add a step for running npm run build:types during CI.

🧹 Chores

  • remove .npmignore and update package.json file patterns (d902232)

  • update .prettierignore to include CHANGELOG.md (e2d51ac)

🙌 Contributors