@magic-ext/bitcoin 14.1.0-canary.98ed07f.0 → 14.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 +13 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # v14.1.0 (Tue Aug 08 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Merge remote-tracking branch 'origin/master' into jerryliu-sc-81984-update-loginwithemailotp-interface-with-new ([@Ethella](https://github.com/Ethella))
6
+ - Merge remote-tracking branch 'origin/master' ([@Ethella](https://github.com/Ethella))
7
+
8
+ #### Authors: 1
9
+
10
+ - Jerry Liu ([@Ethella](https://github.com/Ethella))
11
+
12
+ ---
13
+
1
14
  # v13.4.2 (Tue Jul 11 2023)
2
15
 
3
16
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-ext/bitcoin",
3
- "version": "14.1.0-canary.98ed07f.0",
3
+ "version": "14.1.0",
4
4
  "description": "magic bitcoin extension",
5
5
  "author": "Magic <team@magic.link> (https://magic.link/)",
6
6
  "license": "MIT",
@@ -27,7 +27,7 @@
27
27
  ]
28
28
  },
29
29
  "devDependencies": {
30
- "@magic-sdk/commons": "15.1.0-canary.98ed07f.0"
30
+ "@magic-sdk/commons": "^15.1.0"
31
31
  },
32
- "gitHead": "98ed07f5ed557ca5a1e62c08dc97a7bc3c97e9ea"
32
+ "gitHead": "b75b883c663b33405f63a0044f2129a453f0ec6b"
33
33
  }