@ledgerhq/react-native-hw-transport-ble 6.27.12-nightly.0 → 6.27.12

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/react-native-hw-transport-ble@6.27.11 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/react-native-hw-transport-ble
2
+ > @ledgerhq/react-native-hw-transport-ble@6.27.12 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/react-native-hw-transport-ble
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # @ledgerhq/react-native-hw-transport-ble
2
2
 
3
- ## 6.27.12-nightly.0
3
+ ## 6.27.12
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`3a267c1424`](https://github.com/LedgerHQ/ledger-live/commit/3a267c14241ebc9184490e7eb81b5d4bcc94b092)]:
8
- - @ledgerhq/devices@7.0.6-nightly.1
9
- - @ledgerhq/hw-transport@6.27.9-nightly.1
7
+ - [#2048](https://github.com/LedgerHQ/ledger-live/pull/2048) [`101e6851ae`](https://github.com/LedgerHQ/ledger-live/commit/101e6851ae76747431b122076dc1752c94ee40d3) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Undo the auto disconnect mechanism, due to regressions
8
+
9
+ * [#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
10
+
11
+ * Updated dependencies [[`f1c15446da`](https://github.com/LedgerHQ/ledger-live/commit/f1c15446dabef05bb91dada8d8f53f9bc6474ba5)]:
12
+ - @ledgerhq/errors@6.12.2
13
+ - @ledgerhq/hw-transport@6.27.9
14
+ - @ledgerhq/devices@7.0.6
15
+
16
+ ## 6.27.12-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - [#2048](https://github.com/LedgerHQ/ledger-live/pull/2048) [`101e6851ae`](https://github.com/LedgerHQ/ledger-live/commit/101e6851ae76747431b122076dc1752c94ee40d3) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Undo the auto disconnect mechanism, due to regressions
21
+
22
+ * [#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
23
+
24
+ * Updated dependencies [[`f1c15446da`](https://github.com/LedgerHQ/ledger-live/commit/f1c15446dabef05bb91dada8d8f53f9bc6474ba5)]:
25
+ - @ledgerhq/errors@6.12.2-next.0
26
+ - @ledgerhq/hw-transport@6.27.9-next.0
27
+ - @ledgerhq/devices@7.0.6-next.0
10
28
 
11
29
  ## 6.27.11
12
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/react-native-hw-transport-ble",
3
- "version": "6.27.12-nightly.0",
3
+ "version": "6.27.12",
4
4
  "description": "Ledger Hardware Wallet Bluetooth BLE transport for React Native",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -29,9 +29,9 @@
29
29
  "react-native-ble-plx": "2.0.3",
30
30
  "rxjs": "6",
31
31
  "uuid": "^3.4.0",
32
- "@ledgerhq/devices": "^7.0.6-nightly.1",
33
- "@ledgerhq/errors": "^6.12.2-nightly.0",
34
- "@ledgerhq/hw-transport": "^6.27.9-nightly.1",
32
+ "@ledgerhq/devices": "^7.0.6",
33
+ "@ledgerhq/errors": "^6.12.2",
34
+ "@ledgerhq/hw-transport": "^6.27.9",
35
35
  "@ledgerhq/logs": "^6.10.1"
36
36
  },
37
37
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",