- Update to the latest SDK versions in
scripts/build.js
,RNPurchases.podspec
andandroid/build.gradle
. - Update versions in VERSIONS.md.
- Update version in
package.json
. - Update
platformFlavorVersion
inRNPurchases.m
andPLUGIN_VERSION
in RNPurchasesModule.java. - Update versionName in
android/build.gradle
. - Add an entry to CHANGELOG.md
- Run
npm run build
git commit -am "Preparing for version x.y.z"
git tag x.y.z
git push origin main && git push --tags
- Create a new release in github and upload
npm publish