Skip to content

Commit

Permalink
Merge pull request #692 from BranchMetrics/gdeluna-branch/CommunityUp…
Browse files Browse the repository at this point in the history
…dates

Bump version for community updates
  • Loading branch information
gdeluna-branch authored Jan 26, 2022
2 parents 6d2236b + 32eb8c0 commit 7613645
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2022-01-25 Version 5.3.0
- Swift support. Thanks giautm!
- Expose iOS method handleATTAuthorizationStatus. Thanks adkenyon!
- Remove jcenter repository. Thanks yash221b!
- Fix removeListener deprecate warning. Thanks addingama!

2021-10-29 Version 5.2.1
- Update iOS SDK to 1.40.2

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-branch",
"version": "5.2.1",
"version": "5.3.0",
"description": "Branch Metrics React Native SDK",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,8 @@
"Kevin Stumpf (https://github.com/kevinstumpf)",
"Jimmy Dee (https://github.com/jdee)",
"Ernest Cho (https://github.com/echo-branch)",
"Benas Klastaitis (https://github.com/bklastaitis-branch)"
"Benas Klastaitis (https://github.com/bklastaitis-branch)",
"Gabriel De Luna (https://github.com/gdeluna-branch)"
],
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type BranchEventParams = Pick<
| "customData"
>;

type ATTAuthorizationStatus = 'authorized'
export type ATTAuthorizationStatus = 'authorized'
| 'denied'
| 'undetermined'
| 'restricted'
Expand Down

0 comments on commit 7613645

Please sign in to comment.