Skip to content

Commit ad31e2b

Browse files
committed
Doc updates for 2.0.0-rc.2
1 parent 35dc5cc commit ad31e2b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,8 @@
149149
2016-08-17 Version 2.0.0-rc.1
150150
* (Internal) Native SDK updates are now automated.
151151
* Includes native SDKs 0.17.9 (iOS), 2.11.1 (Android).
152+
153+
2016-08-21 Version 2.0.0-rc.2
154+
* Fixed automation bug that generated an RNBranch.xcodeproj that failed with `react-native link`.
155+
* Regenerated RNBranch.xcodeproj to fix `react-native link` bug (#239).
156+
* Includes native SDKs 0.17.9 (iOS), 2.11.1 (Android).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is a repository of our open source React Native SDK. Huge shoutout to our f
1111

1212
[Release 2.0.0]: ./docs/Release-2.0.0.md
1313

14-
Version 2.0.0-rc.1 is now available in NPM with a simplified SDK integration process. See [Release 2.0.0] for details.
14+
Version 2.0.0-rc.2 is now available in NPM with a simplified SDK integration process. See [Release 2.0.0] for details.
1515

1616
**branch.json** It is now possible to control certain features of the Branch SDK using an optional
1717
configuration file in your project. See https://rnbranch.app.link/branch-json for details.

docs/Release-2.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ An overload of `Branch.initSession` was introduced that accepts a `Branch.Branch
8383
#### Simple (iOS or Android)
8484

8585
```bash
86-
npm install --save react-native-branch@2.0.0-rc.1
86+
npm install --save react-native-branch
8787
react-native link react-native-branch
8888
```
8989

0 commit comments

Comments
 (0)