@magic-ext/react-native-bare-oauth 13.4.3 → 13.4.4-canary.577.5523122133.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.
- package/CHANGELOG.md +0 -20
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,23 +1,3 @@
|
|
|
1
|
-
# v13.4.3 (Mon Jul 10 2023)
|
|
2
|
-
|
|
3
|
-
#### 🐛 Bug Fix
|
|
4
|
-
|
|
5
|
-
- Fix Version History of RN OAuth Packages [#574](https://github.com/magiclabs/magic-js/pull/574) ([@Ariflo](https://github.com/Ariflo))
|
|
6
|
-
- version correction ([@Ariflo](https://github.com/Ariflo))
|
|
7
|
-
- Change log update ([@Ariflo](https://github.com/Ariflo))
|
|
8
|
-
- Minor change to test merge queuing [#569](https://github.com/magiclabs/magic-js/pull/569) ([@Ariflo](https://github.com/Ariflo))
|
|
9
|
-
- Minor change to test merge queuing ([@Ariflo](https://github.com/Ariflo))
|
|
10
|
-
- Reverse Previous Merge Commit [#567](https://github.com/magiclabs/magic-js/pull/567) ([@Ariflo](https://github.com/Ariflo))
|
|
11
|
-
- reverse previous merge ([@Ariflo](https://github.com/Ariflo))
|
|
12
|
-
- Changelog Update to RN-OAuth ext for testing [#566](https://github.com/magiclabs/magic-js/pull/566) ([@Ariflo](https://github.com/Ariflo))
|
|
13
|
-
- Changelog Update to RN-oAuth ext for testing ([@Ariflo](https://github.com/Ariflo))
|
|
14
|
-
|
|
15
|
-
#### Authors: 1
|
|
16
|
-
|
|
17
|
-
- Arian Flores ([@Ariflo](https://github.com/Ariflo))
|
|
18
|
-
|
|
19
|
-
---
|
|
20
|
-
|
|
21
1
|
# v13.3.0 (Fri Jul 07 2023)
|
|
22
2
|
|
|
23
3
|
#### ⚠️ Pushed to `master`
|
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.4-canary.577.5523122133.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": "
|
|
41
|
+
"gitHead": "72671dd5bf558fc52cef775830fbfe5ad6e28de4"
|
|
42
42
|
}
|