You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: add modern git hooks and prettier config
- Initialize husky for git hooks
- Add .prettierrc config
- Update pre-commit to run lint-staged and tests
- Remove old husky script from package.json
* chore: remove husky and lint-staged
* feat: add changesets for releases
- Add @changesets/cli for versioning and changelog
- Add release workflow that publishes to npm on main merge
- Add PR check requiring a changeset
- Add npm scripts for release workflow
- CI runs on push and pull_request
* fix: correct branch name
0 commit comments