- Getting Started 🚀
- 📦 How to publish new changes on packages
- ⚙️ How to install a new lib in some package
Clone the project and install the dependencies
npm i
npm run changeset
This will create a new version and a new tag in the repository based on the things you will answer and the log you will write, also will create a new .md file on .changeset folder with the content.
npm run version-packages
This will commit the changelog to the package you changed and will push it to all the packages you change.
git add .
git commit -m "what my changes do"
git push
Go to the package folder and install the library normally