@ledgerhq/coin-tezos 5.4.0-nightly.2 → 5.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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-tezos@5.4.0-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-tezos
2
+ > @ledgerhq/coin-tezos@5.4.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,14 +1,6 @@
1
1
  # @ledgerhq/coin-tezos
2
2
 
3
- ## 5.4.0-nightly.2
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies [[`c3c2069`](https://github.com/LedgerHQ/ledger-live/commit/c3c2069976c43ebca2bce7896036efd071a22814)]:
8
- - @ledgerhq/types-live@6.75.0-nightly.2
9
- - @ledgerhq/coin-framework@5.4.1-nightly.2
10
-
11
- ## 5.4.0-nightly.1
3
+ ## 5.4.0
12
4
 
13
5
  ### Minor Changes
14
6
 
@@ -16,19 +8,25 @@
16
8
 
17
9
  ### Patch Changes
18
10
 
19
- - Updated dependencies [[`2274597`](https://github.com/LedgerHQ/ledger-live/commit/227459709ec157b7e49db4e75c52525e15acd8d2), [`5735489`](https://github.com/LedgerHQ/ledger-live/commit/5735489ddcee66110fc0cccc6bdd696876b8be4d)]:
20
- - @ledgerhq/types-live@6.75.0-nightly.1
21
- - @ledgerhq/cryptoassets@13.20.0-nightly.0
22
- - @ledgerhq/coin-framework@5.4.1-nightly.1
23
- - @ledgerhq/live-network@2.0.12-nightly.0
11
+ - Updated dependencies [[`2274597`](https://github.com/LedgerHQ/ledger-live/commit/227459709ec157b7e49db4e75c52525e15acd8d2), [`7a1b8c8`](https://github.com/LedgerHQ/ledger-live/commit/7a1b8c8e59383efb02676cfe647c5889a31372bc), [`95bcad3`](https://github.com/LedgerHQ/ledger-live/commit/95bcad3cc17aa7b4139a8ae3b08ecfb15a2fbcdc), [`5735489`](https://github.com/LedgerHQ/ledger-live/commit/5735489ddcee66110fc0cccc6bdd696876b8be4d)]:
12
+ - @ledgerhq/types-live@6.75.0
13
+ - @ledgerhq/cryptoassets@13.20.0
14
+ - @ledgerhq/coin-framework@5.4.1
15
+ - @ledgerhq/live-network@2.0.12
24
16
 
25
- ## 5.3.2-nightly.0
17
+ ## 5.4.0-next.0
18
+
19
+ ### Minor Changes
20
+
21
+ - [#10318](https://github.com/LedgerHQ/ledger-live/pull/10318) [`013db08`](https://github.com/LedgerHQ/ledger-live/commit/013db0821557db55b83757df54d00f33eb86f9eb) Thanks [@dmirgaleev](https://github.com/dmirgaleev)! - Upgrade Baking Bad API to the latest version
26
22
 
27
23
  ### Patch Changes
28
24
 
29
- - Updated dependencies [[`95bcad3`](https://github.com/LedgerHQ/ledger-live/commit/95bcad3cc17aa7b4139a8ae3b08ecfb15a2fbcdc)]:
30
- - @ledgerhq/types-live@6.75.0-nightly.0
31
- - @ledgerhq/coin-framework@5.4.1-nightly.0
25
+ - Updated dependencies [[`2274597`](https://github.com/LedgerHQ/ledger-live/commit/227459709ec157b7e49db4e75c52525e15acd8d2), [`7a1b8c8`](https://github.com/LedgerHQ/ledger-live/commit/7a1b8c8e59383efb02676cfe647c5889a31372bc), [`95bcad3`](https://github.com/LedgerHQ/ledger-live/commit/95bcad3cc17aa7b4139a8ae3b08ecfb15a2fbcdc), [`5735489`](https://github.com/LedgerHQ/ledger-live/commit/5735489ddcee66110fc0cccc6bdd696876b8be4d)]:
26
+ - @ledgerhq/types-live@6.75.0-next.0
27
+ - @ledgerhq/cryptoassets@13.20.0-next.0
28
+ - @ledgerhq/coin-framework@5.4.1-next.0
29
+ - @ledgerhq/live-network@2.0.12-next.0
32
30
 
33
31
  ## 5.3.1
34
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-tezos",
3
- "version": "5.4.0-nightly.2",
3
+ "version": "5.4.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.4.1-nightly.2",
81
- "@ledgerhq/cryptoassets": "^13.20.0-nightly.0",
80
+ "@ledgerhq/coin-framework": "^5.4.1",
81
+ "@ledgerhq/cryptoassets": "^13.20.0",
82
82
  "@ledgerhq/devices": "8.4.7",
83
83
  "@ledgerhq/errors": "^6.22.0",
84
- "@ledgerhq/live-network": "^2.0.12-nightly.0",
84
+ "@ledgerhq/live-network": "^2.0.12",
85
85
  "@ledgerhq/logs": "^6.13.0",
86
86
  "@ledgerhq/types-cryptoassets": "^7.23.0",
87
- "@ledgerhq/types-live": "^6.75.0-nightly.2"
87
+ "@ledgerhq/types-live": "^6.75.0"
88
88
  },
89
89
  "devDependencies": {
90
90
  "@faker-js/faker": "^8.4.1",