@ledgerhq/coin-solana 0.10.0-next.0 → 0.10.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-solana@0.9.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-solana
2
+ > @ledgerhq/coin-solana@0.10.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-solana
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @ledgerhq/coin-solana
2
2
 
3
+ ## 0.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#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
8
+
9
+ - [#8617](https://github.com/LedgerHQ/ledger-live/pull/8617) [`56fcd2a`](https://github.com/LedgerHQ/ledger-live/commit/56fcd2a295c003eaeff74b31c1ae2ed9e8bac1bb) Thanks [@Canestin](https://github.com/Canestin)! - fix: order the display of solana validators
10
+
11
+ - [#8711](https://github.com/LedgerHQ/ledger-live/pull/8711) [`713cbc8`](https://github.com/LedgerHQ/ledger-live/commit/713cbc8d726d7a511cf1876b39c695c7e391f388) Thanks [@Canestin](https://github.com/Canestin)! - change solana validators order
12
+
13
+ ### Patch Changes
14
+
15
+ - 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), [`6d050fd`](https://github.com/LedgerHQ/ledger-live/commit/6d050fda707a63cff15cee797ea1167a0219aa32), [`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)]:
16
+ - @ledgerhq/types-live@6.56.0
17
+ - @ledgerhq/coin-framework@0.21.0
18
+ - @ledgerhq/cryptoassets@13.8.0
19
+ - @ledgerhq/types-cryptoassets@7.18.0
20
+
21
+ ## 0.10.0-next.1
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [[`6d050fd`](https://github.com/LedgerHQ/ledger-live/commit/6d050fda707a63cff15cee797ea1167a0219aa32)]:
26
+ - @ledgerhq/types-live@6.56.0-next.1
27
+ - @ledgerhq/coin-framework@0.21.0-next.1
28
+
3
29
  ## 0.10.0-next.0
4
30
 
5
31
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-solana",
3
- "version": "0.10.0-next.0",
3
+ "version": "0.10.0",
4
4
  "description": "Ledger Solana Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -54,15 +54,15 @@
54
54
  "object-hash": "^2.2.0",
55
55
  "rxjs": "^7.8.1",
56
56
  "superstruct": "0.14.2",
57
- "@ledgerhq/coin-framework": "^0.21.0-next.0",
58
- "@ledgerhq/cryptoassets": "^13.8.0-next.0",
57
+ "@ledgerhq/coin-framework": "^0.21.0",
58
+ "@ledgerhq/cryptoassets": "^13.8.0",
59
59
  "@ledgerhq/devices": "8.4.4",
60
60
  "@ledgerhq/errors": "^6.19.1",
61
61
  "@ledgerhq/live-env": "^2.4.1",
62
62
  "@ledgerhq/live-network": "^2.0.3",
63
63
  "@ledgerhq/logs": "^6.12.0",
64
- "@ledgerhq/types-cryptoassets": "^7.18.0-next.0",
65
- "@ledgerhq/types-live": "^6.56.0-next.0"
64
+ "@ledgerhq/types-cryptoassets": "^7.18.0",
65
+ "@ledgerhq/types-live": "^6.56.0"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@faker-js/faker": "^8.4.1",