@ledgerhq/coin-stacks 0.3.0-nightly.3 → 0.3.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-stacks@0.2.1-nightly.2 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-stacks
2
+ > @ledgerhq/coin-stacks@0.3.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-stacks
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,34 +1,38 @@
1
1
  # @ledgerhq/coin-stacks
2
2
 
3
- ## 0.3.0-nightly.3
3
+ ## 0.3.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - [#8604](https://github.com/LedgerHQ/ledger-live/pull/8604) [`dfe2636`](https://github.com/LedgerHQ/ledger-live/commit/dfe2636fd414e0d90a89962d6477b17c3838adc8) Thanks [@thesan](https://github.com/thesan)! - Truncate Stacks memos in the input to prevent the transaction validation from failing
8
-
9
- ## 0.2.1-nightly.2
7
+ - [#8624](https://github.com/LedgerHQ/ledger-live/pull/8624) [`16a4794`](https://github.com/LedgerHQ/ledger-live/commit/16a479420976c4c12fb8984dcba9cf572c576292) Thanks [@thesan](https://github.com/thesan)! - Truncate Stacks memos in the input to prevent the transaction validation from failing
10
8
 
11
9
  ### Patch Changes
12
10
 
13
- - Updated dependencies [[`1447c15`](https://github.com/LedgerHQ/ledger-live/commit/1447c15a698a40aeb4b1b8ac5c587b9036afe647)]:
14
- - @ledgerhq/types-live@6.55.0-nightly.2
15
- - @ledgerhq/coin-framework@0.20.1-nightly.2
11
+ - Updated dependencies [[`40f1cd4`](https://github.com/LedgerHQ/ledger-live/commit/40f1cd4c22d17480dcf86c73e90a07866667b0ba), [`c45ee45`](https://github.com/LedgerHQ/ledger-live/commit/c45ee457a9f5500ae42f2a8fb7f0cfb7926f319b), [`322fd58`](https://github.com/LedgerHQ/ledger-live/commit/322fd58ffcde6d592eb27af1fd93f8c45d33205c), [`61aedb7`](https://github.com/LedgerHQ/ledger-live/commit/61aedb7bbd45e73d6bc2b53e55f562262d5c5fa7)]:
12
+ - @ledgerhq/types-live@6.55.0
13
+ - @ledgerhq/coin-framework@0.20.1
14
+
15
+ ## 0.3.0-next.2
16
+
17
+ ### Minor Changes
18
+
19
+ - [#8624](https://github.com/LedgerHQ/ledger-live/pull/8624) [`16a4794`](https://github.com/LedgerHQ/ledger-live/commit/16a479420976c4c12fb8984dcba9cf572c576292) Thanks [@thesan](https://github.com/thesan)! - Truncate Stacks memos in the input to prevent the transaction validation from failing
16
20
 
17
- ## 0.2.1-nightly.1
21
+ ## 0.2.1-next.1
18
22
 
19
23
  ### Patch Changes
20
24
 
21
- - Updated dependencies [[`be4233c`](https://github.com/LedgerHQ/ledger-live/commit/be4233ce713b90dc3ad335c330ca9d6509bf23e3), [`fe81150`](https://github.com/LedgerHQ/ledger-live/commit/fe811500ae626cab1995ccf8bd8cb8aa8e74bb40)]:
22
- - @ledgerhq/types-live@6.55.0-nightly.1
23
- - @ledgerhq/coin-framework@0.20.1-nightly.1
25
+ - Updated dependencies [[`61aedb7`](https://github.com/LedgerHQ/ledger-live/commit/61aedb7bbd45e73d6bc2b53e55f562262d5c5fa7)]:
26
+ - @ledgerhq/types-live@6.55.0-next.1
27
+ - @ledgerhq/coin-framework@0.20.1-next.1
24
28
 
25
- ## 0.2.1-nightly.0
29
+ ## 0.2.1-next.0
26
30
 
27
31
  ### Patch Changes
28
32
 
29
- - Updated dependencies [[`40f1cd4`](https://github.com/LedgerHQ/ledger-live/commit/40f1cd4c22d17480dcf86c73e90a07866667b0ba)]:
30
- - @ledgerhq/types-live@6.55.0-nightly.0
31
- - @ledgerhq/coin-framework@0.20.1-nightly.0
33
+ - Updated dependencies [[`40f1cd4`](https://github.com/LedgerHQ/ledger-live/commit/40f1cd4c22d17480dcf86c73e90a07866667b0ba), [`c45ee45`](https://github.com/LedgerHQ/ledger-live/commit/c45ee457a9f5500ae42f2a8fb7f0cfb7926f319b), [`322fd58`](https://github.com/LedgerHQ/ledger-live/commit/322fd58ffcde6d592eb27af1fd93f8c45d33205c)]:
34
+ - @ledgerhq/types-live@6.55.0-next.0
35
+ - @ledgerhq/coin-framework@0.20.1-next.0
32
36
 
33
37
  ## 0.2.0
34
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-stacks",
3
- "version": "0.3.0-nightly.3",
3
+ "version": "0.3.0",
4
4
  "description": "Ledger Stacks Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -93,7 +93,7 @@
93
93
  "@stacks/network": "6.10.0",
94
94
  "@stacks/transactions": "6.11.0",
95
95
  "@zondax/ledger-stacks": "^1.0.2",
96
- "@ledgerhq/coin-framework": "^0.20.1-nightly.2",
96
+ "@ledgerhq/coin-framework": "^0.20.1",
97
97
  "@ledgerhq/cryptoassets": "^13.7.0",
98
98
  "@ledgerhq/devices": "8.4.4",
99
99
  "@ledgerhq/errors": "^6.19.1",
@@ -101,7 +101,7 @@
101
101
  "@ledgerhq/live-network": "^2.0.3",
102
102
  "@ledgerhq/logs": "^6.12.0",
103
103
  "@ledgerhq/types-cryptoassets": "^7.17.0",
104
- "@ledgerhq/types-live": "^6.55.0-nightly.2"
104
+ "@ledgerhq/types-live": "^6.55.0"
105
105
  },
106
106
  "devDependencies": {
107
107
  "@faker-js/faker": "^8.4.1",