@exodus/hardware-wallets 2.0.0 → 2.0.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 +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.0.1](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/hardware-wallets@2.0.0...@exodus/hardware-wallets@2.0.1) (2024-11-25)
7
+
8
+ ### Bug Fixes
9
+
10
+ - fix: drop down the crypto package requirement (#10571)
11
+
6
12
  ## [2.0.0](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/hardware-wallets@1.7.0...@exodus/hardware-wallets@2.0.0) (2024-11-18)
7
13
 
8
14
  ### ⚠ BREAKING CHANGES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/hardware-wallets",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "An Exodus SDK feature that provides a high level abstraction for interacting with hardware wallet devices",
5
5
  "author": "Exodus Movement, Inc.",
6
6
  "repository": {
@@ -31,7 +31,7 @@
31
31
  "@exodus/atoms": "^9.0.0",
32
32
  "@exodus/basic-utils": "^3.2.0",
33
33
  "@exodus/bip32": "^3.3.0",
34
- "@exodus/crypto": "^1.0.0-rc.18",
34
+ "@exodus/crypto": "^1.0.0-rc.14",
35
35
  "@exodus/hw-common": "^3.1.0",
36
36
  "@exodus/models": "^12.0.1",
37
37
  "@exodus/redux-dependency-injection": "^4.0.0",
@@ -48,5 +48,5 @@
48
48
  "p-defer": "^4.0.1",
49
49
  "redux": "^4.2.1"
50
50
  },
51
- "gitHead": "889cd0c2573163dccab136ffeb7fed0f2ec34bf8"
51
+ "gitHead": "c281c43de7d39ab99937d468e11f9d58a7c6cc34"
52
52
  }