@ledgerhq/react-native-hid 6.29.0-nightly.1 → 6.29.0

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-hid@6.28.14-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/react-native-hid
2
+ > @ledgerhq/react-native-hid@6.29.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/react-native-hid
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,18 +1,32 @@
1
1
  # @ledgerhq/react-native-hid
2
2
 
3
- ## 6.29.0-nightly.1
3
+ ## 6.29.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - [#2718](https://github.com/LedgerHQ/ledger-live/pull/2718) [`8787e31a55`](https://github.com/LedgerHQ/ledger-live/commit/8787e31a5566f1291fc762eb4287bcc0e5f2b509) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Support Android S+ for USB OTG connectivity on the react-native-hid transport
8
8
 
9
- ## 6.28.14-nightly.0
9
+ ## 6.29.0-next.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#2718](https://github.com/LedgerHQ/ledger-live/pull/2718) [`8787e31a55`](https://github.com/LedgerHQ/ledger-live/commit/8787e31a5566f1291fc762eb4287bcc0e5f2b509) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Support Android S+ for USB OTG connectivity on the react-native-hid transport
14
+
15
+ ## 6.28.14
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [[`62af25493e`](https://github.com/LedgerHQ/ledger-live/commit/62af25493e2becf897d517af42542db208b971c7)]:
20
+ - @ledgerhq/devices@8.0.0
21
+ - @ledgerhq/hw-transport@6.28.1
22
+
23
+ ## 6.28.14-next.0
10
24
 
11
25
  ### Patch Changes
12
26
 
13
27
  - Updated dependencies [[`62af25493e`](https://github.com/LedgerHQ/ledger-live/commit/62af25493e2becf897d517af42542db208b971c7)]:
14
- - @ledgerhq/devices@8.0.0-nightly.0
15
- - @ledgerhq/hw-transport@6.28.1-nightly.0
28
+ - @ledgerhq/devices@8.0.0-next.0
29
+ - @ledgerhq/hw-transport@6.28.1-next.0
16
30
 
17
31
  ## 6.28.13
18
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/react-native-hid",
3
- "version": "6.29.0-nightly.1",
3
+ "version": "6.29.0",
4
4
  "nativePackage": true,
5
5
  "description": "Ledger Hardware Wallet Web implementation of the communication layer, using U2F api",
6
6
  "keywords": [
@@ -30,9 +30,9 @@
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
32
  "rxjs": "6",
33
- "@ledgerhq/devices": "^8.0.0-nightly.0",
33
+ "@ledgerhq/devices": "^8.0.0",
34
34
  "@ledgerhq/errors": "^6.12.3",
35
- "@ledgerhq/hw-transport": "^6.28.1-nightly.0",
35
+ "@ledgerhq/hw-transport": "^6.28.1",
36
36
  "@ledgerhq/logs": "^6.10.1"
37
37
  },
38
38
  "devDependencies": {