secullum-react-ui
v1.0.0
Published
Set of React components for building user interfaces
Downloads
11
Readme
secullum-react-ui
Set of React components for building user interfaces
Publishing a new version
- Update the version
npm version [major | minor | patch]
- Build the code to be published
yarn run build
- Publish it
npm publish
- Push incremented version and tags to git
git push --follow-tags