@magic-ext/react-native-bare-oauth 17.0.2-canary.666.6884351785.0 → 17.0.2

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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # v17.0.2 (Thu Nov 16 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Add README for `react-native-bare-oauth` and `react-native-expo-oauth` [#666](https://github.com/magiclabs/magic-js/pull/666) ([@romin-halltari](https://github.com/romin-halltari))
6
+ - Fix incorrect lib import on readme ([@romin-halltari](https://github.com/romin-halltari))
7
+ - Add README for react-native-bare-oauth and react-native-expo-oauth ([@romin-halltari](https://github.com/romin-halltari))
8
+
9
+ #### Authors: 1
10
+
11
+ - [@romin-halltari](https://github.com/romin-halltari)
12
+
13
+ ---
14
+
1
15
  # v17.0.1 (Tue Nov 14 2023)
2
16
 
3
17
  #### 🐛 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.2-canary.666.6884351785.0",
3
+ "version": "17.0.2",
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": "1c9c57306f1d88ff24f40160e892c46c727a3391"
41
+ "gitHead": "6b43f4f04fcbef6973a85421e0d5c9bf85cb5b09"
42
42
  }