@ledgerhq/types-live 6.25.0-next.0 → 6.25.1-next.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,5 +1,4 @@
1
- @ledgerhq/types-live:build: cache hit, replaying output d4e51320fdee52d6
2
- @ledgerhq/types-live:build:
3
- @ledgerhq/types-live:build: > @ledgerhq/types-live@6.24.2 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/types-live
4
- @ledgerhq/types-live:build: > tsc && tsc -m ES6 --outDir lib-es
5
- @ledgerhq/types-live:build:
1
+
2
+ > @ledgerhq/types-live@6.25.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/types-live
3
+ > tsc && tsc -m ES6 --outDir lib-es
4
+
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @ledgerhq/types-live
2
2
 
3
+ ## 6.25.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1372](https://github.com/LedgerHQ/ledger-live/pull/1372) [`b53d648424`](https://github.com/LedgerHQ/ledger-live/commit/b53d64842471eb2382066aecfc9f2b3b15ef7aed) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - Add FEATURE_FLAGS env variable to override feature flags
8
+
9
+ ## 6.25.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#1366](https://github.com/LedgerHQ/ledger-live/pull/1366) [`955b045459`](https://github.com/LedgerHQ/ledger-live/commit/955b045459cf568fb3c96a732bc5ec0d8d831b19) Thanks [@cgrellard-ledger](https://github.com/cgrellard-ledger)! - Added a desktop_version param to the feature flags with the semver format to only enable a feature flag for specific versions of the desktop app
14
+
15
+ ### Patch Changes
16
+
17
+ - [#1447](https://github.com/LedgerHQ/ledger-live/pull/1447) [`777ccf8774`](https://github.com/LedgerHQ/ledger-live/commit/777ccf8774302cb17995a044f23972e2a9fc4045) Thanks [@LFBarreto](https://github.com/LFBarreto)! - Types - Add Referral Program Desktop Banner FeatureId Flag
18
+
19
+ * [#1474](https://github.com/LedgerHQ/ledger-live/pull/1474) [`2802e2d684`](https://github.com/LedgerHQ/ledger-live/commit/2802e2d6844a7e17127ea7d103fe0d1a45afa032) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Introduce new feature flag for installSetOfApps
20
+
21
+ - [#1439](https://github.com/LedgerHQ/ledger-live/pull/1439) [`c33c82cd32`](https://github.com/LedgerHQ/ledger-live/commit/c33c82cd3291b651238659a8b9eababe6f953ece) Thanks [@LFBarreto](https://github.com/LFBarreto)! - Types - Add new feature flag FeatureId type
22
+
3
23
  ## 6.25.0-next.0
4
24
 
5
25
  ### Minor Changes
@@ -14,6 +34,18 @@
14
34
 
15
35
  - [#1439](https://github.com/LedgerHQ/ledger-live/pull/1439) [`c33c82cd32`](https://github.com/LedgerHQ/ledger-live/commit/c33c82cd3291b651238659a8b9eababe6f953ece) Thanks [@LFBarreto](https://github.com/LFBarreto)! - Types - Add new feature flag FeatureId type
16
36
 
37
+ ## 6.24.3
38
+
39
+ ### Patch Changes
40
+
41
+ - [#1518](https://github.com/LedgerHQ/ledger-live/pull/1518) [`f255b258a9`](https://github.com/LedgerHQ/ledger-live/commit/f255b258a9c79c5eb89ec65d6647e52b90a9c52c) Thanks [@desirendr](https://github.com/desirendr)! - Types - Add new feature flag FeatureId type
42
+
43
+ ## 6.24.3-hotfix.0
44
+
45
+ ### Patch Changes
46
+
47
+ - [#1518](https://github.com/LedgerHQ/ledger-live/pull/1518) [`f255b258a9`](https://github.com/LedgerHQ/ledger-live/commit/f255b258a9c79c5eb89ec65d6647e52b90a9c52c) Thanks [@desirendr](https://github.com/desirendr)! - Types - Add new feature flag FeatureId type
48
+
17
49
  ## 6.24.2
18
50
 
19
51
  ### Patch Changes