@magic-sdk/types 16.3.0-canary.0badb9a.0 → 16.3.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 +18 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
# v16.3.0 (Wed Aug 16 2023)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- Josh sc 75022 standalone update email v2 [#599](https://github.com/magiclabs/magic-js/pull/599) ([@joshuascan](https://github.com/joshuascan))
|
|
6
|
+
|
|
7
|
+
#### 🐛 Bug Fix
|
|
8
|
+
|
|
9
|
+
- Merge branch 'master' into josh-sc-75022-standalone-update-email-v2 ([@joshuascan](https://github.com/joshuascan))
|
|
10
|
+
- changes naming for update email flow ([@joshuascan](https://github.com/joshuascan))
|
|
11
|
+
- adds email to DeepLinkPage enum ([@joshuascan](https://github.com/joshuascan))
|
|
12
|
+
|
|
13
|
+
#### Authors: 1
|
|
14
|
+
|
|
15
|
+
- Josh Scanlan ([@joshuascan](https://github.com/joshuascan))
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
1
19
|
# v16.2.0 (Fri Aug 11 2023)
|
|
2
20
|
|
|
3
21
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magic-sdk/types",
|
|
3
|
-
"version": "16.3.0
|
|
3
|
+
"version": "16.3.0",
|
|
4
4
|
"description": "Core typings for Magic SDK packages.",
|
|
5
5
|
"author": "Magic Labs <team@magic.link> (https://magic.link/)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -21,5 +21,5 @@
|
|
|
21
21
|
"import": "./dist/es/index.mjs",
|
|
22
22
|
"require": "./dist/cjs/index.js"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "125282fdba2a2a743e3961a13db585e6e416e9bd"
|
|
25
25
|
}
|