@magic-ext/react-native-expo-oauth 7.0.0 → 7.1.1

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 +146 -0
  2. package/package.json +4 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,146 @@
1
+ # v7.1.1 (Wed Jan 18 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - [CHORE] Clean up magic-js Deployment Stages [#429](https://github.com/magiclabs/magic-js/pull/429) ([@kgrubb](https://github.com/kgrubb))
6
+ - sync with master branch ([@kgrubb](https://github.com/kgrubb))
7
+
8
+ #### 🔩 Dependency Updates
9
+
10
+ - Bump qs from 6.5.2 to 6.5.3 [#400](https://github.com/magiclabs/magic-js/pull/400) ([@dependabot[bot]](https://github.com/dependabot[bot]))
11
+ - Bump decode-uri-component from 0.2.0 to 0.2.2 [#399](https://github.com/magiclabs/magic-js/pull/399) ([@dependabot[bot]](https://github.com/dependabot[bot]))
12
+
13
+ #### Authors: 2
14
+
15
+ - [@dependabot[bot]](https://github.com/dependabot[bot])
16
+ - Keli (Madison) Grubb ([@kgrubb](https://github.com/kgrubb))
17
+
18
+ ---
19
+
20
+ # v7.1.0 (Fri Jan 06 2023)
21
+
22
+ #### 🚀 Enhancement
23
+
24
+ - Bare React Native / Expo React Native Package Split [#412](https://github.com/magiclabs/magic-js/pull/412) ([@Ariflo](https://github.com/Ariflo))
25
+
26
+ #### 🐛 Bug Fix
27
+
28
+ - Maintains backwards compatibility ([@Ariflo](https://github.com/Ariflo))
29
+ - Update oauth package names and fix lint errors ([@Ariflo](https://github.com/Ariflo))
30
+
31
+ #### Authors: 1
32
+
33
+ - Arian Flores ([@Ariflo](https://github.com/Ariflo))
34
+
35
+ ---
36
+
37
+ # v5.0.0 (Tue Dec 20 2022)
38
+
39
+ #### 🐛 Bug Fix
40
+
41
+ - Merge branch 'master' into mushfichowdhury-sc-61149-implement-event-emitting-in-magic-sdk-based ([@mushfichowdhury-magic](https://github.com/mushfichowdhury-magic))
42
+ - 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))
43
+
44
+ #### ⚠️ Pushed to `master`
45
+
46
+ - Add bundleId to the OAuth query ([@Ethella](https://github.com/Ethella))
47
+
48
+ #### Authors: 3
49
+
50
+ - Arian Flores ([@Ariflo](https://github.com/Ariflo))
51
+ - Jerry Liu ([@Ethella](https://github.com/Ethella))
52
+ - Mushfi Chowdhury ([@mushfichowdhury-magic](https://github.com/mushfichowdhury-magic))
53
+
54
+ ---
55
+
56
+ # v3.1.0 (Wed Aug 10 2022)
57
+
58
+ #### 🚀 Enhancement
59
+
60
+ - bump web-expo-browser version [#345](https://github.com/magiclabs/magic-js/pull/345) ([@Ethella](https://github.com/Ethella))
61
+
62
+ #### Authors: 1
63
+
64
+ - Jerry Liu ([@Ethella](https://github.com/Ethella))
65
+
66
+ ---
67
+
68
+ # v2.2.0 (Mon Mar 07 2022)
69
+
70
+ #### 🐛 Bug Fix
71
+
72
+ - Merge branch 'master' into smithki/better-build-system-documentation ([@smithki](https://github.com/smithki))
73
+
74
+ #### Authors: 1
75
+
76
+ - Ian K Smith ([@smithki](https://github.com/smithki))
77
+
78
+ ---
79
+
80
+ # v2.0.0 (Tue Jan 25 2022)
81
+
82
+ #### 💥 Breaking Change
83
+
84
+ - Switch from `microbundle` to `esbuild` [#220](https://github.com/magiclabs/magic-js/pull/220) ([@smithki](https://github.com/smithki))
85
+
86
+ #### 🐛 Bug Fix
87
+
88
+ - Merge with master ([@smithki](https://github.com/smithki))
89
+ - Merge branch 'master' into feat/faster-builds ([@smithki](https://github.com/smithki))
90
+ - Fix build errors related to isolatedModules ([@smithki](https://github.com/smithki))
91
+
92
+ #### Authors: 1
93
+
94
+ - Ian K Smith ([@smithki](https://github.com/smithki))
95
+
96
+ ---
97
+
98
+ # v0.5.4 (Thu Oct 21 2021)
99
+
100
+ #### 🐛 Bug Fix
101
+
102
+ - 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))
103
+
104
+ #### Authors: 1
105
+
106
+ - Ian K Smith ([@smithki](https://github.com/smithki))
107
+
108
+ ---
109
+
110
+ # v0.5.3 (Wed Oct 20 2021)
111
+
112
+ #### ⚠️ Pushed to `master`
113
+
114
+ - Merge branch 'master' of github.com:magiclabs/magic-js ([@smithki](https://github.com/smithki))
115
+ - Force re-publish ([@smithki](https://github.com/smithki))
116
+
117
+ #### Authors: 1
118
+
119
+ - Ian K Smith ([@smithki](https://github.com/smithki))
120
+
121
+ ---
122
+
123
+ # v0.5.2 (Wed Oct 20 2021)
124
+
125
+ #### 🐛 Bug Fix
126
+
127
+ - Use '.mjs' extension for ESM build files [#230](https://github.com/magiclabs/magic-js/pull/230) ([@smithki](https://github.com/smithki))
128
+
129
+ #### Authors: 1
130
+
131
+ - Ian K Smith ([@smithki](https://github.com/smithki))
132
+
133
+ ---
134
+
135
+ # v0.4.1 (Thu Sep 23 2021)
136
+
137
+ #### 🐛 Bug Fix
138
+
139
+ - 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))
140
+
141
+ #### Authors: 1
142
+
143
+ - Ian K Smith ([@smithki](https://github.com/smithki))
144
+
145
+ ---
146
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-ext/react-native-expo-oauth",
3
- "version": "7.0.0",
3
+ "version": "7.1.1",
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",
@@ -31,10 +31,11 @@
31
31
  "expo-web-browser": "^11.0.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@magic-sdk/react-native-expo": "^13.0.1",
34
+ "@magic-sdk/react-native-expo": "^13.1.1",
35
35
  "@types/crypto-js": "~3.1.47"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@magic-sdk/react-native-expo": ">=13.0.0"
39
- }
39
+ },
40
+ "gitHead": "c3f5c0a687e5b6735003159dfd7449f52e92f6b7"
40
41
  }