@magic-ext/react-native-bare-oauth 13.4.4 → 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 +3 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
# v13.4.
|
|
1
|
+
# v13.4.5 (Tue Jul 11 2023)
|
|
2
2
|
|
|
3
3
|
#### 🐛 Bug Fix
|
|
4
4
|
|
|
5
|
+
- Fix RN Verison packages [#578](https://github.com/magiclabs/magic-js/pull/578) ([@Ariflo](https://github.com/Ariflo))
|
|
6
|
+
- Fix RN Verison packages ([@Ariflo](https://github.com/Ariflo))
|
|
5
7
|
- Update RN OAuth Packages to correct Version [#576](https://github.com/magiclabs/magic-js/pull/576) ([@Ariflo](https://github.com/Ariflo))
|
|
6
8
|
- Update RN OAuth Packages to correct Version ([@Ariflo](https://github.com/Ariflo))
|
|
7
9
|
- Fix Version History of RN OAuth Packages [#574](https://github.com/magiclabs/magic-js/pull/574) ([@Ariflo](https://github.com/Ariflo))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-ext/react-native-bare-oauth",
|
|
3
|
-
"version": "13.4.
|
|
3
|
+
"version": "13.4.5",
|
|
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": "
|
|
41
|
+
"gitHead": "ec175386c5febb9bc8439ba5ae3fd18fe69670be"
|
|
42
42
|
}
|