This pull request adds .versonrc.json file to configure commit message by workflows for tag creation of wrappid-app type projects.
This pull request also modifies package-lock.json where @wrappid/native-mobile is installed via npm ci --force as this package is causing dependencies conflicts during installation.
Related Issues
Ref: #117
Testing
Checklist
[ ] I have performed a thorough self-review of my code.
[ ] I have added or updated relevant tests for my changes.
[ ] My code follows the project's style guidelines and best practices.
[ ] I have updated the documentation if necessary.
[ ] I have added or updated relevant comments in my code.
[ ] I have resolved any merge conflicts of my branch.
Screenshots (if applicable)
Additional Notes
Reviewers
Maintainer Notes
[ ] Has this change been tested in a staging environment?
[ ] Does this change introduce any breaking changes or deprecations?
Description
.versonrc.json
file to configure commit message by workflows for tag creation of wrappid-app type projects.npm ci --force
as this package is causing dependencies conflicts during installation.Related Issues
Ref: #117
Testing
Checklist
Screenshots (if applicable)
Additional Notes
Reviewers
Maintainer Notes