@magic-ext/react-native-bare-oauth 17.0.0-canary.a7d0eb3.0 → 17.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ # v17.0.0 (Mon Nov 13 2023)
2
+
3
+ #### 💥 Breaking Change
4
+
5
+ - Rename loginWithPopup to loginWithRedirect to match web sdk [#663](https://github.com/magiclabs/magic-js/pull/663) ([@romin-halltari](https://github.com/romin-halltari))
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - Merge branch 'master' into rominhalltari-sc-89679-all-mobile-sdks-loginwithpopup-loginwithredirect ([@romin-halltari](https://github.com/romin-halltari))
10
+ - Merge remote-tracking branch 'origin/master' into rominhalltari-sc-89679-all-mobile-sdks-loginwithpopup-loginwithredirect ([@romin-halltari](https://github.com/romin-halltari))
11
+ - Rename loginWithPopup to loginWithRedirect to match web sdk ([@romin-halltari](https://github.com/romin-halltari))
12
+
13
+ #### Authors: 1
14
+
15
+ - [@romin-halltari](https://github.com/romin-halltari)
16
+
17
+ ---
18
+
1
19
  # v16.2.0 (Tue Oct 24 2023)
2
20
 
3
21
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-ext/react-native-bare-oauth",
3
- "version": "17.0.0-canary.a7d0eb3.0",
3
+ "version": "17.0.0",
4
4
  "description": "Magic SDK OAuth Extension for Bare React Native environments.",
5
5
  "author": "Magic <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -38,5 +38,5 @@
38
38
  "@magic-sdk/react-native-bare": ">=13.0.0",
39
39
  "react-native-inappbrowser-reborn": ">=3.7.0"
40
40
  },
41
- "gitHead": "a7d0eb32996f9530c34765618268a576649029ea"
41
+ "gitHead": "c30fdf556c8b395be40896f4c1834da0b8f4f47c"
42
42
  }