Skip to content

Commit 7613645

Browse files
Merge pull request #692 from BranchMetrics/gdeluna-branch/CommunityUpdates
Bump version for community updates
2 parents 6d2236b + 32eb8c0 commit 7613645

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2022-01-25 Version 5.3.0
2+
- Swift support. Thanks giautm!
3+
- Expose iOS method handleATTAuthorizationStatus. Thanks adkenyon!
4+
- Remove jcenter repository. Thanks yash221b!
5+
- Fix removeListener deprecate warning. Thanks addingama!
6+
17
2021-10-29 Version 5.2.1
28
- Update iOS SDK to 1.40.2
39

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-branch",
3-
"version": "5.2.1",
3+
"version": "5.3.0",
44
"description": "Branch Metrics React Native SDK",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",
@@ -33,7 +33,8 @@
3333
"Kevin Stumpf (https://github.com/kevinstumpf)",
3434
"Jimmy Dee (https://github.com/jdee)",
3535
"Ernest Cho (https://github.com/echo-branch)",
36-
"Benas Klastaitis (https://github.com/bklastaitis-branch)"
36+
"Benas Klastaitis (https://github.com/bklastaitis-branch)",
37+
"Gabriel De Luna (https://github.com/gdeluna-branch)"
3738
],
3839
"license": "MIT",
3940
"repository": {

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ type BranchEventParams = Pick<
4646
| "customData"
4747
>;
4848

49-
type ATTAuthorizationStatus = 'authorized'
49+
export type ATTAuthorizationStatus = 'authorized'
5050
| 'denied'
5151
| 'undetermined'
5252
| 'restricted'

0 commit comments

Comments
 (0)