@ledgerhq/coin-polkadot 6.24.0 → 6.24.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @ledgerhq/coin-polkadot
2
2
 
3
+ ## 6.24.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`202cc42`](https://github.com/LedgerHQ/ledger-live/commit/202cc423b09662b5b25012b84124aecd4dc7245d)]:
8
+ - @ledgerhq/errors@6.34.1
9
+ - @ledgerhq/ledger-wallet-framework@1.3.2
10
+ - @ledgerhq/cryptoassets@13.46.2
11
+ - @ledgerhq/devices@8.14.2
12
+ - @ledgerhq/live-network@2.5.2
13
+
14
+ ## 6.24.1-hotfix.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [[`202cc42`](https://github.com/LedgerHQ/ledger-live/commit/202cc423b09662b5b25012b84124aecd4dc7245d)]:
19
+ - @ledgerhq/errors@6.34.1-hotfix.0
20
+ - @ledgerhq/ledger-wallet-framework@1.3.2-hotfix.0
21
+ - @ledgerhq/cryptoassets@13.46.2-hotfix.0
22
+ - @ledgerhq/devices@8.14.2-hotfix.0
23
+ - @ledgerhq/live-network@2.5.2-hotfix.0
24
+
3
25
  ## 6.24.0
4
26
 
5
27
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-polkadot",
3
- "version": "6.24.0",
3
+ "version": "6.24.1",
4
4
  "description": "Ledger Polkadot Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -133,11 +133,11 @@
133
133
  "invariant": "^2.2.2",
134
134
  "lodash": "^4.17.21",
135
135
  "rxjs": "7.8.2",
136
- "@ledgerhq/cryptoassets": "^13.46.1",
137
- "@ledgerhq/devices": "8.14.1",
138
- "@ledgerhq/errors": "^6.34.0",
139
- "@ledgerhq/ledger-wallet-framework": "^1.3.1",
140
- "@ledgerhq/live-network": "^2.5.1",
136
+ "@ledgerhq/cryptoassets": "^13.46.2",
137
+ "@ledgerhq/devices": "8.14.2",
138
+ "@ledgerhq/errors": "^6.34.1",
139
+ "@ledgerhq/ledger-wallet-framework": "^1.3.2",
140
+ "@ledgerhq/live-network": "^2.5.2",
141
141
  "@ledgerhq/logs": "^6.17.0",
142
142
  "@ledgerhq/types-cryptoassets": "^7.36.0",
143
143
  "@ledgerhq/types-live": "^6.106.0"
@@ -160,7 +160,7 @@
160
160
  "ts-node": "^10.9.2",
161
161
  "typescript": "6.0.2",
162
162
  "@ledgerhq/disable-network-setup": "^0.3.0",
163
- "@ledgerhq/hw-app-polkadot": "^6.38.1"
163
+ "@ledgerhq/hw-app-polkadot": "^6.38.2"
164
164
  },
165
165
  "scripts": {
166
166
  "clean": "rimraf lib lib-es",