Skip to content

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 28 Jul 17:49
· 17 commits to main since this release

🚀 Release @addon-core/browser v0.7.2 (2026-07-28)

🐛 Bug Fixed

  • add consumer typecheck workflow and improve type declarations (f9eab46)

    • Introduced a new test:consumer-types script to validate type usage in consumer projects.
    • Enhanced the TypeScript build process to include chrome type references in declaration files.
    • Updated dependencies: bumped @types/chrome to ^0.2.2 and removed it as a peer dependency.
    • Added a copy-api-types script to bundle api.d.ts into the dist directory.
    • Included a sample consumer test setup for validating type correctness in real-world scenarios.

🧪 Tests

  • add platform-specific shell option for npm commands (a2aea7c)

  • simplify consumer setup by writing package.json dynamically (e4908f6)

    • Removed the static package.json in tests/consumer-types and created it programmatically.
    • Updated the consumer typecheck logic to include dynamic package.json creation during tests.

🙌 Contributors