2.7.4 • Published 1 year 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-uiContribute
To contribute to this project:
Installation
yarn install
yarn install-peersRun
yarn dev
yarn dev-watch // (advanced use when it's linked to another project)
yarn testContributing
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
mainand have the latest changes. - Make sure
CHANGELOGhas been correctly updated and changes have been moved away fromUnreleased. - Bump version on
package.jsonand 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.