Skip to content

Releases: stovmascript/react-native-version

v4.0.0

04 Mar 23:01
Compare
Choose a tag to compare

Breaking changes

  • RNV now requires Node.js 10+

v3.0.0

04 Apr 21:08
Compare
Choose a tag to compare

Breaking changes

  • RNV now requires Node.js 8+

v2.4.0

23 Nov 11:34
Compare
Choose a tag to compare

RNV no longer depends on the Xcode CLI tools and therefore no longer depends on macOS. If you're on a Mac and still want to version using agvtool, add the --legacy option to your command.

v2.0.0

26 Sep 11:36
Compare
Choose a tag to compare

Breaking changes

iOS

  • RNV now depends on the Xcode CLI tools
  • Versioning will now also bump the build number by default to be consistent with Android
    • You can still retain the old behaviour with a new option (see below)

Features