prosocialmedia-ui
v1.0.20
Published
A library of React components.
Readme
prosocialmedia-ui
This is a React component library designed specifically for ProsocialMedia projects. It provides reusable and customizable components to help you build user-friendly interfaces efficiently.
Installing
npm install prosocialmedia-ui
Updating the Version Before Pushing to Master
🚨 Important! Package publication happens automatically when changes are pushed to the master branch. Therefore, you must update the package version before pushing to master.
Update the Version
Patch (for bug fixes) npm version patch
Minor (for new features that don’t break existing functionality) npm version minor
Major (for breaking changes) npm version major
How It Works:
- CI/CD automatically detects the latest commit in the master branch.
- The new version of the package is published to npm automatically.
Follow semantic versioning:
MAJOR: Breaking changes. MINOR: New features (non-breaking). PATCH: Bug fixes.
