2.7.4 • Published 9 months ago
io-bricks-ui v2.7.4
iobricks-ui
Description
IoBricksUI provides a set of accessible, reusable, and composable React components that make it super easy to create our projects.
Mostly uses ChakraUI under the hood.
Installation of the package
yarn add @iobuilders/io-bricks-ui
Contribute
To contribute to this project:
Installation
yarn install
yarn install-peers
Run
yarn dev
yarn dev-watch // (advanced use when it's linked to another project)
yarn test
Contributing
Pull requests are welcome.
How to release a new version?
New versions can only be released by those authorized to make sure we have the best developer experience. Keep in mind this affects to the projects of Iobuilders.
- Make sure you are on
main
and have the latest changes. - Make sure
CHANGELOG
has been correctly updated and changes have been moved away fromUnreleased
. - Bump version on
package.json
and commit asvX.X.X
. - Run
yarn rollup && yarn publish
- Generate tag with the format
vX.X.X
, push main's branch and tag (git push origin vX.X.X
) to repository.