@ledgerhq/coin-icon 0.8.0-nightly.1 → 0.8.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/coin-icon@0.8.0-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-icon
2
+ > @ledgerhq/coin-icon@0.8.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-icon
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,13 +1,18 @@
1
1
  # @ledgerhq/coin-algorand
2
2
 
3
- ## 0.8.0-nightly.1
3
+ ## 0.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#9472](https://github.com/LedgerHQ/ledger-live/pull/9472) [`9c4c82e`](https://github.com/LedgerHQ/ledger-live/commit/9c4c82e8e81aaadfc1132f0a25812be094e54453) Thanks [@KVNLS](https://github.com/KVNLS)! - Fix elliptic library version used
4
8
 
5
9
  ### Patch Changes
6
10
 
7
- - Updated dependencies [[`5f27549`](https://github.com/LedgerHQ/ledger-live/commit/5f275498e80060f98238a54e8ae3e2c94bfd7c91)]:
8
- - @ledgerhq/coin-framework@2.3.0-nightly.1
11
+ - Updated dependencies [[`5abde51`](https://github.com/LedgerHQ/ledger-live/commit/5abde5192d32f493ece2f99aec0e2de0c411f9e5), [`cc00249`](https://github.com/LedgerHQ/ledger-live/commit/cc002495f3e107aba283a3aa4abca90954de6d76)]:
12
+ - @ledgerhq/types-live@6.63.0
13
+ - @ledgerhq/coin-framework@2.3.0
9
14
 
10
- ## 0.8.0-nightly.0
15
+ ## 0.8.0-next.0
11
16
 
12
17
  ### Minor Changes
13
18
 
@@ -15,9 +20,9 @@
15
20
 
16
21
  ### Patch Changes
17
22
 
18
- - Updated dependencies [[`fa8b10c`](https://github.com/LedgerHQ/ledger-live/commit/fa8b10cac5603eedd7c2309d2bb544a7d2d1a1a8), [`5abde51`](https://github.com/LedgerHQ/ledger-live/commit/5abde5192d32f493ece2f99aec0e2de0c411f9e5), [`cc00249`](https://github.com/LedgerHQ/ledger-live/commit/cc002495f3e107aba283a3aa4abca90954de6d76), [`c15d7ea`](https://github.com/LedgerHQ/ledger-live/commit/c15d7ea48e41168726a90a17809175aee5bfa940), [`b8fca38`](https://github.com/LedgerHQ/ledger-live/commit/b8fca386fa07cf393109a1928e92dfc790f9c286)]:
19
- - @ledgerhq/types-live@6.63.0-nightly.0
20
- - @ledgerhq/coin-framework@2.3.0-nightly.0
23
+ - Updated dependencies [[`5abde51`](https://github.com/LedgerHQ/ledger-live/commit/5abde5192d32f493ece2f99aec0e2de0c411f9e5), [`cc00249`](https://github.com/LedgerHQ/ledger-live/commit/cc002495f3e107aba283a3aa4abca90954de6d76)]:
24
+ - @ledgerhq/types-live@6.63.0-next.0
25
+ - @ledgerhq/coin-framework@2.3.0-next.0
21
26
 
22
27
  ## 0.7.0
23
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-icon",
3
- "version": "0.8.0-nightly.1",
3
+ "version": "0.8.0",
4
4
  "description": "Ledger Icon Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -52,7 +52,7 @@
52
52
  "lodash": "^4.17.21",
53
53
  "prando": "^6.0.1",
54
54
  "rxjs": "^7.8.1",
55
- "@ledgerhq/coin-framework": "^2.3.0-nightly.1",
55
+ "@ledgerhq/coin-framework": "^2.3.0",
56
56
  "@ledgerhq/cryptoassets": "^13.13.0",
57
57
  "@ledgerhq/devices": "8.4.4",
58
58
  "@ledgerhq/errors": "^6.19.1",
@@ -61,7 +61,7 @@
61
61
  "@ledgerhq/live-promise": "^0.1.0",
62
62
  "@ledgerhq/logs": "^6.12.0",
63
63
  "@ledgerhq/types-cryptoassets": "^7.20.0",
64
- "@ledgerhq/types-live": "^6.63.0-nightly.0"
64
+ "@ledgerhq/types-live": "^6.63.0"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@types/invariant": "^2.2.2",