@ledgerhq/devices 8.4.0-nightly.3 → 8.4.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/devices@8.4.0-nightly.2 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/devices
2
+ > @ledgerhq/devices@8.4.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/devices
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,26 +1,19 @@
1
1
  # @ledgerhq/devices
2
2
 
3
- ## 8.4.0-nightly.3
3
+ ## 8.4.0
4
4
 
5
- ### Patch Changes
6
-
7
- - [#7017](https://github.com/LedgerHQ/ledger-live/pull/7017) [`3b9c93c`](https://github.com/LedgerHQ/ledger-live/commit/3b9c93c0de8ceff2af96a6ee8e42b8d9c2ab7af0) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - Add type narrowing helper isDeviceModelId
5
+ ### Minor Changes
8
6
 
9
- ## 8.4.0-nightly.2
7
+ - [#6596](https://github.com/LedgerHQ/ledger-live/pull/6596) [`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11) Thanks [@KVNLS](https://github.com/KVNLS)! - Upgrade React Native to version 0.73.6
10
8
 
11
9
  ### Patch Changes
12
10
 
13
- - Updated dependencies [[`815ae3d`](https://github.com/LedgerHQ/ledger-live/commit/815ae3dae8027823854ada837df3dc983d09b10f)]:
14
- - @ledgerhq/errors@6.17.0-nightly.2
15
-
16
- ## 8.4.0-nightly.1
17
-
18
- ### Patch Changes
11
+ - [#7017](https://github.com/LedgerHQ/ledger-live/pull/7017) [`3b9c93c`](https://github.com/LedgerHQ/ledger-live/commit/3b9c93c0de8ceff2af96a6ee8e42b8d9c2ab7af0) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - Add type narrowing helper isDeviceModelId
19
12
 
20
- - Updated dependencies [[`cec1599`](https://github.com/LedgerHQ/ledger-live/commit/cec1599a41aa1a18a249e34312164bc93b63972f)]:
21
- - @ledgerhq/errors@6.17.0-nightly.1
13
+ - Updated dependencies [[`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11), [`815ae3d`](https://github.com/LedgerHQ/ledger-live/commit/815ae3dae8027823854ada837df3dc983d09b10f), [`cec1599`](https://github.com/LedgerHQ/ledger-live/commit/cec1599a41aa1a18a249e34312164bc93b63972f)]:
14
+ - @ledgerhq/errors@6.17.0
22
15
 
23
- ## 8.4.0-nightly.0
16
+ ## 8.4.0-next.0
24
17
 
25
18
  ### Minor Changes
26
19
 
@@ -28,8 +21,10 @@
28
21
 
29
22
  ### Patch Changes
30
23
 
31
- - Updated dependencies [[`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11)]:
32
- - @ledgerhq/errors@6.17.0-nightly.0
24
+ - [#7017](https://github.com/LedgerHQ/ledger-live/pull/7017) [`3b9c93c`](https://github.com/LedgerHQ/ledger-live/commit/3b9c93c0de8ceff2af96a6ee8e42b8d9c2ab7af0) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - Add type narrowing helper isDeviceModelId
25
+
26
+ - Updated dependencies [[`77fa530`](https://github.com/LedgerHQ/ledger-live/commit/77fa530c8626df94fa7f9c0a8b3a99f2efa7cb11), [`815ae3d`](https://github.com/LedgerHQ/ledger-live/commit/815ae3dae8027823854ada837df3dc983d09b10f), [`cec1599`](https://github.com/LedgerHQ/ledger-live/commit/cec1599a41aa1a18a249e34312164bc93b63972f)]:
27
+ - @ledgerhq/errors@6.17.0-next.0
33
28
 
34
29
  ## 8.3.0
35
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/devices",
3
- "version": "8.4.0-nightly.3",
3
+ "version": "8.4.0",
4
4
  "description": "Ledger devices",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -55,7 +55,7 @@
55
55
  "dependencies": {
56
56
  "rxjs": "^7.8.1",
57
57
  "semver": "^7.3.5",
58
- "@ledgerhq/errors": "^6.17.0-nightly.2",
58
+ "@ledgerhq/errors": "^6.17.0",
59
59
  "@ledgerhq/logs": "^6.12.0"
60
60
  },
61
61
  "devDependencies": {