2.0.19 • Published 2 years ago

turnoverbnb-shared-react v2.0.19

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

How to release a new version of the lib:

  1. After making your changes, increase the version on the package.json file;
  2. Push the changes;
  3. Create a new tag (e.g. git tag 2.x.x)
  4. Push the new tag (git push --tags)

After this you can already increase the version on the apps' package.json.