Collection of core packages for Utima development.
- components - linked Ant.Design, create or update components only if it will be very necessary and accepted by a senior technical team; this package also includes theme provider that will override base styles of exact project.
- react-hooks - includes reusable custom react hooks developed by 3rd party or by Utima
- utils - custom functions such as formatters, data structures, factory functions, and other reusable generic stuff
- services - backend reusable logic with open API
Every PR implementing a new feature should include changeset. Use npm run changeset from the root of the repository to generate a new changeset and include it with your PR.
Make sure all new features are merged to main and you are on the main branch including their changesets. and run:
npm run releaseTo enter RC mode, run:
npm run release:rc:exitwhen in RC mode, all version releases will have -rc suffix. To exit RC mode, run:
npm run release:rc:exit