Releases: Grohden/react-native-cli-bump-version
Releases · Grohden/react-native-cli-bump-version
v1.5.1
Fixed an issue where the cli required --type
to be passed despite --semver
being present
Full Changelog: v1.5.0...v.1.5.1
v1.5.0
- Fix #17 (RN 0.69 compatibility)
- Added props validation from what we receive from the RN cli to report better messages
- Made platform props access lazy - that is, no prop access for the platform if its not used
- Fixed some tests
v1.4.0
- Remove ramda and chalk dependencies, now this lib doesn't depend on any lib when installed
- Upgrade dev dependencies so we can close security fixes PRs (for dev dependencies)
v1.3.0
Reverts changes made in 1.2.0 because the build gradle referenced by the RN cli is actually the project (not app) build gradle
v1.2.0
Mitigate issue for appName
provided by RN cli undefined
by using the buildGradlePath
v1.1.0
Changed version flag to semver to avoid conflicts with react-native cli
New direct semver version flag
This version added a --version
flag that direct sets user passed version strings
Related discussion/PR: #3
Fix versionName issue
Fixed versionName in android being removed (#2)
Added test cases
v1.0.2
Fixes breaking changes from react-native cli
v1.0.1
Fix issue with MARKETING_VERSION being updated only once at pbx file