@magic-sdk/types 15.1.0-canary.497.4757523968.0 → 15.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 +19 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ # v15.1.0 (Thu Apr 20 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - product consolidated SDK + deprecation warnings [#497](https://github.com/magiclabs/magic-js/pull/497) ([@Dizigen](https://github.com/Dizigen))
6
+ - Jerryliu sc 75641 lazer request showsettings page mfa [#498](https://github.com/magiclabs/magic-js/pull/498) ([@Ethella](https://github.com/Ethella))
7
+
8
+ #### 🐛 Bug Fix
9
+
10
+ - Merge branch 'master' into jerryliu-sc-75641-lazer-request-showsettings-page-mfa ([@Ethella](https://github.com/Ethella))
11
+ - add showSetting configuration ([@Ethella](https://github.com/Ethella))
12
+
13
+ #### Authors: 2
14
+
15
+ - David He ([@Dizigen](https://github.com/Dizigen))
16
+ - Jerry Liu ([@Ethella](https://github.com/Ethella))
17
+
18
+ ---
19
+
1
20
  # v15.0.0 (Mon Apr 17 2023)
2
21
 
3
22
  #### 💥 Breaking Change
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-sdk/types",
3
- "version": "15.1.0-canary.497.4757523968.0",
3
+ "version": "15.1.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",
@@ -20,5 +20,5 @@
20
20
  "import": "./dist/es/index.mjs",
21
21
  "require": "./dist/cjs/index.js"
22
22
  },
23
- "gitHead": "32ee03801b29d80fed3c4b7d39a140d1fdee36fb"
23
+ "gitHead": "f076c68cad06c009224003bd1e141c0f41939f46"
24
24
  }