@magic-ext/react-native-bare-oauth 13.4.4-canary.576.5522689634.0 → 13.4.4

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 +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ # v13.4.4 (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
+ - Change log update ([@Ariflo](https://github.com/Ariflo))
10
+ - Minor change to test merge queuing [#569](https://github.com/magiclabs/magic-js/pull/569) ([@Ariflo](https://github.com/Ariflo))
11
+ - Minor change to test merge queuing ([@Ariflo](https://github.com/Ariflo))
12
+ - Reverse Previous Merge Commit [#567](https://github.com/magiclabs/magic-js/pull/567) ([@Ariflo](https://github.com/Ariflo))
13
+ - reverse previous merge ([@Ariflo](https://github.com/Ariflo))
14
+ - Changelog Update to RN-OAuth ext for testing [#566](https://github.com/magiclabs/magic-js/pull/566) ([@Ariflo](https://github.com/Ariflo))
15
+ - Changelog Update to RN-oAuth ext for testing ([@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-bare-oauth",
3
- "version": "13.4.4-canary.576.5522689634.0",
3
+ "version": "13.4.4",
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": "cac6e75cd35a75c87357fd72609d204e695fb81e"
41
+ "gitHead": "31b30a5ec576d00c459dfe3c80e8f2d2ed3c737e"
42
42
  }