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

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,5 +1,5 @@
1
- @ledgerhq/react-native-hw-transport-ble:build: cache hit, replaying output db42a69f0a851914
1
+ @ledgerhq/react-native-hw-transport-ble:build: cache hit, replaying output 7771c72894e4547a
2
2
  @ledgerhq/react-native-hw-transport-ble:build:
3
- @ledgerhq/react-native-hw-transport-ble:build: > @ledgerhq/react-native-hw-transport-ble@6.27.3 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/react-native-hw-transport-ble
3
+ @ledgerhq/react-native-hw-transport-ble:build: > @ledgerhq/react-native-hw-transport-ble@6.27.5 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/react-native-hw-transport-ble
4
4
  @ledgerhq/react-native-hw-transport-ble:build: > tsc && tsc -m ES6 --outDir lib-es
5
5
  @ledgerhq/react-native-hw-transport-ble:build:
package/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # @ledgerhq/react-native-hw-transport-ble
2
2
 
3
- ## 6.27.4-nightly.0
3
+ ## 6.27.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1117](https://github.com/LedgerHQ/ledger-live/pull/1117) [`a7976db5d`](https://github.com/LedgerHQ/ledger-live/commit/a7976db5d3836d3d41ef0a0507373cad0bd8725c) Thanks [@github-actions](https://github.com/apps/github-actions)! - Fix crash when scanning for bluetooth devices
8
+
9
+ ## 6.27.5-next.0
4
10
 
5
11
  ### Patch Changes
6
12
 
@@ -12,6 +18,30 @@
12
18
 
13
19
  - [`3cc45438a8`](https://github.com/LedgerHQ/ledger-live/commit/3cc45438a8aced1922742ff077946d1216f63525) Thanks [@elbywan](https://github.com/elbywan)! - Use commonjs imports for @ledgerhq/devices. Fixes #777.
14
20
 
21
+ ## 6.27.4
22
+
23
+ ### Patch Changes
24
+
25
+ - [#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
26
+
27
+ - Updated dependencies [[`ecfdd1ebd8`](https://github.com/LedgerHQ/ledger-live/commit/ecfdd1ebd8cc7c4b5bc6315316ce662bb6241311)]:
28
+ - @ledgerhq/hw-transport@6.27.3
29
+
30
+ ## 6.27.4-next.0
31
+
32
+ ### Patch Changes
33
+
34
+ - [#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
35
+
36
+ - Updated dependencies [[`ecfdd1ebd`](https://github.com/LedgerHQ/ledger-live/commit/ecfdd1ebd8cc7c4b5bc6315316ce662bb6241311)]:
37
+ - @ledgerhq/hw-transport@6.27.3-next.0
38
+
39
+ ## 6.27.3
40
+
41
+ ### Patch Changes
42
+
43
+ - [`3cc45438a8`](https://github.com/LedgerHQ/ledger-live/commit/3cc45438a8aced1922742ff077946d1216f63525) Thanks [@elbywan](https://github.com/elbywan)! - Use commonjs imports for @ledgerhq/devices. Fixes #777.
44
+
15
45
  ## 6.27.3-next.0
16
46
 
17
47
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/react-native-hw-transport-ble",
3
- "version": "6.27.4-nightly.0",
3
+ "version": "6.27.5",
4
4
  "description": "Ledger Hardware Wallet Bluetooth BLE transport for React Native",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -27,8 +27,8 @@
27
27
  "dependencies": {
28
28
  "@ledgerhq/devices": "^7.0.0",
29
29
  "@ledgerhq/errors": "^6.10.1",
30
- "@ledgerhq/hw-transport": "^6.27.3-nightly.0",
31
- "@ledgerhq/logs": "^6.10.1-nightly.0",
30
+ "@ledgerhq/hw-transport": "^6.27.3",
31
+ "@ledgerhq/logs": "^6.10.0",
32
32
  "invariant": "^2.2.4",
33
33
  "react-native-ble-plx": "2.0.3",
34
34
  "rxjs": "6",