@ledgerhq/coin-icon 0.4.13-nightly.1 → 0.5.0-next.1

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.4.13-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-icon
2
+ > @ledgerhq/coin-icon@0.5.0-next.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-icon
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,24 +1,26 @@
1
1
  # @ledgerhq/coin-algorand
2
2
 
3
- ## 0.4.13-nightly.1
3
+ ## 0.5.0-next.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`d98a964`](https://github.com/LedgerHQ/ledger-live/commit/d98a96476c3d44eab1575f6c7c58ec03b5daf890)]:
8
- - @ledgerhq/types-cryptoassets@7.18.0-nightly.1
9
- - @ledgerhq/cryptoassets@13.8.0-nightly.2
10
- - @ledgerhq/types-live@6.56.0-nightly.0
11
- - @ledgerhq/coin-framework@0.21.0-nightly.1
12
- - @ledgerhq/live-env@2.5.0-nightly.0
13
- - @ledgerhq/live-network@2.0.4-nightly.0
7
+ - Updated dependencies [[`6d050fd`](https://github.com/LedgerHQ/ledger-live/commit/6d050fda707a63cff15cee797ea1167a0219aa32)]:
8
+ - @ledgerhq/types-live@6.56.0-next.1
9
+ - @ledgerhq/coin-framework@0.21.0-next.1
14
10
 
15
- ## 0.4.13-nightly.0
11
+ ## 0.5.0-next.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#8499](https://github.com/LedgerHQ/ledger-live/pull/8499) [`9820a8f`](https://github.com/LedgerHQ/ledger-live/commit/9820a8f8ec66cf114b23c3c3b92474d250b8bf01) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Exchange function is now in coin-modules
16
16
 
17
17
  ### Patch Changes
18
18
 
19
- - Updated dependencies [[`1f62290`](https://github.com/LedgerHQ/ledger-live/commit/1f622907dd108fced66a36be1d8d8738d41303c9)]:
20
- - @ledgerhq/cryptoassets@13.8.0-nightly.1
21
- - @ledgerhq/coin-framework@0.20.2-nightly.0
19
+ - Updated dependencies [[`9820a8f`](https://github.com/LedgerHQ/ledger-live/commit/9820a8f8ec66cf114b23c3c3b92474d250b8bf01), [`50b00c7`](https://github.com/LedgerHQ/ledger-live/commit/50b00c73e39af99c7d749bf57d5ef2f2e4942f2d), [`6cd5ecd`](https://github.com/LedgerHQ/ledger-live/commit/6cd5ecdedaed090d47a4df18db3c36f990de60e5), [`1fa754d`](https://github.com/LedgerHQ/ledger-live/commit/1fa754deed730bb3dd8d05cb4e83e8c8d1b33ad1), [`be4233c`](https://github.com/LedgerHQ/ledger-live/commit/be4233ce713b90dc3ad335c330ca9d6509bf23e3), [`2ae713b`](https://github.com/LedgerHQ/ledger-live/commit/2ae713b20c1da18ef33beb730f41fb3ea2990e44), [`1f62290`](https://github.com/LedgerHQ/ledger-live/commit/1f622907dd108fced66a36be1d8d8738d41303c9), [`fe81150`](https://github.com/LedgerHQ/ledger-live/commit/fe811500ae626cab1995ccf8bd8cb8aa8e74bb40), [`9d8e34e`](https://github.com/LedgerHQ/ledger-live/commit/9d8e34eee5d77c6620298def250e85eda6b606b7)]:
20
+ - @ledgerhq/types-live@6.56.0-next.0
21
+ - @ledgerhq/coin-framework@0.21.0-next.0
22
+ - @ledgerhq/cryptoassets@13.8.0-next.0
23
+ - @ledgerhq/types-cryptoassets@7.18.0-next.0
22
24
 
23
25
  ## 0.4.12
24
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-icon",
3
- "version": "0.4.13-nightly.1",
3
+ "version": "0.5.0-next.1",
4
4
  "description": "Ledger Icon Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -52,16 +52,16 @@
52
52
  "lodash": "^4.17.21",
53
53
  "prando": "^6.0.1",
54
54
  "rxjs": "^7.8.1",
55
- "@ledgerhq/coin-framework": "^0.21.0-nightly.1",
56
- "@ledgerhq/cryptoassets": "^13.8.0-nightly.2",
55
+ "@ledgerhq/coin-framework": "^0.21.0-next.1",
56
+ "@ledgerhq/cryptoassets": "^13.8.0-next.0",
57
57
  "@ledgerhq/devices": "8.4.4",
58
58
  "@ledgerhq/errors": "^6.19.1",
59
- "@ledgerhq/live-env": "^2.5.0-nightly.0",
60
- "@ledgerhq/live-network": "^2.0.4-nightly.0",
59
+ "@ledgerhq/live-env": "^2.4.1",
60
+ "@ledgerhq/live-network": "^2.0.3",
61
61
  "@ledgerhq/live-promise": "^0.1.0",
62
62
  "@ledgerhq/logs": "^6.12.0",
63
- "@ledgerhq/types-cryptoassets": "^7.18.0-nightly.1",
64
- "@ledgerhq/types-live": "^6.56.0-nightly.0"
63
+ "@ledgerhq/types-cryptoassets": "^7.18.0-next.0",
64
+ "@ledgerhq/types-live": "^6.56.0-next.1"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@types/invariant": "^2.2.2",