@ledgerhq/coin-stellar 0.6.2-nightly.0 → 0.7.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.6.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-stellar
2
+ > @ledgerhq/coin-stellar@0.7.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,14 +1,30 @@
1
1
  # @ledgerhq/coin-stellar
2
2
 
3
- ## 0.6.2-nightly.0
3
+ ## 0.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#8946](https://github.com/LedgerHQ/ledger-live/pull/8946) [`dcf4c42`](https://github.com/LedgerHQ/ledger-live/commit/dcf4c422be682128c2337a94e7b4bc656fdfe099) Thanks [@qperrot](https://github.com/qperrot)! - Fix device actions
4
8
 
5
9
  ### Patch Changes
6
10
 
11
+ - Updated dependencies [[`11c3b8b`](https://github.com/LedgerHQ/ledger-live/commit/11c3b8b27bc4fa996757c58ec7f5beac90c7a425), [`a231c50`](https://github.com/LedgerHQ/ledger-live/commit/a231c5084a24acb0e49efeb3c7ab1f5dbc6fd94b), [`41b153a`](https://github.com/LedgerHQ/ledger-live/commit/41b153adb98ce8de3336563694204d83905dba0e), [`d15a240`](https://github.com/LedgerHQ/ledger-live/commit/d15a2402bbd7f39353059c1cc2f74b9ac0876d3d), [`9534f17`](https://github.com/LedgerHQ/ledger-live/commit/9534f17247e1472b0fee8b993a83264f4e4ab363), [`1524353`](https://github.com/LedgerHQ/ledger-live/commit/152435384370b729183b7898308cbc1f8b61e451)]:
12
+ - @ledgerhq/types-live@6.59.0
13
+ - @ledgerhq/cryptoassets@13.10.0
14
+ - @ledgerhq/coin-framework@0.25.0
15
+
16
+ ## 0.7.0-next.0
17
+
18
+ ### Minor Changes
19
+
7
20
  - [#8946](https://github.com/LedgerHQ/ledger-live/pull/8946) [`dcf4c42`](https://github.com/LedgerHQ/ledger-live/commit/dcf4c422be682128c2337a94e7b4bc656fdfe099) Thanks [@qperrot](https://github.com/qperrot)! - Fix device actions
8
21
 
9
- - Updated dependencies [[`9534f17`](https://github.com/LedgerHQ/ledger-live/commit/9534f17247e1472b0fee8b993a83264f4e4ab363)]:
10
- - @ledgerhq/cryptoassets@13.10.0-nightly.1
11
- - @ledgerhq/coin-framework@0.24.1-nightly.0
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [[`11c3b8b`](https://github.com/LedgerHQ/ledger-live/commit/11c3b8b27bc4fa996757c58ec7f5beac90c7a425), [`a231c50`](https://github.com/LedgerHQ/ledger-live/commit/a231c5084a24acb0e49efeb3c7ab1f5dbc6fd94b), [`41b153a`](https://github.com/LedgerHQ/ledger-live/commit/41b153adb98ce8de3336563694204d83905dba0e), [`d15a240`](https://github.com/LedgerHQ/ledger-live/commit/d15a2402bbd7f39353059c1cc2f74b9ac0876d3d), [`9534f17`](https://github.com/LedgerHQ/ledger-live/commit/9534f17247e1472b0fee8b993a83264f4e4ab363), [`1524353`](https://github.com/LedgerHQ/ledger-live/commit/152435384370b729183b7898308cbc1f8b61e451)]:
25
+ - @ledgerhq/types-live@6.59.0-next.0
26
+ - @ledgerhq/cryptoassets@13.10.0-next.0
27
+ - @ledgerhq/coin-framework@0.25.0-next.0
12
28
 
13
29
  ## 0.6.1
14
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-stellar",
3
- "version": "0.6.2-nightly.0",
3
+ "version": "0.7.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.24.1-nightly.0",
111
- "@ledgerhq/cryptoassets": "^13.10.0-nightly.1",
110
+ "@ledgerhq/coin-framework": "^0.25.0",
111
+ "@ledgerhq/cryptoassets": "^13.10.0",
112
112
  "@ledgerhq/devices": "8.4.4",
113
113
  "@ledgerhq/errors": "^6.19.1",
114
114
  "@ledgerhq/live-network": "^2.0.4",
115
115
  "@ledgerhq/logs": "^6.12.0",
116
116
  "@ledgerhq/types-cryptoassets": "^7.19.0",
117
- "@ledgerhq/types-live": "^6.58.0"
117
+ "@ledgerhq/types-live": "^6.59.0"
118
118
  },
119
119
  "devDependencies": {
120
120
  "@faker-js/faker": "^8.4.1",