0.2.6 • Published 5 months ago

@mytw/account-frontend-api v0.2.6

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Account Frontend Api

This package is to manage account apis in frontend

You can reach out to LX Squad

Releasing Package

1. Version

Version using the available script and it will create commit and tag for the version bump

yarn version:patch
yarn version:minor
yarn version:major

2. Pushing changes including tags

git push origin main --tags