UNPKG

23.7 kBMarkdownView Raw
1# @ledgerhq/hw-transport
2
3## 6.30.6
4
5### Patch Changes
6
7- Updated dependencies [[`fc4f83e`](https://github.com/LedgerHQ/ledger-live/commit/fc4f83e26d9f00b7c518f28157e8d9da55ce3685), [`dd1d17f`](https://github.com/LedgerHQ/ledger-live/commit/dd1d17fd3ce7ed42558204b2f93707fb9b1599de), [`26b3a5d`](https://github.com/LedgerHQ/ledger-live/commit/26b3a5d7d6e11efc226403707d683f3d0098a1c1), [`a8138f9`](https://github.com/LedgerHQ/ledger-live/commit/a8138f9ec0cff714d9745012eb91a09713ffbbd2), [`53da330`](https://github.com/LedgerHQ/ledger-live/commit/53da3301aaceeb16e6b1f96b1ea44428fbeb4483)]:
8 - @ledgerhq/errors@6.16.4
9 - @ledgerhq/devices@8.3.0
10
11## 6.30.6-next.0
12
13### Patch Changes
14
15- Updated dependencies [[`fc4f83e`](https://github.com/LedgerHQ/ledger-live/commit/fc4f83e26d9f00b7c518f28157e8d9da55ce3685), [`dd1d17f`](https://github.com/LedgerHQ/ledger-live/commit/dd1d17fd3ce7ed42558204b2f93707fb9b1599de), [`26b3a5d`](https://github.com/LedgerHQ/ledger-live/commit/26b3a5d7d6e11efc226403707d683f3d0098a1c1), [`a8138f9`](https://github.com/LedgerHQ/ledger-live/commit/a8138f9ec0cff714d9745012eb91a09713ffbbd2), [`53da330`](https://github.com/LedgerHQ/ledger-live/commit/53da3301aaceeb16e6b1f96b1ea44428fbeb4483)]:
16 - @ledgerhq/errors@6.16.4-next.0
17 - @ledgerhq/devices@8.3.0-next.0
18
19## 6.30.5
20
21### Patch Changes
22
23- Updated dependencies [[`f456d69`](https://github.com/LedgerHQ/ledger-live/commit/f456d69a2f64b6a217d3c1d9c6a531f31c2817a8)]:
24 - @ledgerhq/errors@6.16.3
25 - @ledgerhq/devices@8.2.2
26
27## 6.30.5-next.0
28
29### Patch Changes
30
31- Updated dependencies [[`f456d69`](https://github.com/LedgerHQ/ledger-live/commit/f456d69a2f64b6a217d3c1d9c6a531f31c2817a8)]:
32 - @ledgerhq/errors@6.16.3-next.0
33 - @ledgerhq/devices@8.2.2-next.0
34
35## 6.30.4
36
37### Patch Changes
38
39- Updated dependencies [[`ee88785`](https://github.com/LedgerHQ/ledger-live/commit/ee8878515671241ce1037362af5e8f7799b3673a)]:
40 - @ledgerhq/errors@6.16.2
41 - @ledgerhq/devices@8.2.1
42
43## 6.30.4-next.0
44
45### Patch Changes
46
47- Updated dependencies [[`f456d69`](https://github.com/LedgerHQ/ledger-live/commit/f456d69a2f64b6a217d3c1d9c6a531f31c2817a8)]:
48 - @ledgerhq/errors@6.16.2-next.0
49 - @ledgerhq/devices@8.2.1-next.0
50
51## 6.30.3
52
53### Patch Changes
54
55- [#5749](https://github.com/LedgerHQ/ledger-live/pull/5749) [`eadebff`](https://github.com/LedgerHQ/ledger-live/commit/eadebff3fe58aef6a5befb033d5147afc49663d3) Thanks [@alexandremgo](https://github.com/alexandremgo)! - Fix: HID USB reconnection on LLD during the sync onboarding
56
57 - Refactoring of the disconnect after inactivity of the transport implementation
58 hw-transport-node-hid-singleton
59 - Better logs and documentation
60
61## 6.30.3-next.0
62
63### Patch Changes
64
65- [#5749](https://github.com/LedgerHQ/ledger-live/pull/5749) [`eadebff`](https://github.com/LedgerHQ/ledger-live/commit/eadebff3fe58aef6a5befb033d5147afc49663d3) Thanks [@alexandremgo](https://github.com/alexandremgo)! - Fix: HID USB reconnection on LLD during the sync onboarding
66
67 - Refactoring of the disconnect after inactivity of the transport implementation
68 hw-transport-node-hid-singleton
69 - Better logs and documentation
70
71## 6.30.2
72
73### Patch Changes
74
75- [#5750](https://github.com/LedgerHQ/ledger-live/pull/5750) [`16b4d7a`](https://github.com/LedgerHQ/ledger-live/commit/16b4d7ab4702022d4967f3c054d3c62a76716947) Thanks [@aussedatlo](https://github.com/aussedatlo)! - Arrange verbosity and improve typing
76
77## 6.30.2-next.0
78
79### Patch Changes
80
81- [#5750](https://github.com/LedgerHQ/ledger-live/pull/5750) [`16b4d7a`](https://github.com/LedgerHQ/ledger-live/commit/16b4d7ab4702022d4967f3c054d3c62a76716947) Thanks [@aussedatlo](https://github.com/aussedatlo)! - Arrange verbosity and improve typing
82
83## 6.30.1
84
85### Patch Changes
86
87- [#5171](https://github.com/LedgerHQ/ledger-live/pull/5171) [`52a3732`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2) Thanks [@alexandremgo](https://github.com/alexandremgo)! - Feat: new abort timeout on opening transport and APDU exchange
88
89 On `@ledgerhq/hw-transport`
90
91 - `exchange` adding an optional `abortTimeoutMs` arg to its definition
92 - `send` taking an optional `abortTimeoutMs` and passing it to `exchange`
93 - Some documentation and tracing
94
95 On `@ledgerhq/react-native-hw-transport-ble`
96
97 - `open`: enabling optional timeout when opening a transport instance
98 - `exchange`: enabling optional timeout on APDU exchange, calling `cancelPendingOperations` on timeout
99 - `cancelPendingOperations`: using a `currentTransactionIds` array of transactions id for each `write`, we can try to abort completely pending writes
100 - More documentation + tracing + simple unit tests
101
102- Updated dependencies [[`52a3732`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2), [`4d1aade`](https://github.com/LedgerHQ/ledger-live/commit/4d1aade53cd33f8e7548ce340f54fbb834bdcdcb), [`52a3732`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2)]:
103 - @ledgerhq/errors@6.16.1
104 - @ledgerhq/devices@8.2.0
105
106## 6.30.1-next.0
107
108### Patch Changes
109
110- [#5171](https://github.com/LedgerHQ/ledger-live/pull/5171) [`52a3732`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2) Thanks [@alexandremgo](https://github.com/alexandremgo)! - Feat: new abort timeout on opening transport and APDU exchange
111
112 On `@ledgerhq/hw-transport`
113
114 - `exchange` adding an optional `abortTimeoutMs` arg to its definition
115 - `send` taking an optional `abortTimeoutMs` and passing it to `exchange`
116 - Some documentation and tracing
117
118 On `@ledgerhq/react-native-hw-transport-ble`
119
120 - `open`: enabling optional timeout when opening a transport instance
121 - `exchange`: enabling optional timeout on APDU exchange, calling `cancelPendingOperations` on timeout
122 - `cancelPendingOperations`: using a `currentTransactionIds` array of transactions id for each `write`, we can try to abort completely pending writes
123 - More documentation + tracing + simple unit tests
124
125- Updated dependencies [[`52a3732`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2), [`4d1aade`](https://github.com/LedgerHQ/ledger-live/commit/4d1aade53cd33f8e7548ce340f54fbb834bdcdcb), [`52a3732`](https://github.com/LedgerHQ/ledger-live/commit/52a373273dee3b2cb5a3e8d2d4b05f90616d71a2)]:
126 - @ledgerhq/errors@6.16.1-next.0
127 - @ledgerhq/devices@8.2.0-next.0
128
129## 6.30.0
130
131### Minor Changes
132
133- [#5430](https://github.com/LedgerHQ/ledger-live/pull/5430) [`5964e30bed`](https://github.com/LedgerHQ/ledger-live/commit/5964e30bed11d64a3b7401c6ab51ffc1ad4c427c) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Update documentation v14 ledgerjs
134
135### Patch Changes
136
137- Updated dependencies [[`771c9d3c1d`](https://github.com/LedgerHQ/ledger-live/commit/771c9d3c1d138ddd68da2e4f9738e2c41ecaf81b), [`c5981ae341`](https://github.com/LedgerHQ/ledger-live/commit/c5981ae3411abc4c8594adf2efcb52aacddac143), [`e63205b850`](https://github.com/LedgerHQ/ledger-live/commit/e63205b85071538ed2431157a12818d7a8f0ffa9), [`5964e30bed`](https://github.com/LedgerHQ/ledger-live/commit/5964e30bed11d64a3b7401c6ab51ffc1ad4c427c)]:
138 - @ledgerhq/errors@6.16.0
139 - @ledgerhq/devices@8.1.0
140 - @ledgerhq/logs@6.12.0
141
142## 6.30.0-next.0
143
144### Minor Changes
145
146- [#5430](https://github.com/LedgerHQ/ledger-live/pull/5430) [`5964e30bed`](https://github.com/LedgerHQ/ledger-live/commit/5964e30bed11d64a3b7401c6ab51ffc1ad4c427c) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Update documentation v14 ledgerjs
147
148### Patch Changes
149
150- Updated dependencies [[`771c9d3c1d`](https://github.com/LedgerHQ/ledger-live/commit/771c9d3c1d138ddd68da2e4f9738e2c41ecaf81b), [`c5981ae341`](https://github.com/LedgerHQ/ledger-live/commit/c5981ae3411abc4c8594adf2efcb52aacddac143), [`e63205b850`](https://github.com/LedgerHQ/ledger-live/commit/e63205b85071538ed2431157a12818d7a8f0ffa9), [`5964e30bed`](https://github.com/LedgerHQ/ledger-live/commit/5964e30bed11d64a3b7401c6ab51ffc1ad4c427c)]:
151 - @ledgerhq/errors@6.16.0-next.0
152 - @ledgerhq/devices@8.1.0-next.0
153 - @ledgerhq/logs@6.12.0-next.0
154
155## 6.29.0
156
157### Minor Changes
158
159- [#4709](https://github.com/LedgerHQ/ledger-live/pull/4709) [`9e2d32aec4`](https://github.com/LedgerHQ/ledger-live/commit/9e2d32aec4ebd8774880f94e3ef0e805ebb172ac) Thanks [@alexandremgo](https://github.com/alexandremgo)! - feat: usage of new tracing system
160
161 The tracing helps keeping a context (for ex a `job id`) that is propagated to other logs,
162 creating a (simple) tracing span
163
164### Patch Changes
165
166- [#5142](https://github.com/LedgerHQ/ledger-live/pull/5142) [`7968dfc551`](https://github.com/LedgerHQ/ledger-live/commit/7968dfc551acca00b7fabf00a726758d74be33de) Thanks [@alexandremgo](https://github.com/alexandremgo)! - chore: new mock fixture aTransportBuilder
167
168 For unit tests where a real implementation of a Transport is not necessary.
169
170- [#5063](https://github.com/LedgerHQ/ledger-live/pull/5063) [`6b7fc5d071`](https://github.com/LedgerHQ/ledger-live/commit/6b7fc5d0711a83ed2fcacacd02795862a4a3bf1d) Thanks [@sarneijim](https://github.com/sarneijim)! - fix: fix TransportRaceCondition literal
171
172- Updated dependencies [[`9e2d32aec4`](https://github.com/LedgerHQ/ledger-live/commit/9e2d32aec4ebd8774880f94e3ef0e805ebb172ac), [`4d6fa0772e`](https://github.com/LedgerHQ/ledger-live/commit/4d6fa0772e19cdbd4b432fafa43621c42e2a5fdd)]:
173 - @ledgerhq/logs@6.11.0
174 - @ledgerhq/errors@6.15.0
175 - @ledgerhq/devices@8.0.8
176
177## 6.29.0-next.0
178
179### Minor Changes
180
181- [#4709](https://github.com/LedgerHQ/ledger-live/pull/4709) [`9e2d32aec4`](https://github.com/LedgerHQ/ledger-live/commit/9e2d32aec4ebd8774880f94e3ef0e805ebb172ac) Thanks [@alexandremgo](https://github.com/alexandremgo)! - feat: usage of new tracing system
182
183 The tracing helps keeping a context (for ex a `job id`) that is propagated to other logs,
184 creating a (simple) tracing span
185
186### Patch Changes
187
188- [#5142](https://github.com/LedgerHQ/ledger-live/pull/5142) [`7968dfc551`](https://github.com/LedgerHQ/ledger-live/commit/7968dfc551acca00b7fabf00a726758d74be33de) Thanks [@alexandremgo](https://github.com/alexandremgo)! - chore: new mock fixture aTransportBuilder
189
190 For unit tests where a real implementation of a Transport is not necessary.
191
192- [#5063](https://github.com/LedgerHQ/ledger-live/pull/5063) [`6b7fc5d071`](https://github.com/LedgerHQ/ledger-live/commit/6b7fc5d0711a83ed2fcacacd02795862a4a3bf1d) Thanks [@sarneijim](https://github.com/sarneijim)! - fix: fix TransportRaceCondition literal
193
194- Updated dependencies [[`9e2d32aec4`](https://github.com/LedgerHQ/ledger-live/commit/9e2d32aec4ebd8774880f94e3ef0e805ebb172ac), [`4d6fa0772e`](https://github.com/LedgerHQ/ledger-live/commit/4d6fa0772e19cdbd4b432fafa43621c42e2a5fdd)]:
195 - @ledgerhq/logs@6.11.0-next.0
196 - @ledgerhq/errors@6.15.0-next.0
197 - @ledgerhq/devices@8.0.8-next.0
198
199## 6.28.8
200
201### Patch Changes
202
203- Updated dependencies [[`a61a43fc47`](https://github.com/LedgerHQ/ledger-live/commit/a61a43fc47399e969fa68539de6af51bfa41e921), [`3455944496`](https://github.com/LedgerHQ/ledger-live/commit/34559444969ce1571ff4c54f33feb7f3fb59a33a)]:
204 - @ledgerhq/errors@6.14.0
205 - @ledgerhq/devices@8.0.7
206
207## 6.28.8-next.0
208
209### Patch Changes
210
211- Updated dependencies [[`a61a43fc47`](https://github.com/LedgerHQ/ledger-live/commit/a61a43fc47399e969fa68539de6af51bfa41e921), [`3455944496`](https://github.com/LedgerHQ/ledger-live/commit/34559444969ce1571ff4c54f33feb7f3fb59a33a)]:
212 - @ledgerhq/errors@6.14.0-next.0
213 - @ledgerhq/devices@8.0.7-next.0
214
215## 6.28.7
216
217### Patch Changes
218
219- Updated dependencies [[`c7c484acf0`](https://github.com/LedgerHQ/ledger-live/commit/c7c484acf01e9db8dc5a5507b62ffcb863c77ca4)]:
220 - @ledgerhq/errors@6.13.1
221 - @ledgerhq/devices@8.0.6
222
223## 6.28.7-next.0
224
225### Patch Changes
226
227- Updated dependencies [[`c7c484acf0`](https://github.com/LedgerHQ/ledger-live/commit/c7c484acf01e9db8dc5a5507b62ffcb863c77ca4)]:
228 - @ledgerhq/errors@6.13.1-next.0
229 - @ledgerhq/devices@8.0.6-next.0
230
231## 6.28.6
232
233### Patch Changes
234
235- Updated dependencies [[`0f4293e9bf`](https://github.com/LedgerHQ/ledger-live/commit/0f4293e9bf9cac4c2a195efeb0831aab3d51933d)]:
236 - @ledgerhq/errors@6.13.0
237 - @ledgerhq/devices@8.0.5
238
239## 6.28.6-next.0
240
241### Patch Changes
242
243- Updated dependencies [[`0f4293e9bf`](https://github.com/LedgerHQ/ledger-live/commit/0f4293e9bf9cac4c2a195efeb0831aab3d51933d)]:
244 - @ledgerhq/errors@6.13.0-next.0
245 - @ledgerhq/devices@8.0.5-next.0
246
247## 6.28.5
248
249### Patch Changes
250
251- Updated dependencies [[`9adc1862dd`](https://github.com/LedgerHQ/ledger-live/commit/9adc1862dda605a722d19f3b6895bd324834c914)]:
252 - @ledgerhq/errors@6.12.7
253 - @ledgerhq/devices@8.0.4
254
255## 6.28.5-next.0
256
257### Patch Changes
258
259- Updated dependencies [[`9adc1862dd`](https://github.com/LedgerHQ/ledger-live/commit/9adc1862dda605a722d19f3b6895bd324834c914)]:
260 - @ledgerhq/errors@6.12.7-next.0
261 - @ledgerhq/devices@8.0.4-next.0
262
263## 6.28.4
264
265### Patch Changes
266
267- Updated dependencies [[`77f990e207`](https://github.com/LedgerHQ/ledger-live/commit/77f990e2075c7c9a4be69b364e3754b449c7a546)]:
268 - @ledgerhq/errors@6.12.6
269 - @ledgerhq/devices@8.0.3
270
271## 6.28.4-next.0
272
273### Patch Changes
274
275- Updated dependencies [[`77f990e207`](https://github.com/LedgerHQ/ledger-live/commit/77f990e2075c7c9a4be69b364e3754b449c7a546)]:
276 - @ledgerhq/errors@6.12.6-next.0
277 - @ledgerhq/devices@8.0.3-next.0
278
279## 6.28.3
280
281### Patch Changes
282
283- Updated dependencies [[`87d2349fd8`](https://github.com/LedgerHQ/ledger-live/commit/87d2349fd835e5deb39d1ee8dfcf3539f4195472)]:
284 - @ledgerhq/errors@6.12.5
285 - @ledgerhq/devices@8.0.2
286
287## 6.28.3-next.0
288
289### Patch Changes
290
291- Updated dependencies [[`87d2349fd8`](https://github.com/LedgerHQ/ledger-live/commit/87d2349fd835e5deb39d1ee8dfcf3539f4195472)]:
292 - @ledgerhq/errors@6.12.5-next.0
293 - @ledgerhq/devices@8.0.2-next.0
294
295## 6.28.2
296
297### Patch Changes
298
299- Updated dependencies [[`1d0b2d19eb`](https://github.com/LedgerHQ/ledger-live/commit/1d0b2d19ebc5acd058930b842c6d37f8daf2a5a3), [`ef945b05c0`](https://github.com/LedgerHQ/ledger-live/commit/ef945b05c01a791281687abb28e639e1bcc4e472), [`5fa68510b4`](https://github.com/LedgerHQ/ledger-live/commit/5fa68510b49334cfd80c30793dfe68900f1b9b3b)]:
300 - @ledgerhq/errors@6.12.4
301 - @ledgerhq/devices@8.0.1
302
303## 6.28.2-next.0
304
305### Patch Changes
306
307- Updated dependencies [[`1d0b2d19eb`](https://github.com/LedgerHQ/ledger-live/commit/1d0b2d19ebc5acd058930b842c6d37f8daf2a5a3), [`ef945b05c0`](https://github.com/LedgerHQ/ledger-live/commit/ef945b05c01a791281687abb28e639e1bcc4e472), [`5fa68510b4`](https://github.com/LedgerHQ/ledger-live/commit/5fa68510b49334cfd80c30793dfe68900f1b9b3b)]:
308 - @ledgerhq/errors@6.12.4-next.0
309 - @ledgerhq/devices@8.0.1-next.0
310
311## 6.28.1
312
313### Patch Changes
314
315- Updated dependencies [[`62af25493e`](https://github.com/LedgerHQ/ledger-live/commit/62af25493e2becf897d517af42542db208b971c7)]:
316 - @ledgerhq/devices@8.0.0
317
318## 6.28.1-next.0
319
320### Patch Changes
321
322- Updated dependencies [[`62af25493e`](https://github.com/LedgerHQ/ledger-live/commit/62af25493e2becf897d517af42542db208b971c7)]:
323 - @ledgerhq/devices@8.0.0-next.0
324
325## 6.28.0
326
327### Minor Changes
328
329- [#2342](https://github.com/LedgerHQ/ledger-live/pull/2342) [`c2779b1cab`](https://github.com/LedgerHQ/ledger-live/commit/c2779b1cab18a1d5747ca955f5ceee86db920f57) Thanks [@gre](https://github.com/gre)! - Add Transport#exchangeBulk method to have a native batched mecanism to send a lot of APDU at once & in order to do it performantly.
330
331## 6.28.0-next.0
332
333### Minor Changes
334
335- [#2342](https://github.com/LedgerHQ/ledger-live/pull/2342) [`c2779b1cab`](https://github.com/LedgerHQ/ledger-live/commit/c2779b1cab18a1d5747ca955f5ceee86db920f57) Thanks [@gre](https://github.com/gre)! - Add Transport#exchangeBulk method to have a native batched mecanism to send a lot of APDU at once & in order to do it performantly.
336
337## 6.27.10
338
339### Patch Changes
340
341- Updated dependencies [[`3a267c1424`](https://github.com/LedgerHQ/ledger-live/commit/3a267c14241ebc9184490e7eb81b5d4bcc94b092), [`3df451dafb`](https://github.com/LedgerHQ/ledger-live/commit/3df451dafb7233f5e3f897478aee22e89f6e5339), [`1f65abb76f`](https://github.com/LedgerHQ/ledger-live/commit/1f65abb76f1a36b428b5c33dd3ad6c58b4d96aa2), [`20c5c5e109`](https://github.com/LedgerHQ/ledger-live/commit/20c5c5e1099885173aaa5ea3199052044066ac98), [`e7c1eaa6a2`](https://github.com/LedgerHQ/ledger-live/commit/e7c1eaa6a24d36aa535df7a06f17c55858de5475)]:
342 - @ledgerhq/devices@7.0.7
343 - @ledgerhq/errors@6.12.3
344
345## 6.27.10-next.0
346
347### Patch Changes
348
349- Updated dependencies [[`3a267c1424`](https://github.com/LedgerHQ/ledger-live/commit/3a267c14241ebc9184490e7eb81b5d4bcc94b092), [`3df451dafb`](https://github.com/LedgerHQ/ledger-live/commit/3df451dafb7233f5e3f897478aee22e89f6e5339), [`1f65abb76f`](https://github.com/LedgerHQ/ledger-live/commit/1f65abb76f1a36b428b5c33dd3ad6c58b4d96aa2), [`20c5c5e109`](https://github.com/LedgerHQ/ledger-live/commit/20c5c5e1099885173aaa5ea3199052044066ac98), [`e7c1eaa6a2`](https://github.com/LedgerHQ/ledger-live/commit/e7c1eaa6a24d36aa535df7a06f17c55858de5475)]:
350 - @ledgerhq/devices@7.0.7-next.0
351 - @ledgerhq/errors@6.12.3-next.0
352
353## 6.27.9
354
355### Patch Changes
356
357- [#1984](https://github.com/LedgerHQ/ledger-live/pull/1984) [`f1c15446da`](https://github.com/LedgerHQ/ledger-live/commit/f1c15446dabef05bb91dada8d8f53f9bc6474ba5) Thanks [@alexandremgo](https://github.com/alexandremgo)! - New HwTransportError for all the implementations of Transport
358
359- Updated dependencies [[`f1c15446da`](https://github.com/LedgerHQ/ledger-live/commit/f1c15446dabef05bb91dada8d8f53f9bc6474ba5)]:
360 - @ledgerhq/errors@6.12.2
361 - @ledgerhq/devices@7.0.6
362
363## 6.27.9-next.0
364
365### Patch Changes
366
367- [#1984](https://github.com/LedgerHQ/ledger-live/pull/1984) [`f1c15446da`](https://github.com/LedgerHQ/ledger-live/commit/f1c15446dabef05bb91dada8d8f53f9bc6474ba5) Thanks [@alexandremgo](https://github.com/alexandremgo)! - New HwTransportError for all the implementations of Transport
368
369- Updated dependencies [[`f1c15446da`](https://github.com/LedgerHQ/ledger-live/commit/f1c15446dabef05bb91dada8d8f53f9bc6474ba5)]:
370 - @ledgerhq/errors@6.12.2-next.0
371 - @ledgerhq/devices@7.0.6-next.0
372
373## 6.27.8
374
375### Patch Changes
376
377- Updated dependencies [[`856f49374e`](https://github.com/LedgerHQ/ledger-live/commit/856f49374ec9b49f005676e270acdb81b78879c8), [`77056e3692`](https://github.com/LedgerHQ/ledger-live/commit/77056e369256112188c183823a2c3fabfea2cba8)]:
378 - @ledgerhq/errors@6.12.1
379 - @ledgerhq/devices@7.0.5
380
381## 6.27.8-next.0
382
383### Patch Changes
384
385- Updated dependencies [[`856f49374e`](https://github.com/LedgerHQ/ledger-live/commit/856f49374ec9b49f005676e270acdb81b78879c8), [`77056e3692`](https://github.com/LedgerHQ/ledger-live/commit/77056e369256112188c183823a2c3fabfea2cba8)]:
386 - @ledgerhq/errors@6.12.1-next.0
387 - @ledgerhq/devices@7.0.5-next.0
388
389## 6.27.7
390
391### Patch Changes
392
393- [#1729](https://github.com/LedgerHQ/ledger-live/pull/1729) [`d3c91a53e0`](https://github.com/LedgerHQ/ledger-live/commit/d3c91a53e06f9f47817e96c452f69e2d9f71d80f) Thanks [@gre](https://github.com/gre)! - update node-hid to 2.1.2
394
395- Updated dependencies [[`0308e8c6ae`](https://github.com/LedgerHQ/ledger-live/commit/0308e8c6ae721a99bc50f5dc60db0d11ea8ea1ff), [`df8cbb8dd1`](https://github.com/LedgerHQ/ledger-live/commit/df8cbb8dd166a66325eb96d8192f3f985b71df60), [`4ad6155953`](https://github.com/LedgerHQ/ledger-live/commit/4ad615595392f5ef806cbd21f0be1b30d3ae73c6), [`24ea9cd15f`](https://github.com/LedgerHQ/ledger-live/commit/24ea9cd15f92d5a2c74c4b936bacb89d5d4d36fd)]:
396 - @ledgerhq/errors@6.12.0
397 - @ledgerhq/devices@7.0.4
398
399## 6.27.7-next.0
400
401### Patch Changes
402
403- [#1729](https://github.com/LedgerHQ/ledger-live/pull/1729) [`d3c91a53e0`](https://github.com/LedgerHQ/ledger-live/commit/d3c91a53e06f9f47817e96c452f69e2d9f71d80f) Thanks [@gre](https://github.com/gre)! - update node-hid to 2.1.2
404
405- Updated dependencies [[`0308e8c6ae`](https://github.com/LedgerHQ/ledger-live/commit/0308e8c6ae721a99bc50f5dc60db0d11ea8ea1ff), [`df8cbb8dd1`](https://github.com/LedgerHQ/ledger-live/commit/df8cbb8dd166a66325eb96d8192f3f985b71df60), [`4ad6155953`](https://github.com/LedgerHQ/ledger-live/commit/4ad615595392f5ef806cbd21f0be1b30d3ae73c6), [`24ea9cd15f`](https://github.com/LedgerHQ/ledger-live/commit/24ea9cd15f92d5a2c74c4b936bacb89d5d4d36fd)]:
406 - @ledgerhq/errors@6.12.0-next.0
407 - @ledgerhq/devices@7.0.4-next.0
408
409## 6.27.6
410
411### Patch Changes
412
413- [#1356](https://github.com/LedgerHQ/ledger-live/pull/1356) [`ecac411d7a`](https://github.com/LedgerHQ/ledger-live/commit/ecac411d7aad6f4003503ba6259d7c25017ca7aa) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Updated readme.md of packages
414
415- Updated dependencies [[`ecac411d7a`](https://github.com/LedgerHQ/ledger-live/commit/ecac411d7aad6f4003503ba6259d7c25017ca7aa)]:
416 - @ledgerhq/devices@7.0.3
417 - @ledgerhq/errors@6.11.1
418
419## 6.27.6-next.0
420
421### Patch Changes
422
423- [#1356](https://github.com/LedgerHQ/ledger-live/pull/1356) [`ecac411d7a`](https://github.com/LedgerHQ/ledger-live/commit/ecac411d7aad6f4003503ba6259d7c25017ca7aa) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Updated readme.md of packages
424
425- Updated dependencies [[`ecac411d7a`](https://github.com/LedgerHQ/ledger-live/commit/ecac411d7aad6f4003503ba6259d7c25017ca7aa)]:
426 - @ledgerhq/devices@7.0.3-next.0
427 - @ledgerhq/errors@6.11.1-next.0
428
429## 6.27.5
430
431### Patch Changes
432
433- Updated dependencies [[`1a94cbf28a`](https://github.com/LedgerHQ/ledger-live/commit/1a94cbf28aaa2917c70719e22f446148cd66cef6), [`e0915b34ba`](https://github.com/LedgerHQ/ledger-live/commit/e0915b34ba37d9906b6c65e7e42f87893c088325)]:
434 - @ledgerhq/errors@6.11.0
435 - @ledgerhq/devices@7.0.2
436
437## 6.27.5-next.0
438
439### Patch Changes
440
441- Updated dependencies [[`1a94cbf28a`](https://github.com/LedgerHQ/ledger-live/commit/1a94cbf28aaa2917c70719e22f446148cd66cef6), [`e0915b34ba`](https://github.com/LedgerHQ/ledger-live/commit/e0915b34ba37d9906b6c65e7e42f87893c088325)]:
442 - @ledgerhq/errors@6.11.0-next.0
443 - @ledgerhq/devices@7.0.2-next.0
444
445## 6.27.4
446
447### Patch Changes
448
449- Updated dependencies [[`ae5e33e15e`](https://github.com/LedgerHQ/ledger-live/commit/ae5e33e15e8a107d0ba8a3688a63eda2c0d43ce7)]:
450 - @ledgerhq/errors@6.10.2
451 - @ledgerhq/devices@7.0.1
452
453## 6.27.4-next.0
454
455### Patch Changes
456
457- Updated dependencies [[`ae5e33e15`](https://github.com/LedgerHQ/ledger-live/commit/ae5e33e15e8a107d0ba8a3688a63eda2c0d43ce7)]:
458 - @ledgerhq/errors@6.10.2-next.0
459 - @ledgerhq/devices@7.0.1-next.0
460
461## 6.27.3
462
463### Patch Changes
464
465- [#970](https://github.com/LedgerHQ/ledger-live/pull/970) [`ecfdd1ebd8`](https://github.com/LedgerHQ/ledger-live/commit/ecfdd1ebd8cc7c4b5bc6315316ce662bb6241311) Thanks [@alexandremgo](https://github.com/alexandremgo)! - BLE scanning and pairing hooks
466
467## 6.27.3-next.0
468
469### Patch Changes
470
471- [#970](https://github.com/LedgerHQ/ledger-live/pull/970) [`ecfdd1ebd`](https://github.com/LedgerHQ/ledger-live/commit/ecfdd1ebd8cc7c4b5bc6315316ce662bb6241311) Thanks [@alexandremgo](https://github.com/alexandremgo)! - BLE scanning and pairing hooks
472
473## 6.27.2
474
475### Patch Changes
476
477- Updated dependencies [[`203b927b4`](https://github.com/LedgerHQ/ledger-live/commit/203b927b4e5bca3402c85a88c536d519adb18c5f), [`f538d2974`](https://github.com/LedgerHQ/ledger-live/commit/f538d29745669b2aada6ac34f37cd404c23cf1b8)]:
478 - @ledgerhq/errors@6.10.1
479 - @ledgerhq/devices@7.0.0
480
481## 6.27.2-next.0
482
483### Patch Changes
484
485- Updated dependencies [[`203b927b4`](https://github.com/LedgerHQ/ledger-live/commit/203b927b4e5bca3402c85a88c536d519adb18c5f), [`f538d2974`](https://github.com/LedgerHQ/ledger-live/commit/f538d29745669b2aada6ac34f37cd404c23cf1b8)]:
486 - @ledgerhq/errors@6.10.1-next.0
487 - @ledgerhq/devices@7.0.0-next.0