@beforeyoubid/ui-lib
v2.3.4
Published
## About
Keywords
Readme
ui-lib
About
This npm package acts as a central repository to expose shareable react components to be used across our BYB front-end projects.
Publishing Guide
Add a component
Export the component and it's types
Bump the package.json version via semantic versioning reference by running
npm version x.x.x(this bumps thepackage.jsonversion and does a commit)- MAJOR version: breaking changes (⬆.x.x)
- MINOR version: feature (x.⬆.x)
- PATCH version: bug fix (x.x.⬆)
Publish the package via
yarn build
Misc notes
- We are using
rollupto bundle/build the package - the
inputkey is what determines what is being published for the npm publish (refer torollup.config.mjs)
