@magic-ext/react-native-expo-oauth 13.4.2-canary.951a45e.0 → 13.4.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.
- package/CHANGELOG.md +13 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v13.4.2 (Mon Jul 10 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Minor change to test merge queuing [#568](https://github.com/magiclabs/magic-js/pull/568) ([@Ariflo](https://github.com/Ariflo))
|
|
6
|
+
- Minor change to test merge queuing ([@Ariflo](https://github.com/Ariflo))
|
|
7
|
+
|
|
8
|
+
#### Authors: 1
|
|
9
|
+
|
|
10
|
+
- Arian Flores ([@Ariflo](https://github.com/Ariflo))
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
# v13.3.0 (Fri Jul 07 2023)
|
|
2
15
|
|
|
3
16
|
#### ⚠️ Pushed to `master`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-ext/react-native-expo-oauth",
|
|
3
|
-
"version": "13.4.2
|
|
3
|
+
"version": "13.4.2",
|
|
4
4
|
"description": "Magic SDK OAuth Extension for Expo React Native environments.",
|
|
5
5
|
"author": "Magic <team@magic.link> (https://magic.link/)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@magic-sdk/react-native-expo": ">=13.0.0"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "f87f2f83eee4e102ece03b41ba8ca0dbc563ebad"
|
|
41
41
|
}
|