Skip to content

Release 2.2.1

Choose a tag to compare

@xxsnakerxx xxsnakerxx released this 22 Feb 22:05
· 15 commits to main since this release

2.2.1 (2026-02-22)

Miscellaneous Chores

  • integrate Biome for linting and formatting, add biome.json configuration, and remove ESLint configuration files (ae8c877)
  • migrate from Yarn to pnpm for dependency management and update configuration files accordingly (4c4309f)
  • remove pull_request branch specification from CI workflow (63e7974)
  • standardize code formatting across configuration and example files (eebaacd)
  • update app.json to reflect new app name and slug for React Native Alert Queue (cdb0abf)
  • update conventional changelog configuration to disable merge commits (1472857)
  • update conventional changelog configuration to use conventional commits format (53e87e3)
  • update dependencies in package.json and example/package.json to latest versions (4582025)
  • update dependencies in package.json and pnpm-lock.yaml to latest versions, add update-deps script (a1f7428)

Code Refactoring

  • Keyboard: simplify style prop by removing unnecessary array wrapping (589b53d)