Skip to content

Releases: Grohden/react-native-cli-bump-version

v1.5.0

30 Jun 21:35
Compare
Choose a tag to compare
  • 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

04 Feb 15:18
Compare
Choose a tag to compare
  • 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

05 Aug 20:31
Compare
Choose a tag to compare

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

08 Apr 15:04
Compare
Choose a tag to compare

Mitigate issue for appName provided by RN cli undefined by using the buildGradlePath

v1.1.0

22 Oct 02:37
Compare
Choose a tag to compare

Changed version flag to semver to avoid conflicts with react-native cli

New direct semver version flag

07 Sep 15:34
Compare
Choose a tag to compare

This version added a --version flag that direct sets user passed version strings

Related discussion/PR: #3

Fix versionName issue

06 Aug 16:19
Compare
Choose a tag to compare

Fixed versionName in android being removed (#2)
Added test cases

v1.0.2

30 Apr 14:30
49ad9ab
Compare
Choose a tag to compare

Fixes breaking changes from react-native cli

v1.0.1

27 Mar 21:50
3b8be35
Compare
Choose a tag to compare

Fix issue with MARKETING_VERSION being updated only once at pbx file

v1.0.0

16 Mar 02:08
db10d17
Compare
Choose a tag to compare
chore(build): Fix build issue with outdated action