@ledgerhq/coin-ton 0.11.0 → 0.12.0-next.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @ledgerhq/coin-ton
2
2
 
3
+ ## 0.12.0-next.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#10256](https://github.com/LedgerHQ/ledger-live/pull/10256) [`150ac67`](https://github.com/LedgerHQ/ledger-live/commit/150ac67c38c0ce43dd0632a71467f49a81068b94) Thanks [@Canestin](https://github.com/Canestin)! - feat: show ton tokens in swap history
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`4ddfe60`](https://github.com/LedgerHQ/ledger-live/commit/4ddfe6060ab8e4e5c0bb89da91e08a02d8ca50e6), [`f42f353`](https://github.com/LedgerHQ/ledger-live/commit/f42f353a593d0a1cd0a237648765080c85d0eea7)]:
12
+ - @ledgerhq/types-live@6.72.0-next.0
13
+ - @ledgerhq/coin-framework@5.2.0-next.0
14
+
3
15
  ## 0.11.0
4
16
 
5
17
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-ton",
3
- "version": "0.11.0",
3
+ "version": "0.12.0-next.0",
4
4
  "description": "Ton Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -54,7 +54,7 @@
54
54
  "lodash": "^4.17.21",
55
55
  "msw": "^2.0.11",
56
56
  "rxjs": "^7.8.1",
57
- "@ledgerhq/coin-framework": "^5.1.0",
57
+ "@ledgerhq/coin-framework": "^5.2.0-next.0",
58
58
  "@ledgerhq/cryptoassets": "^13.18.0",
59
59
  "@ledgerhq/devices": "8.4.5",
60
60
  "@ledgerhq/errors": "^6.21.0",
@@ -62,7 +62,7 @@
62
62
  "@ledgerhq/live-network": "^2.0.8",
63
63
  "@ledgerhq/logs": "^6.12.0",
64
64
  "@ledgerhq/types-cryptoassets": "^7.23.0",
65
- "@ledgerhq/types-live": "^6.71.0"
65
+ "@ledgerhq/types-live": "^6.72.0-next.0"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@types/imurmurhash": "^0.1.4",