@magic-ext/react-native-expo-oauth 13.4.2 → 13.4.3

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 +6 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,7 +1,11 @@
1
- # v13.4.2 (Mon Jul 10 2023)
1
+ # v13.4.3 (Mon Jul 10 2023)
2
2
 
3
3
  #### 🐛 Bug Fix
4
4
 
5
+ - Fix RN-Expo-OAuth Version History + Revert Change [#573](https://github.com/magiclabs/magic-js/pull/573) ([@Ariflo](https://github.com/Ariflo))
6
+ - Revert Changelog change ([@Ariflo](https://github.com/Ariflo))
7
+ - Update Extension package to correct version ([@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))
5
9
  - Minor change to test merge queuing [#568](https://github.com/magiclabs/magic-js/pull/568) ([@Ariflo](https://github.com/Ariflo))
6
10
  - Minor change to test merge queuing ([@Ariflo](https://github.com/Ariflo))
7
11
 
@@ -41,7 +45,7 @@
41
45
  #### Authors: 2
42
46
 
43
47
  - Arian Flores ([@Ariflo](https://github.com/Ariflo))
44
- - Jerry Liu ([@Ethella](https://github.com/Ethella))
48
+ - Jerry Liu ([@Ethella](https://github.com/Ethella))
45
49
 
46
50
  ---
47
51
 
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.3",
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": "f87f2f83eee4e102ece03b41ba8ca0dbc563ebad"
40
+ "gitHead": "26e7def4017db9147235ad6a55362d1a28f03a66"
41
41
  }