@magic-ext/cosmos 8.3.0 → 8.5.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 +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v8.5.0 (Tue Feb 28 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Merge branch 'master' of github.com:magiclabs/magic-js into mushfichowdhury-login-with-email-otp-whitelabel ([@mushfichowdhury-magic](https://github.com/mushfichowdhury-magic))
6
+
7
+ #### Authors: 1
8
+
9
+ - Mushfi Chowdhury ([@mushfichowdhury-magic](https://github.com/mushfichowdhury-magic))
10
+
11
+ ---
12
+
1
13
  # v3.2.0 (Fri Apr 08 2022)
2
14
 
3
15
  #### 🚀 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-ext/cosmos",
3
- "version": "8.3.0",
3
+ "version": "8.5.0",
4
4
  "description": "magic cosmos extension",
5
5
  "author": "Magic <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -28,7 +28,7 @@
28
28
  ]
29
29
  },
30
30
  "devDependencies": {
31
- "@magic-sdk/commons": "^9.3.0"
31
+ "@magic-sdk/commons": "^9.5.0"
32
32
  },
33
- "gitHead": "b47d6e0f3679e61fc9b87e5b9bd72c9fc0120249"
33
+ "gitHead": "21244c905ec11f7a328c67547630ac26749713eb"
34
34
  }