@ledgerhq/coin-tezos 5.1.0-nightly.2 → 5.1.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-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-tezos
2
+ > @ledgerhq/coin-tezos@5.1.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,26 +1,44 @@
1
1
  # @ledgerhq/coin-tezos
2
2
 
3
- ## 5.1.0-nightly.2
3
+ ## 5.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#10188](https://github.com/LedgerHQ/ledger-live/pull/10188) [`7dbf446`](https://github.com/LedgerHQ/ledger-live/commit/7dbf446811bbc99a15a04bc1294c6b3b8401f667) Thanks [@jnicoulaud-ledger](https://github.com/jnicoulaud-ledger)! - [coin-modules][tezos] fix tezos transaction crafting setting gasLimit/storageLimit to 0
4
8
 
5
9
  ### Patch Changes
6
10
 
7
11
  - Updated dependencies [[`f92f49a`](https://github.com/LedgerHQ/ledger-live/commit/f92f49a003767b83b94955e920cfac8cd565c162)]:
8
- - @ledgerhq/cryptoassets@13.17.0-nightly.0
9
- - @ledgerhq/coin-framework@5.0.1-nightly.1
12
+ - @ledgerhq/cryptoassets@13.17.0
13
+ - @ledgerhq/coin-framework@5.0.2
10
14
 
11
- ## 5.1.0-nightly.1
15
+ ## 5.1.0-next.0
12
16
 
13
17
  ### Minor Changes
14
18
 
15
19
  - [#10188](https://github.com/LedgerHQ/ledger-live/pull/10188) [`7dbf446`](https://github.com/LedgerHQ/ledger-live/commit/7dbf446811bbc99a15a04bc1294c6b3b8401f667) Thanks [@jnicoulaud-ledger](https://github.com/jnicoulaud-ledger)! - [coin-modules][tezos] fix tezos transaction crafting setting gasLimit/storageLimit to 0
16
20
 
17
- ## 5.0.1-nightly.0
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [[`f92f49a`](https://github.com/LedgerHQ/ledger-live/commit/f92f49a003767b83b94955e920cfac8cd565c162)]:
24
+ - @ledgerhq/cryptoassets@13.17.0-next.0
25
+ - @ledgerhq/coin-framework@5.0.2-next.0
26
+
27
+ ## 5.0.1
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [[`a7ba19c`](https://github.com/LedgerHQ/ledger-live/commit/a7ba19cfa5a895572edfcf036a10d2af83efdf38), [`91fe526`](https://github.com/LedgerHQ/ledger-live/commit/91fe526be2710f0fb18b4d035a5d8de630b3d4b5)]:
32
+ - @ledgerhq/types-live@6.70.0
33
+ - @ledgerhq/coin-framework@5.0.1
34
+
35
+ ## 5.0.1-next.0
18
36
 
19
37
  ### Patch Changes
20
38
 
21
- - Updated dependencies [[`91fe526`](https://github.com/LedgerHQ/ledger-live/commit/91fe526be2710f0fb18b4d035a5d8de630b3d4b5)]:
22
- - @ledgerhq/types-live@6.70.0-nightly.0
23
- - @ledgerhq/coin-framework@5.0.1-nightly.0
39
+ - Updated dependencies [[`a7ba19c`](https://github.com/LedgerHQ/ledger-live/commit/a7ba19cfa5a895572edfcf036a10d2af83efdf38), [`91fe526`](https://github.com/LedgerHQ/ledger-live/commit/91fe526be2710f0fb18b4d035a5d8de630b3d4b5)]:
40
+ - @ledgerhq/types-live@6.70.0-next.0
41
+ - @ledgerhq/coin-framework@5.0.1-next.0
24
42
 
25
43
  ## 5.0.0
26
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-tezos",
3
- "version": "5.1.0-nightly.2",
3
+ "version": "5.1.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.1-nightly.1",
81
- "@ledgerhq/cryptoassets": "^13.17.0-nightly.0",
82
- "@ledgerhq/devices": "8.4.5-nightly.0",
80
+ "@ledgerhq/coin-framework": "^5.0.2",
81
+ "@ledgerhq/cryptoassets": "^13.17.0",
82
+ "@ledgerhq/devices": "8.4.4",
83
+ "@ledgerhq/errors": "^6.19.1",
83
84
  "@ledgerhq/live-network": "^2.0.7",
84
- "@ledgerhq/errors": "^6.20.0-nightly.0",
85
85
  "@ledgerhq/logs": "^6.12.0",
86
86
  "@ledgerhq/types-cryptoassets": "^7.23.0",
87
- "@ledgerhq/types-live": "^6.70.0-nightly.0"
87
+ "@ledgerhq/types-live": "^6.70.0"
88
88
  },
89
89
  "devDependencies": {
90
90
  "@faker-js/faker": "^8.4.1",