@ledgerhq/coin-stellar 0.4.0-nightly.2 → 0.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-stellar@0.3.8-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-stellar
2
+ > @ledgerhq/coin-stellar@0.4.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-stellar
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/coin-stellar
2
2
 
3
- ## 0.4.0-nightly.2
3
+ ## 0.4.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,24 +8,37 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - Updated dependencies [[`daa059a`](https://github.com/LedgerHQ/ledger-live/commit/daa059a90eb4381a0936c4a3703e8061db24072a)]:
12
- - @ledgerhq/coin-framework@0.20.0-nightly.2
11
+ - Updated dependencies [[`0b51d37`](https://github.com/LedgerHQ/ledger-live/commit/0b51d37762c73a88d7204d1fcc3bb60a110568ed), [`724fa8b`](https://github.com/LedgerHQ/ledger-live/commit/724fa8b29cbda74a729c5756f91c5c9b745fdbdb), [`daa059a`](https://github.com/LedgerHQ/ledger-live/commit/daa059a90eb4381a0936c4a3703e8061db24072a)]:
12
+ - @ledgerhq/coin-framework@0.20.0
13
+ - @ledgerhq/types-live@6.54.0
13
14
 
14
- ## 0.3.8-nightly.1
15
+ ## 0.4.0-next.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [#8432](https://github.com/LedgerHQ/ledger-live/pull/8432) [`daa059a`](https://github.com/LedgerHQ/ledger-live/commit/daa059a90eb4381a0936c4a3703e8061db24072a) Thanks [@sprohaszka-ledger](https://github.com/sprohaszka-ledger)! - Alpaca allows delegate and undelegate tx crafting
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [[`0b51d37`](https://github.com/LedgerHQ/ledger-live/commit/0b51d37762c73a88d7204d1fcc3bb60a110568ed), [`724fa8b`](https://github.com/LedgerHQ/ledger-live/commit/724fa8b29cbda74a729c5756f91c5c9b745fdbdb), [`daa059a`](https://github.com/LedgerHQ/ledger-live/commit/daa059a90eb4381a0936c4a3703e8061db24072a)]:
24
+ - @ledgerhq/coin-framework@0.20.0-next.0
25
+ - @ledgerhq/types-live@6.54.0-next.0
26
+
27
+ ## 0.3.8
15
28
 
16
29
  ### Patch Changes
17
30
 
18
- - Updated dependencies [[`0b51d37`](https://github.com/LedgerHQ/ledger-live/commit/0b51d37762c73a88d7204d1fcc3bb60a110568ed), [`724fa8b`](https://github.com/LedgerHQ/ledger-live/commit/724fa8b29cbda74a729c5756f91c5c9b745fdbdb)]:
19
- - @ledgerhq/coin-framework@0.20.0-nightly.1
20
- - @ledgerhq/types-live@6.54.0-nightly.1
31
+ - Updated dependencies [[`5ce33a4`](https://github.com/LedgerHQ/ledger-live/commit/5ce33a417ecc87face54c1864aa49476c5f394b9), [`a52f6ae`](https://github.com/LedgerHQ/ledger-live/commit/a52f6ae3d49ea8daea42d9cdc24e9dd0d6d0f371), [`748cf14`](https://github.com/LedgerHQ/ledger-live/commit/748cf146b3e903172831e7e5ddbc29a3565c8932), [`61f8b03`](https://github.com/LedgerHQ/ledger-live/commit/61f8b033f710369171e277f5c0faede636207160)]:
32
+ - @ledgerhq/types-live@6.53.1
33
+ - @ledgerhq/coin-framework@0.19.1
21
34
 
22
- ## 0.3.8-nightly.0
35
+ ## 0.3.8-next.0
23
36
 
24
37
  ### Patch Changes
25
38
 
26
- - Updated dependencies [[`61f8b03`](https://github.com/LedgerHQ/ledger-live/commit/61f8b033f710369171e277f5c0faede636207160)]:
27
- - @ledgerhq/types-live@6.53.1-nightly.0
28
- - @ledgerhq/coin-framework@0.19.1-nightly.0
39
+ - Updated dependencies [[`5ce33a4`](https://github.com/LedgerHQ/ledger-live/commit/5ce33a417ecc87face54c1864aa49476c5f394b9), [`a52f6ae`](https://github.com/LedgerHQ/ledger-live/commit/a52f6ae3d49ea8daea42d9cdc24e9dd0d6d0f371), [`748cf14`](https://github.com/LedgerHQ/ledger-live/commit/748cf146b3e903172831e7e5ddbc29a3565c8932), [`61f8b03`](https://github.com/LedgerHQ/ledger-live/commit/61f8b033f710369171e277f5c0faede636207160)]:
40
+ - @ledgerhq/types-live@6.53.1-next.0
41
+ - @ledgerhq/coin-framework@0.19.1-next.0
29
42
 
30
43
  ## 0.3.7
31
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-stellar",
3
- "version": "0.4.0-nightly.2",
3
+ "version": "0.4.0",
4
4
  "description": "Ledger Stellar Coin integration",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -107,14 +107,14 @@
107
107
  "expect": "^27.4.6",
108
108
  "invariant": "^2.2.2",
109
109
  "rxjs": "^7.8.1",
110
- "@ledgerhq/coin-framework": "^0.20.0-nightly.2",
110
+ "@ledgerhq/coin-framework": "^0.20.0",
111
111
  "@ledgerhq/cryptoassets": "^13.7.0",
112
112
  "@ledgerhq/devices": "8.4.4",
113
113
  "@ledgerhq/errors": "^6.19.1",
114
114
  "@ledgerhq/live-network": "^2.0.3",
115
115
  "@ledgerhq/logs": "^6.12.0",
116
116
  "@ledgerhq/types-cryptoassets": "^7.17.0",
117
- "@ledgerhq/types-live": "^6.54.0-nightly.1"
117
+ "@ledgerhq/types-live": "^6.54.0"
118
118
  },
119
119
  "devDependencies": {
120
120
  "@faker-js/faker": "^8.4.1",