@magic-ext/react-native-expo-oauth 13.4.5-canary.577.5523122133.0 → 13.4.5
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 +22 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
# v13.4.5 (Tue Jul 11 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Update RN OAuth Packages to correct Version [#576](https://github.com/magiclabs/magic-js/pull/576) ([@Ariflo](https://github.com/Ariflo))
|
|
6
|
+
- Update RN OAuth Packages to correct Version ([@Ariflo](https://github.com/Ariflo))
|
|
7
|
+
- Fix Version History of RN OAuth Packages [#574](https://github.com/magiclabs/magic-js/pull/574) ([@Ariflo](https://github.com/Ariflo))
|
|
8
|
+
- version correction ([@Ariflo](https://github.com/Ariflo))
|
|
9
|
+
- Changelog update ([@Ariflo](https://github.com/Ariflo))
|
|
10
|
+
- Fix RN-Expo-OAuth Version History + Revert Change [#573](https://github.com/magiclabs/magic-js/pull/573) ([@Ariflo](https://github.com/Ariflo))
|
|
11
|
+
- Revert Changelog change ([@Ariflo](https://github.com/Ariflo))
|
|
12
|
+
- Update Extension package to correct version ([@Ariflo](https://github.com/Ariflo))
|
|
13
|
+
- Minor change to test merge queuing [#569](https://github.com/magiclabs/magic-js/pull/569) ([@Ariflo](https://github.com/Ariflo))
|
|
14
|
+
- Minor change to test merge queuing [#568](https://github.com/magiclabs/magic-js/pull/568) ([@Ariflo](https://github.com/Ariflo))
|
|
15
|
+
- Minor change to test merge queuing ([@Ariflo](https://github.com/Ariflo))
|
|
16
|
+
|
|
17
|
+
#### Authors: 1
|
|
18
|
+
|
|
19
|
+
- Arian Flores ([@Ariflo](https://github.com/Ariflo))
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
1
23
|
# v13.3.0 (Fri Jul 07 2023)
|
|
2
24
|
|
|
3
25
|
#### ⚠️ 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.5
|
|
3
|
+
"version": "13.4.5",
|
|
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": "31b30a5ec576d00c459dfe3c80e8f2d2ed3c737e"
|
|
41
41
|
}
|