@ledgerhq/coin-cosmos 0.4.0-next.1 → 0.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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +20 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @ledgerhq/coin-cosmos
|
|
2
2
|
|
|
3
|
+
## 0.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#8592](https://github.com/LedgerHQ/ledger-live/pull/8592) [`9f7da84`](https://github.com/LedgerHQ/ledger-live/commit/9f7da846c730fa1081a8c201ff9094ae31c8f3bb) Thanks [@beths-ledger](https://github.com/beths-ledger)! - Fix broken links to staking docs and any links with docs=true query params that were broken in the zen desk migration.
|
|
8
|
+
|
|
9
|
+
- [#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
|
|
10
|
+
|
|
11
|
+
- [#8374](https://github.com/LedgerHQ/ledger-live/pull/8374) [`50b00c7`](https://github.com/LedgerHQ/ledger-live/commit/50b00c73e39af99c7d749bf57d5ef2f2e4942f2d) Thanks [@qperrot](https://github.com/qperrot)! - move crypto_org into cosmos coin module
|
|
12
|
+
|
|
13
|
+
- [#8704](https://github.com/LedgerHQ/ledger-live/pull/8704) [`1fa754d`](https://github.com/LedgerHQ/ledger-live/commit/1fa754deed730bb3dd8d05cb4e83e8c8d1b33ad1) Thanks [@Canestin](https://github.com/Canestin)! - add xion currency
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 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)]:
|
|
18
|
+
- @ledgerhq/types-live@6.56.0
|
|
19
|
+
- @ledgerhq/coin-framework@0.21.0
|
|
20
|
+
- @ledgerhq/cryptoassets@13.8.0
|
|
21
|
+
- @ledgerhq/types-cryptoassets@7.18.0
|
|
22
|
+
|
|
3
23
|
## 0.4.0-next.1
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/coin-cosmos",
|
|
3
|
-
"version": "0.4.0
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Ledger Cosmos Coin integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger",
|
|
@@ -59,16 +59,16 @@
|
|
|
59
59
|
"prando": "^6.0.1",
|
|
60
60
|
"rxjs": "^7.8.1",
|
|
61
61
|
"semver": "^7.1.3",
|
|
62
|
-
"@ledgerhq/coin-framework": "^0.21.0
|
|
63
|
-
"@ledgerhq/cryptoassets": "^13.8.0
|
|
62
|
+
"@ledgerhq/coin-framework": "^0.21.0",
|
|
63
|
+
"@ledgerhq/cryptoassets": "^13.8.0",
|
|
64
64
|
"@ledgerhq/devices": "8.4.4",
|
|
65
65
|
"@ledgerhq/errors": "^6.19.1",
|
|
66
66
|
"@ledgerhq/live-config": "^3.1.0",
|
|
67
67
|
"@ledgerhq/live-env": "^2.4.1",
|
|
68
68
|
"@ledgerhq/live-network": "^2.0.3",
|
|
69
69
|
"@ledgerhq/logs": "^6.12.0",
|
|
70
|
-
"@ledgerhq/types-cryptoassets": "^7.18.0
|
|
71
|
-
"@ledgerhq/types-live": "^6.56.0
|
|
70
|
+
"@ledgerhq/types-cryptoassets": "^7.18.0",
|
|
71
|
+
"@ledgerhq/types-live": "^6.56.0"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@types/invariant": "^2.2.2",
|