@ledgerhq/coin-polkadot 1.2.0-next.0 → 1.2.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-polkadot@1.1.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-polkadot
2
+ > @ledgerhq/coin-polkadot@1.2.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-polkadot
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @ledgerhq/coin-polkadot
2
2
 
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#7265](https://github.com/LedgerHQ/ledger-live/pull/7265) [`afa03ae`](https://github.com/LedgerHQ/ledger-live/commit/afa03ae921ad1ca7df83dc0ba717c1cc27cb08cd) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Add lastBlock function
8
+
9
+ ### Patch Changes
10
+
11
+ - [#7212](https://github.com/LedgerHQ/ledger-live/pull/7212) [`c540b7a`](https://github.com/LedgerHQ/ledger-live/commit/c540b7a4450e52c0d2ac00afd8f081c9fa650ec4) Thanks [@hzheng-ledger](https://github.com/hzheng-ledger)! - fix polkadot active nomination
12
+
13
+ - Updated dependencies [[`afa03ae`](https://github.com/LedgerHQ/ledger-live/commit/afa03ae921ad1ca7df83dc0ba717c1cc27cb08cd), [`df9b4b7`](https://github.com/LedgerHQ/ledger-live/commit/df9b4b7b699503bb3aab1dc791b28e11ef0d51b9), [`db9c2d7`](https://github.com/LedgerHQ/ledger-live/commit/db9c2d78fb74df586c3ea1b9fb75ce3b014a0f4b), [`87d6bb2`](https://github.com/LedgerHQ/ledger-live/commit/87d6bb2501eac654dc10f45a0f591b28569b3d9f), [`4bd91de`](https://github.com/LedgerHQ/ledger-live/commit/4bd91de13442d12acce3ee83d5f2fd5f087570cf), [`53ff78c`](https://github.com/LedgerHQ/ledger-live/commit/53ff78c541d3ed69a3e74854d77f58a7e0d93978), [`8553b3e`](https://github.com/LedgerHQ/ledger-live/commit/8553b3eef10132396ec580a2d5f20b616f5b18a0), [`52daa39`](https://github.com/LedgerHQ/ledger-live/commit/52daa3998709ac3538afd447fe771faa3e3441be), [`60f1b5c`](https://github.com/LedgerHQ/ledger-live/commit/60f1b5c6cab125f5281468bb3e36f1abfae2d70c), [`60f1b5c`](https://github.com/LedgerHQ/ledger-live/commit/60f1b5c6cab125f5281468bb3e36f1abfae2d70c), [`50b6db6`](https://github.com/LedgerHQ/ledger-live/commit/50b6db67d374a23ba040043aa93e7fbc52685297)]:
14
+ - @ledgerhq/coin-framework@0.17.0
15
+ - @ledgerhq/types-live@6.50.0
16
+ - @ledgerhq/cryptoassets@13.3.0
17
+ - @ledgerhq/types-cryptoassets@7.15.0
18
+ - @ledgerhq/live-env@2.2.0
19
+ - @ledgerhq/live-network@1.4.0
20
+
21
+ ## 1.2.0-next.1
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [[`50b6db6`](https://github.com/LedgerHQ/ledger-live/commit/50b6db67d374a23ba040043aa93e7fbc52685297)]:
26
+ - @ledgerhq/cryptoassets@13.3.0-next.1
27
+ - @ledgerhq/coin-framework@0.17.0-next.1
28
+
3
29
  ## 1.2.0-next.0
4
30
 
5
31
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-polkadot",
3
- "version": "1.2.0-next.0",
3
+ "version": "1.2.0",
4
4
  "description": "Ledger Polkadot Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -119,15 +119,15 @@
119
119
  "invariant": "^2.2.2",
120
120
  "lodash": "^4.17.21",
121
121
  "rxjs": "^7.8.1",
122
- "@ledgerhq/coin-framework": "^0.17.0-next.0",
123
- "@ledgerhq/cryptoassets": "^13.3.0-next.0",
122
+ "@ledgerhq/coin-framework": "^0.17.0",
123
+ "@ledgerhq/cryptoassets": "^13.3.0",
124
124
  "@ledgerhq/devices": "^8.4.2",
125
125
  "@ledgerhq/errors": "^6.18.0",
126
- "@ledgerhq/live-env": "^2.2.0-next.0",
127
- "@ledgerhq/live-network": "^1.4.0-next.0",
126
+ "@ledgerhq/live-env": "^2.2.0",
127
+ "@ledgerhq/live-network": "^1.4.0",
128
128
  "@ledgerhq/logs": "^6.12.0",
129
- "@ledgerhq/types-cryptoassets": "^7.15.0-next.0",
130
- "@ledgerhq/types-live": "^6.50.0-next.0"
129
+ "@ledgerhq/types-cryptoassets": "^7.15.0",
130
+ "@ledgerhq/types-live": "^6.50.0"
131
131
  },
132
132
  "devDependencies": {
133
133
  "@faker-js/faker": "^8.4.1",