@ledgerhq/coin-tezos 5.2.0-nightly.0 → 5.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-tezos@5.1.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-tezos
2
+ > @ledgerhq/coin-tezos@5.2.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-tezos
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,11 +1,37 @@
1
1
  # @ledgerhq/coin-tezos
2
2
 
3
- ## 5.2.0-nightly.0
3
+ ## 5.2.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - [#10282](https://github.com/LedgerHQ/ledger-live/pull/10282) [`04f80e3`](https://github.com/LedgerHQ/ledger-live/commit/04f80e344159cc9729512ad36b502a339e30dfb8) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - upgraded Taquito to v22.0.0 to support new tezos protocol rio
8
8
 
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`107f35a`](https://github.com/LedgerHQ/ledger-live/commit/107f35a0650412716b088a3503b86435e6d9cf47), [`6253e0e`](https://github.com/LedgerHQ/ledger-live/commit/6253e0e3efcd1a29543cda55c9a5269f97aa770f), [`9081c26`](https://github.com/LedgerHQ/ledger-live/commit/9081c2648490f977469a33762a3c67bb2c2a0be5), [`eff3c94`](https://github.com/LedgerHQ/ledger-live/commit/eff3c94c1eded61518097a4544c3f5b25db1e28a)]:
12
+ - @ledgerhq/cryptoassets@13.18.0
13
+ - @ledgerhq/errors@6.21.0
14
+ - @ledgerhq/coin-framework@5.1.0
15
+ - @ledgerhq/types-live@6.71.0
16
+ - @ledgerhq/devices@8.4.5
17
+ - @ledgerhq/live-network@2.0.8
18
+
19
+ ## 5.2.0-next.0
20
+
21
+ ### Minor Changes
22
+
23
+ - [#10282](https://github.com/LedgerHQ/ledger-live/pull/10282) [`04f80e3`](https://github.com/LedgerHQ/ledger-live/commit/04f80e344159cc9729512ad36b502a339e30dfb8) Thanks [@francois-guerin-ledger](https://github.com/francois-guerin-ledger)! - upgraded Taquito to v22.0.0 to support new tezos protocol rio
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [[`107f35a`](https://github.com/LedgerHQ/ledger-live/commit/107f35a0650412716b088a3503b86435e6d9cf47), [`6253e0e`](https://github.com/LedgerHQ/ledger-live/commit/6253e0e3efcd1a29543cda55c9a5269f97aa770f), [`9081c26`](https://github.com/LedgerHQ/ledger-live/commit/9081c2648490f977469a33762a3c67bb2c2a0be5), [`eff3c94`](https://github.com/LedgerHQ/ledger-live/commit/eff3c94c1eded61518097a4544c3f5b25db1e28a)]:
28
+ - @ledgerhq/cryptoassets@13.18.0-next.0
29
+ - @ledgerhq/errors@6.21.0-next.0
30
+ - @ledgerhq/coin-framework@5.1.0-next.0
31
+ - @ledgerhq/types-live@6.71.0-next.0
32
+ - @ledgerhq/devices@8.4.5-next.0
33
+ - @ledgerhq/live-network@2.0.8-next.0
34
+
9
35
  ## 5.1.0
10
36
 
11
37
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-tezos",
3
- "version": "5.2.0-nightly.0",
3
+ "version": "5.2.0",
4
4
  "description": "Tezos Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -77,14 +77,14 @@
77
77
  "invariant": "^2.2.4",
78
78
  "lodash": "^4.17.21",
79
79
  "rxjs": "^7.8.1",
80
- "@ledgerhq/coin-framework": "^5.0.2",
81
- "@ledgerhq/cryptoassets": "^13.17.0",
82
- "@ledgerhq/devices": "8.4.5-nightly.2",
83
- "@ledgerhq/errors": "^6.21.0-nightly.0",
84
- "@ledgerhq/live-network": "^2.0.8-nightly.1",
85
- "@ledgerhq/logs": "^6.12.0",
80
+ "@ledgerhq/coin-framework": "^5.1.0",
81
+ "@ledgerhq/cryptoassets": "^13.18.0",
82
+ "@ledgerhq/devices": "8.4.5",
83
+ "@ledgerhq/errors": "^6.21.0",
84
+ "@ledgerhq/live-network": "^2.0.8",
86
85
  "@ledgerhq/types-cryptoassets": "^7.23.0",
87
- "@ledgerhq/types-live": "^6.71.0-nightly.1"
86
+ "@ledgerhq/types-live": "^6.71.0",
87
+ "@ledgerhq/logs": "^6.12.0"
88
88
  },
89
89
  "devDependencies": {
90
90
  "@faker-js/faker": "^8.4.1",