Our super-special sockets stuff.
See the client and server documentation for details and examples.
Changes are tracked & published using changesets.
- Create a git branch. Make your desired changes.
- Run
yarn changeset
. Follow the prompts & specify if your change is a major, minor, or patch change. - Add all the changes to
.changesets
& commit. - Create a Pull Request. Merge into the master branch when ready.
Changesets will create a "Release" pull request whenever unpublished changesets are merged into main. When ready to publish to NPM, merge this pull request, and changes will be automatically published.