@ledgerhq/react-native-hid 6.30.0-nightly.1 → 6.30.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.29.6-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/react-native-hid
2
+ > @ledgerhq/react-native-hid@6.30.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,6 +1,6 @@
1
1
  # @ledgerhq/react-native-hid
2
2
 
3
- ## 6.30.0-nightly.1
3
+ ## 6.30.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,19 +8,41 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - Updated dependencies [[`3455944496`](https://github.com/LedgerHQ/ledger-live/commit/34559444969ce1571ff4c54f33feb7f3fb59a33a)]:
12
- - @ledgerhq/errors@6.14.0-nightly.1
13
- - @ledgerhq/devices@8.0.6-nightly.1
14
- - @ledgerhq/hw-transport@6.28.7-nightly.1
11
+ - Updated dependencies [[`a61a43fc47`](https://github.com/LedgerHQ/ledger-live/commit/a61a43fc47399e969fa68539de6af51bfa41e921), [`3455944496`](https://github.com/LedgerHQ/ledger-live/commit/34559444969ce1571ff4c54f33feb7f3fb59a33a)]:
12
+ - @ledgerhq/errors@6.14.0
13
+ - @ledgerhq/devices@8.0.7
14
+ - @ledgerhq/hw-transport@6.28.8
15
15
 
16
- ## 6.29.6-nightly.0
16
+ ## 6.30.0-next.0
17
+
18
+ ### Minor Changes
19
+
20
+ - [#3951](https://github.com/LedgerHQ/ledger-live/pull/3951) [`d21f0bc2e4`](https://github.com/LedgerHQ/ledger-live/commit/d21f0bc2e4bb7ec62c18bc878e6fb0f5240b5ca0) Thanks [@Ferossgp](https://github.com/Ferossgp)! - Android use compile sdk version from root project
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [[`a61a43fc47`](https://github.com/LedgerHQ/ledger-live/commit/a61a43fc47399e969fa68539de6af51bfa41e921), [`3455944496`](https://github.com/LedgerHQ/ledger-live/commit/34559444969ce1571ff4c54f33feb7f3fb59a33a)]:
25
+ - @ledgerhq/errors@6.14.0-next.0
26
+ - @ledgerhq/devices@8.0.7-next.0
27
+ - @ledgerhq/hw-transport@6.28.8-next.0
28
+
29
+ ## 6.29.6
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies [[`c7c484acf0`](https://github.com/LedgerHQ/ledger-live/commit/c7c484acf01e9db8dc5a5507b62ffcb863c77ca4)]:
34
+ - @ledgerhq/errors@6.13.1
35
+ - @ledgerhq/devices@8.0.6
36
+ - @ledgerhq/hw-transport@6.28.7
37
+
38
+ ## 6.29.6-next.0
17
39
 
18
40
  ### Patch Changes
19
41
 
20
42
  - Updated dependencies [[`c7c484acf0`](https://github.com/LedgerHQ/ledger-live/commit/c7c484acf01e9db8dc5a5507b62ffcb863c77ca4)]:
21
- - @ledgerhq/errors@6.13.1-nightly.0
22
- - @ledgerhq/devices@8.0.6-nightly.0
23
- - @ledgerhq/hw-transport@6.28.7-nightly.0
43
+ - @ledgerhq/errors@6.13.1-next.0
44
+ - @ledgerhq/devices@8.0.6-next.0
45
+ - @ledgerhq/hw-transport@6.28.7-next.0
24
46
 
25
47
  ## 6.29.5
26
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/react-native-hid",
3
- "version": "6.30.0-nightly.1",
3
+ "version": "6.30.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.6-nightly.1",
34
- "@ledgerhq/errors": "^6.14.0-nightly.1",
35
- "@ledgerhq/hw-transport": "^6.28.7-nightly.1",
33
+ "@ledgerhq/devices": "^8.0.7",
34
+ "@ledgerhq/errors": "^6.14.0",
35
+ "@ledgerhq/hw-transport": "^6.28.8",
36
36
  "@ledgerhq/logs": "^6.10.1"
37
37
  },
38
38
  "devDependencies": {