@ledgerhq/coin-stellar 0.5.2-nightly.2 → 0.6.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.5.2-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-stellar
2
+ > @ledgerhq/coin-stellar@0.6.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,29 +1,28 @@
1
1
  # @ledgerhq/coin-stellar
2
2
 
3
- ## 0.5.2-nightly.2
3
+ ## 0.6.0
4
4
 
5
- ### Patch Changes
6
-
7
- - Updated dependencies [[`11c3b8b`](https://github.com/LedgerHQ/ledger-live/commit/11c3b8b27bc4fa996757c58ec7f5beac90c7a425), [`41b153a`](https://github.com/LedgerHQ/ledger-live/commit/41b153adb98ce8de3336563694204d83905dba0e), [`1524353`](https://github.com/LedgerHQ/ledger-live/commit/152435384370b729183b7898308cbc1f8b61e451)]:
8
- - @ledgerhq/types-live@6.58.0-nightly.2
9
- - @ledgerhq/cryptoassets@13.10.0-nightly.0
10
- - @ledgerhq/coin-framework@0.23.0-nightly.2
5
+ ### Minor Changes
11
6
 
12
- ## 0.5.2-nightly.1
7
+ - [#8914](https://github.com/LedgerHQ/ledger-live/pull/8914) [`537141a`](https://github.com/LedgerHQ/ledger-live/commit/537141ab549b8dab57d3eb117e875faa67b54f4b) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Bot feature : Add filter for features
13
8
 
14
9
  ### Patch Changes
15
10
 
16
- - Updated dependencies [[`a231c50`](https://github.com/LedgerHQ/ledger-live/commit/a231c5084a24acb0e49efeb3c7ab1f5dbc6fd94b)]:
17
- - @ledgerhq/types-live@6.58.0-nightly.1
18
- - @ledgerhq/coin-framework@0.22.1-nightly.1
11
+ - Updated dependencies [[`f5196c5`](https://github.com/LedgerHQ/ledger-live/commit/f5196c52453b971a3327d09966edb62bb3d6a293), [`3a65633`](https://github.com/LedgerHQ/ledger-live/commit/3a6563309c8cacbd6e9a73e3044b1ff7c3966f87), [`537141a`](https://github.com/LedgerHQ/ledger-live/commit/537141ab549b8dab57d3eb117e875faa67b54f4b)]:
12
+ - @ledgerhq/types-live@6.58.0
13
+ - @ledgerhq/coin-framework@0.23.0
14
+
15
+ ## 0.6.0-next.0
16
+
17
+ ### Minor Changes
19
18
 
20
- ## 0.5.2-nightly.0
19
+ - [#8914](https://github.com/LedgerHQ/ledger-live/pull/8914) [`537141a`](https://github.com/LedgerHQ/ledger-live/commit/537141ab549b8dab57d3eb117e875faa67b54f4b) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Bot feature : Add filter for features
21
20
 
22
21
  ### Patch Changes
23
22
 
24
- - Updated dependencies [[`d15a240`](https://github.com/LedgerHQ/ledger-live/commit/d15a2402bbd7f39353059c1cc2f74b9ac0876d3d)]:
25
- - @ledgerhq/types-live@6.58.0-nightly.0
26
- - @ledgerhq/coin-framework@0.22.1-nightly.0
23
+ - Updated dependencies [[`f5196c5`](https://github.com/LedgerHQ/ledger-live/commit/f5196c52453b971a3327d09966edb62bb3d6a293), [`3a65633`](https://github.com/LedgerHQ/ledger-live/commit/3a6563309c8cacbd6e9a73e3044b1ff7c3966f87), [`537141a`](https://github.com/LedgerHQ/ledger-live/commit/537141ab549b8dab57d3eb117e875faa67b54f4b)]:
24
+ - @ledgerhq/types-live@6.58.0-next.0
25
+ - @ledgerhq/coin-framework@0.23.0-next.0
27
26
 
28
27
  ## 0.5.1
29
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-stellar",
3
- "version": "0.5.2-nightly.2",
3
+ "version": "0.6.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.23.0-nightly.2",
111
- "@ledgerhq/cryptoassets": "^13.10.0-nightly.0",
110
+ "@ledgerhq/coin-framework": "^0.23.0",
111
+ "@ledgerhq/cryptoassets": "^13.9.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-nightly.2"
117
+ "@ledgerhq/types-live": "^6.58.0"
118
118
  },
119
119
  "devDependencies": {
120
120
  "@faker-js/faker": "^8.4.1",