Skip to content

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

Tags

v1.5.0

fix(ios): deal with the latest cli breaking change

I've also:
* made platform props access lazy
* moved the important cli code to ts
* added required arguments checks
* fixed some test snapshots
* exposed the package types

v1.4.0

refactor: no deps and reformat with dprint

v.1.3.0

fix: revert 1.2.0 changes

v1.2.0

fix: prefer buildGradlePath from cli instead of path.join

Somehow RN cli app name may be undefined, causing exceptions
on the path join call, to mitigate this, I've added a preference
to use the cli's buildGradlePath

v1.1.0

fix: change version flag to semver

* To avoid conflicting issues with react-native cli
* Also added change logs and made tests build before running

v1.0.4

chore: Bump version to 1.0.4

v1.0.3

chore(version): Bump package version to 1.0.3

v1.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(version): Bump version

v1.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1 from Grohden/bugfix/ios-marketing-version

Fix issue with MARKETING_VERSION being updated only at one place

v1.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(build): Fix build issue with outdated action