@magic-ext/react-native-bare-oauth 7.0.0 → 7.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +127 -0
  2. package/package.json +4 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,127 @@
1
+ # v7.1.0 (Fri Jan 06 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Bare React Native / Expo React Native Package Split [#412](https://github.com/magiclabs/magic-js/pull/412) ([@Ariflo](https://github.com/Ariflo))
6
+
7
+ #### 🐛 Bug Fix
8
+
9
+ - Maintains backwards compatibility ([@Ariflo](https://github.com/Ariflo))
10
+ - Update oauth package names and fix lint errors ([@Ariflo](https://github.com/Ariflo))
11
+
12
+ #### Authors: 1
13
+
14
+ - Arian Flores ([@Ariflo](https://github.com/Ariflo))
15
+
16
+ ---
17
+
18
+ # v5.0.0 (Tue Dec 20 2022)
19
+
20
+ #### 🐛 Bug Fix
21
+
22
+ - Merge branch 'master' into mushfichowdhury-sc-61149-implement-event-emitting-in-magic-sdk-based ([@mushfichowdhury-magic](https://github.com/mushfichowdhury-magic))
23
+ - Adds more Context about Expo dependency in `@magic-ext/react-native-oauth` to README [#386](https://github.com/magiclabs/magic-js/pull/386) ([@Ariflo](https://github.com/Ariflo))
24
+
25
+ #### ⚠️ Pushed to `master`
26
+
27
+ - Add bundleId to the OAuth query ([@Ethella](https://github.com/Ethella))
28
+
29
+ #### Authors: 3
30
+
31
+ - Arian Flores ([@Ariflo](https://github.com/Ariflo))
32
+ - Jerry Liu ([@Ethella](https://github.com/Ethella))
33
+ - Mushfi Chowdhury ([@mushfichowdhury-magic](https://github.com/mushfichowdhury-magic))
34
+
35
+ ---
36
+
37
+ # v3.1.0 (Wed Aug 10 2022)
38
+
39
+ #### 🚀 Enhancement
40
+
41
+ - bump web-expo-browser version [#345](https://github.com/magiclabs/magic-js/pull/345) ([@Ethella](https://github.com/Ethella))
42
+
43
+ #### Authors: 1
44
+
45
+ - Jerry Liu ([@Ethella](https://github.com/Ethella))
46
+
47
+ ---
48
+
49
+ # v2.2.0 (Mon Mar 07 2022)
50
+
51
+ #### 🐛 Bug Fix
52
+
53
+ - Merge branch 'master' into smithki/better-build-system-documentation ([@smithki](https://github.com/smithki))
54
+
55
+ #### Authors: 1
56
+
57
+ - Ian K Smith ([@smithki](https://github.com/smithki))
58
+
59
+ ---
60
+
61
+ # v2.0.0 (Tue Jan 25 2022)
62
+
63
+ #### 💥 Breaking Change
64
+
65
+ - Switch from `microbundle` to `esbuild` [#220](https://github.com/magiclabs/magic-js/pull/220) ([@smithki](https://github.com/smithki))
66
+
67
+ #### 🐛 Bug Fix
68
+
69
+ - Merge with master ([@smithki](https://github.com/smithki))
70
+ - Merge branch 'master' into feat/faster-builds ([@smithki](https://github.com/smithki))
71
+ - Fix build errors related to isolatedModules ([@smithki](https://github.com/smithki))
72
+
73
+ #### Authors: 1
74
+
75
+ - Ian K Smith ([@smithki](https://github.com/smithki))
76
+
77
+ ---
78
+
79
+ # v0.5.4 (Thu Oct 21 2021)
80
+
81
+ #### 🐛 Bug Fix
82
+
83
+ - Revert to `.js` extension for ES module builds targeting webpack/CRA [#232](https://github.com/magiclabs/magic-js/pull/232) ([@smithki](https://github.com/smithki))
84
+
85
+ #### Authors: 1
86
+
87
+ - Ian K Smith ([@smithki](https://github.com/smithki))
88
+
89
+ ---
90
+
91
+ # v0.5.3 (Wed Oct 20 2021)
92
+
93
+ #### ⚠️ Pushed to `master`
94
+
95
+ - Merge branch 'master' of github.com:magiclabs/magic-js ([@smithki](https://github.com/smithki))
96
+ - Force re-publish ([@smithki](https://github.com/smithki))
97
+
98
+ #### Authors: 1
99
+
100
+ - Ian K Smith ([@smithki](https://github.com/smithki))
101
+
102
+ ---
103
+
104
+ # v0.5.2 (Wed Oct 20 2021)
105
+
106
+ #### 🐛 Bug Fix
107
+
108
+ - Use '.mjs' extension for ESM build files [#230](https://github.com/magiclabs/magic-js/pull/230) ([@smithki](https://github.com/smithki))
109
+
110
+ #### Authors: 1
111
+
112
+ - Ian K Smith ([@smithki](https://github.com/smithki))
113
+
114
+ ---
115
+
116
+ # v0.4.1 (Thu Sep 23 2021)
117
+
118
+ #### 🐛 Bug Fix
119
+
120
+ - Port `@magic-ext/oauth`, `@magic-ext/react-native-oauth`, `@magic-ext/webauthn` extensions to Magic SDK monorepo [#218](https://github.com/magiclabs/magic-js/pull/218) ([@smithki](https://github.com/smithki))
121
+
122
+ #### Authors: 1
123
+
124
+ - Ian K Smith ([@smithki](https://github.com/smithki))
125
+
126
+ ---
127
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-ext/react-native-bare-oauth",
3
- "version": "7.0.0",
3
+ "version": "7.1.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",
@@ -31,10 +31,11 @@
31
31
  "react-native-inappbrowser-reborn": "^3.7.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@magic-sdk/react-native-bare": "^13.0.1",
34
+ "@magic-sdk/react-native-bare": "^13.1.0",
35
35
  "@types/crypto-js": "~3.1.47"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@magic-sdk/react-native-bare": ">=13.0.0"
39
- }
39
+ },
40
+ "gitHead": "d2439bad1fd448d1109b642b777db7220e7c3608"
40
41
  }