@magic-sdk/types 15.2.1-canary.523.5071472728.0 → 15.2.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 +13 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # v15.2.1 (Wed May 24 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Add recovery to DeepLink page [#523](https://github.com/magiclabs/magic-js/pull/523) ([@Ethella](https://github.com/Ethella))
6
+ - Add recovery to DeepLink page ([@Ethella](https://github.com/Ethella))
7
+
8
+ #### Authors: 1
9
+
10
+ - Jerry Liu ([@Ethella](https://github.com/Ethella))
11
+
12
+ ---
13
+
1
14
  # v15.2.0 (Mon May 22 2023)
2
15
 
3
16
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/types",
3
- "version": "15.2.1-canary.523.5071472728.0",
3
+ "version": "15.2.1",
4
4
  "description": "Core typings for Magic SDK packages.",
5
5
  "author": "Magic Labs <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -20,5 +20,5 @@
20
20
  "import": "./dist/es/index.mjs",
21
21
  "require": "./dist/cjs/index.js"
22
22
  },
23
- "gitHead": "68fc7a70e795305b7cf861a2d722d6540cc4f95c"
23
+ "gitHead": "79ee8eb4e4f0ed21e82edfc0756c264eebb271a4"
24
24
  }