@ledgerhq/coin-concordium 0.9.1 → 0.9.2

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 +20 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @ledgerhq/coin-concordium
2
2
 
3
+ ## 0.9.2
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/live-network@2.5.2
12
+
13
+ ## 0.9.2-hotfix.0
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`202cc42`](https://github.com/LedgerHQ/ledger-live/commit/202cc423b09662b5b25012b84124aecd4dc7245d)]:
18
+ - @ledgerhq/errors@6.34.1-hotfix.0
19
+ - @ledgerhq/ledger-wallet-framework@1.3.2-hotfix.0
20
+ - @ledgerhq/cryptoassets@13.46.2-hotfix.0
21
+ - @ledgerhq/live-network@2.5.2-hotfix.0
22
+
3
23
  ## 0.9.1
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-concordium",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "Concordium coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -186,12 +186,12 @@
186
186
  "bignumber.js": "^9.1.2",
187
187
  "invariant": "^2.2.4",
188
188
  "rxjs": "7.8.2",
189
- "@ledgerhq/cryptoassets": "^13.46.1",
190
- "@ledgerhq/errors": "^6.34.0",
189
+ "@ledgerhq/cryptoassets": "^13.46.2",
190
+ "@ledgerhq/errors": "^6.34.1",
191
191
  "@ledgerhq/concordium-core": "^0.4.0",
192
- "@ledgerhq/ledger-wallet-framework": "^1.3.1",
192
+ "@ledgerhq/ledger-wallet-framework": "^1.3.2",
193
193
  "@ledgerhq/live-env": "^2.33.0",
194
- "@ledgerhq/live-network": "^2.5.1",
194
+ "@ledgerhq/live-network": "^2.5.2",
195
195
  "@ledgerhq/live-promise": "^0.2.3",
196
196
  "@ledgerhq/logs": "^6.17.0",
197
197
  "@ledgerhq/types-live": "^6.106.0"