@rango-dev/provider-ledger 0.4.1-next.7 → 0.5.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 +15 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # [0.5.0](https://github.com/rango-exchange/rango-client/compare/provider-ledger@0.3.0...provider-ledger@0.5.0) (2024-07-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * exclud ledger on mobile and fix injected wallet bug ([a6d90aa](https://github.com/rango-exchange/rango-client/commit/a6d90aa01b7b1fcea01ab46d1a74583ff6f98ff8))
7
+
8
+
9
+ ### Features
10
+
11
+ * add a modal for setting custom derivation path for ledger ([5b74ec0](https://github.com/rango-exchange/rango-client/commit/5b74ec049393ed74e3e7547edc72b68bd70b7dce))
12
+ * add support for Trezor hardware wallet ([6edecbb](https://github.com/rango-exchange/rango-client/commit/6edecbb14fd008fc741c892bfa3e025c10160b9b))
13
+
14
+
15
+
1
16
  # [0.4.0](https://github.com/rango-exchange/rango-client/compare/provider-ledger@0.3.0...provider-ledger@0.4.0) (2024-06-01)
2
17
 
3
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/provider-ledger",
3
- "version": "0.4.1-next.7",
3
+ "version": "0.5.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -25,8 +25,8 @@
25
25
  "@ledgerhq/hw-app-eth": "^6.36.0",
26
26
  "@ledgerhq/hw-app-solana": "^7.1.6",
27
27
  "@ledgerhq/hw-transport-webhid": "^6.28.6",
28
- "@rango-dev/signer-solana": "^0.29.1-next.1",
29
- "@rango-dev/wallets-shared": "^0.34.1-next.6",
28
+ "@rango-dev/signer-solana": "^0.30.0",
29
+ "@rango-dev/wallets-shared": "^0.35.1",
30
30
  "@solana/web3.js": "^1.91.4",
31
31
  "bs58": "^5.0.0",
32
32
  "ethers": "^6.11.1",