@ledgerhq/coin-tezos 0.6.4-nightly.1 → 0.6.4

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@0.6.4-nightly.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-tezos
2
+ > @ledgerhq/coin-tezos@0.6.4 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-tezos
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,20 +1,32 @@
1
1
  # @ledgerhq/coin-tezos
2
2
 
3
- ## 0.6.4-nightly.1
3
+ ## 0.6.4
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`81cd773`](https://github.com/LedgerHQ/ledger-live/commit/81cd7735a3c94628b6d4825b736ef12a0b74d3a3)]:
8
- - @ledgerhq/types-live@6.52.1-nightly.1
9
- - @ledgerhq/coin-framework@0.18.3-nightly.1
7
+ - [#8004](https://github.com/LedgerHQ/ledger-live/pull/8004) [`e3e46e5`](https://github.com/LedgerHQ/ledger-live/commit/e3e46e5efa4e7955ffc7a3bf1f7dd333aa6a5806) Thanks [@qperrot](https://github.com/qperrot)! - Tezos send full balance
10
8
 
11
- ## 0.6.4-nightly.0
9
+ - [#8004](https://github.com/LedgerHQ/ledger-live/pull/8004) [`28ab0bc`](https://github.com/LedgerHQ/ledger-live/commit/28ab0bc6b441d8dac1d7c8dc4d5bd6b88031eeb5) Thanks [@qperrot](https://github.com/qperrot)! - Tezos send full balance and fix algorand format issue
10
+
11
+ - Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]:
12
+ - @ledgerhq/types-live@6.52.1
13
+ - @ledgerhq/coin-framework@0.18.3
14
+ - @ledgerhq/cryptoassets@13.6.1
15
+ - @ledgerhq/live-network@2.0.2
16
+
17
+ ## 0.6.4-next.0
12
18
 
13
19
  ### Patch Changes
14
20
 
15
- - Updated dependencies [[`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]:
16
- - @ledgerhq/types-live@6.52.1-nightly.0
17
- - @ledgerhq/coin-framework@0.18.3-nightly.0
21
+ - [#8004](https://github.com/LedgerHQ/ledger-live/pull/8004) [`e3e46e5`](https://github.com/LedgerHQ/ledger-live/commit/e3e46e5efa4e7955ffc7a3bf1f7dd333aa6a5806) Thanks [@qperrot](https://github.com/qperrot)! - Tezos send full balance
22
+
23
+ - [#8004](https://github.com/LedgerHQ/ledger-live/pull/8004) [`28ab0bc`](https://github.com/LedgerHQ/ledger-live/commit/28ab0bc6b441d8dac1d7c8dc4d5bd6b88031eeb5) Thanks [@qperrot](https://github.com/qperrot)! - Tezos send full balance and fix algorand format issue
24
+
25
+ - Updated dependencies [[`642c714`](https://github.com/LedgerHQ/ledger-live/commit/642c714d52eaaccb1b8ac3a2ee0391b641d19303), [`1b3a21d`](https://github.com/LedgerHQ/ledger-live/commit/1b3a21d5d8496c42f4dec4116fdcf59ad6f038cd), [`0a16ae4`](https://github.com/LedgerHQ/ledger-live/commit/0a16ae4cb58ad9f2e67c7f3494b0dc52cb7423a1), [`00cab1d`](https://github.com/LedgerHQ/ledger-live/commit/00cab1db1d67eb0cf35059eeeb9e2d8bd328f8f3)]:
26
+ - @ledgerhq/types-live@6.52.1-next.0
27
+ - @ledgerhq/coin-framework@0.18.3-next.0
28
+ - @ledgerhq/cryptoassets@13.6.1-next.0
29
+ - @ledgerhq/live-network@2.0.2-next.0
18
30
 
19
31
  ## 0.6.3
20
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-tezos",
3
- "version": "0.6.4-nightly.1",
3
+ "version": "0.6.4",
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": "^0.18.3-nightly.1",
81
- "@ledgerhq/cryptoassets": "^13.6.0",
80
+ "@ledgerhq/coin-framework": "^0.18.3",
81
+ "@ledgerhq/cryptoassets": "^13.6.1",
82
82
  "@ledgerhq/devices": "^8.4.4",
83
83
  "@ledgerhq/errors": "^6.19.1",
84
- "@ledgerhq/live-network": "^2.0.2-nightly.0",
84
+ "@ledgerhq/live-network": "^2.0.2",
85
85
  "@ledgerhq/logs": "^6.12.0",
86
86
  "@ledgerhq/types-cryptoassets": "^7.16.0",
87
- "@ledgerhq/types-live": "^6.52.1-nightly.1"
87
+ "@ledgerhq/types-live": "^6.52.1"
88
88
  },
89
89
  "devDependencies": {
90
90
  "@faker-js/faker": "^8.4.1",