@rango-dev/provider-trezor 0.31.0 → 0.31.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 +224 -0
  2. package/package.json +6 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,224 @@
1
+ ## [0.31.1](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.31.0...provider-trezor@0.31.1) (2026-09-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ship dist and changelog when publishing with npm ([0a8bd5d](https://github.com/rango-exchange/rango-client/commit/0a8bd5d779bd652b6ca7195cda4ce465ba196f0e))
7
+ # [0.31.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.30.0...provider-trezor@0.31.0) (2026-09-15)
8
+
9
+
10
+ ### Features
11
+
12
+ * add support for ledger wallet ([eacfd0b](https://github.com/rango-exchange/rango-client/commit/eacfd0bd32f87629e6cc9f6170368e1e208a6bd0))
13
+ * migrate wallet connect provider to hub ([efa6aef](https://github.com/rango-exchange/rango-client/commit/efa6aeff2c9dc406707024417c2307f3c345b71d))
14
+ # [0.30.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.29.0...provider-trezor@0.30.0) (2026-08-18)
15
+
16
+
17
+ ### Features
18
+
19
+ * support UTXO namespace derivation paths in hub connect ([13be2ed](https://github.com/rango-exchange/rango-client/commit/13be2edddf582913b6dd7f986be8654b55df9bfc))
20
+
21
+
22
+
23
+ # [0.29.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.28.0...provider-trezor@0.29.0) (2026-07-28)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * **walletconnect:** send eth_sendTransaction params as hex ([57141a8](https://github.com/rango-exchange/rango-client/commit/57141a85ce9548038f4fe527407cbf5cfcfb7383))
29
+
30
+
31
+
32
+ # [0.28.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.27.0...provider-trezor@0.28.0) (2026-07-07)
33
+
34
+
35
+ ### Features
36
+
37
+ * migrate trezor provider to hub ([1d87eac](https://github.com/rango-exchange/rango-client/commit/1d87eac97f8a5d9122b5805b45898db53bc30cad))
38
+
39
+
40
+
41
+ # [0.27.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.26.1...provider-trezor@0.27.0) (2026-05-31)
42
+
43
+
44
+
45
+ ## [0.26.1](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.26.0...provider-trezor@0.26.1) (2026-05-02)
46
+
47
+
48
+
49
+ # [0.26.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.25.0...provider-trezor@0.26.0) (2026-04-29)
50
+
51
+
52
+
53
+ # [0.25.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.24.0...provider-trezor@0.25.0) (2025-12-30)
54
+
55
+
56
+
57
+ # [0.24.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.23.0...provider-trezor@0.24.0) (2025-12-15)
58
+
59
+
60
+
61
+ # [0.23.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.22.0...provider-trezor@0.23.0) (2025-12-09)
62
+
63
+
64
+
65
+ # [0.22.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.21.1...provider-trezor@0.22.0) (2025-12-02)
66
+
67
+
68
+
69
+ ## [0.21.1](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.21.0...provider-trezor@0.21.1) (2025-11-22)
70
+
71
+
72
+
73
+ # [0.19.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.18.0...provider-trezor@0.19.0) (2025-10-29)
74
+
75
+
76
+
77
+ # [0.18.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.17.0...provider-trezor@0.18.0) (2025-09-29)
78
+
79
+
80
+
81
+ # [0.17.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.16.0...provider-trezor@0.17.0) (2025-09-06)
82
+
83
+
84
+
85
+ # [0.16.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.15.0...provider-trezor@0.16.0) (2025-08-19)
86
+
87
+
88
+ ### Bug Fixes
89
+
90
+ * remove retry dynamic import and throw refined error on dynamic import failure ([a2944ac](https://github.com/rango-exchange/rango-client/commit/a2944ac3c05a0e945f6e5621fa5693ab89625485))
91
+
92
+
93
+ ### Features
94
+
95
+ * implement retry mechanism for lazy imports ([9a8e191](https://github.com/rango-exchange/rango-client/commit/9a8e191711d2319990ca4d0613e8188a5f86842f))
96
+
97
+
98
+
99
+ # [0.15.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.14.0...provider-trezor@0.15.0) (2025-08-05)
100
+
101
+
102
+
103
+ # [0.14.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.13.0...provider-trezor@0.14.0) (2025-07-22)
104
+
105
+
106
+ ### Features
107
+
108
+ * add derivation path to swap wallets ([0728ac4](https://github.com/rango-exchange/rango-client/commit/0728ac40a67f648d254db2461627b7cd408a28c5))
109
+
110
+
111
+ ### Reverts
112
+
113
+ * Revert "chore(release): publish" ([064ce15](https://github.com/rango-exchange/rango-client/commit/064ce157a2f819856f647f83aeb1c0410542e8d7))
114
+
115
+
116
+
117
+ # [0.12.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.11.1...provider-trezor@0.12.0) (2025-06-09)
118
+
119
+
120
+
121
+ ## [0.11.1](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.11.0...provider-trezor@0.11.1) (2025-05-04)
122
+
123
+
124
+
125
+ # [0.11.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.10.0...provider-trezor@0.11.0) (2025-04-30)
126
+
127
+
128
+ ### Bug Fixes
129
+
130
+ * rename pbt to ptb for sui ([3d6d89f](https://github.com/rango-exchange/rango-client/commit/3d6d89f2265766607a15d61e0df92643fb33072b))
131
+
132
+
133
+ ### Features
134
+
135
+ * implement updated design for initial connect modal ([2873c63](https://github.com/rango-exchange/rango-client/commit/2873c630de0740bb3b9f4e52bfa018857bd54dcd))
136
+ * update sui to consider recent api changes ([d764b25](https://github.com/rango-exchange/rango-client/commit/d764b2501df9bb295f63cdbc0b05acd4a3abb4b9))
137
+
138
+
139
+
140
+ # [0.10.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.9.0...provider-trezor@0.10.0) (2025-03-11)
141
+
142
+
143
+
144
+ # [0.9.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.8.0...provider-trezor@0.9.0) (2025-02-23)
145
+
146
+
147
+
148
+ # [0.8.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.7.0...provider-trezor@0.8.0) (2024-12-30)
149
+
150
+
151
+
152
+ # [0.7.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.6.0...provider-trezor@0.7.0) (2024-11-27)
153
+
154
+
155
+
156
+ # [0.6.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.5.0...provider-trezor@0.6.0) (2024-11-12)
157
+
158
+
159
+ ### Bug Fixes
160
+
161
+ * resolve issues with trezor provider's sign message method ([017570f](https://github.com/rango-exchange/rango-client/commit/017570f6d757acdf03a81ad6999e6c8c1ba03b6b))
162
+
163
+
164
+
165
+ # [0.5.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.4.1...provider-trezor@0.5.0) (2024-10-12)
166
+
167
+
168
+ ### Bug Fixes
169
+
170
+ * bump sdk and fix type issues ([d442208](https://github.com/rango-exchange/rango-client/commit/d4422083bf5dd27d5f509ce1db7f9560d05428c8))
171
+
172
+
173
+ ### Performance Improvements
174
+
175
+ * enable code splitting in build process ([fe5a41e](https://github.com/rango-exchange/rango-client/commit/fe5a41e0e297298de11cd74ca5825544742aa03a))
176
+ * lazy load signer packages ([7b88f18](https://github.com/rango-exchange/rango-client/commit/7b88f1834f7b29b4b81ab6c81a07bb88e8ccf55c))
177
+
178
+
179
+
180
+ ## [0.4.1](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.4.0...provider-trezor@0.4.1) (2024-09-16)
181
+
182
+
183
+ ### Bug Fixes
184
+
185
+ * enabling trezor by removing bundling for @trezor/connect-web ([eb0be81](https://github.com/rango-exchange/rango-client/commit/eb0be81dd582a21e4c46b32c68bfd3ddd2a3cfa0))
186
+
187
+
188
+
189
+ # [0.4.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.3.0...provider-trezor@0.4.0) (2024-09-10)
190
+
191
+
192
+ ### Bug Fixes
193
+
194
+ * incorrect error message on Trezor wallet transaction rejection ([3998563](https://github.com/rango-exchange/rango-client/commit/3998563fa06c694b34a61730b4f6c13f3323a407))
195
+
196
+
197
+
198
+ # [0.3.0](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.2.1...provider-trezor@0.3.0) (2024-08-11)
199
+
200
+
201
+ ### Features
202
+
203
+ * add derivation path modal for trezor wallet ([364422f](https://github.com/rango-exchange/rango-client/commit/364422f099b202a27a529591c5e3628bbb35508d))
204
+
205
+
206
+
207
+ ## [0.2.1](https://github.com/rango-exchange/rango-client/compare/provider-trezor@0.2.0...provider-trezor@0.2.1) (2024-07-14)
208
+
209
+
210
+
211
+ # 0.2.0 (2024-07-09)
212
+
213
+
214
+ ### Bug Fixes
215
+
216
+ * import Trezor module ([cd71eb5](https://github.com/rango-exchange/rango-client/commit/cd71eb5f390f1b07974ea9e2368f35db383a8c82))
217
+
218
+
219
+ ### Features
220
+
221
+ * add support for Trezor hardware wallet ([6edecbb](https://github.com/rango-exchange/rango-client/commit/6edecbb14fd008fc741c892bfa3e025c10160b9b))
222
+
223
+
224
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/provider-trezor",
3
- "version": "0.31.0",
3
+ "version": "0.31.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/mod.ts",
@@ -11,7 +11,8 @@
11
11
  "typings": "dist/mod.d.ts",
12
12
  "files": [
13
13
  "dist",
14
- "src"
14
+ "src",
15
+ "CHANGELOG.md"
15
16
  ],
16
17
  "scripts": {
17
18
  "build": "yarn run rangutopia library build --splitting",
@@ -26,9 +27,9 @@
26
27
  "@hub3js/core": "^0.62.0",
27
28
  "@hub3js/evm": "^0.5.0",
28
29
  "@hub3js/std": "^0.4.0",
29
- "@rango-dev/internal-blockchains": "^0.2.0",
30
- "@rango-dev/signer-evm": "^0.46.0",
31
- "@rango-dev/wallets-core": "^0.62.0",
30
+ "@rango-dev/internal-blockchains": "^0.2.1",
31
+ "@rango-dev/signer-evm": "^0.46.1",
32
+ "@rango-dev/wallets-core": "^0.62.1",
32
33
  "@trezor/connect-web": "^9.5.0",
33
34
  "bitcoinjs-lib": "^6.1.7",
34
35
  "ethers": "^6.13.2",