@ledgerhq/coin-bitcoin 0.10.0-next.0 → 0.10.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-bitcoin@0.9.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-bitcoin
2
+ > @ledgerhq/coin-bitcoin@0.10.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-bitcoin
3
3
  > tsc && tsc -m ES6 --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @ledgerhq/coin-bitcoin
2
2
 
3
+ ## 0.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#8944](https://github.com/LedgerHQ/ledger-live/pull/8944) [`b8dd543`](https://github.com/LedgerHQ/ledger-live/commit/b8dd543dba50abeec088334f060f0a030e776f52) Thanks [@qperrot](https://github.com/qperrot)! - Fix bot device actions for Bitcoin Gold, bitcoin Cash and Litecoin
8
+
9
+ - [#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
10
+
11
+ ### Patch Changes
12
+
13
+ - 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)]:
14
+ - @ledgerhq/types-live@6.58.0
15
+ - @ledgerhq/coin-framework@0.23.0
16
+
3
17
  ## 0.10.0-next.0
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-bitcoin",
3
- "version": "0.10.0-next.0",
3
+ "version": "0.10.0",
4
4
  "description": "Ledger Bitcoin Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -63,7 +63,7 @@
63
63
  "sha.js": "^2.4.11",
64
64
  "utility-types": "^3.10.0",
65
65
  "varuint-bitcoin": "1.1.2",
66
- "@ledgerhq/coin-framework": "^0.23.0-next.0",
66
+ "@ledgerhq/coin-framework": "^0.23.0",
67
67
  "@ledgerhq/cryptoassets": "^13.9.0",
68
68
  "@ledgerhq/devices": "8.4.4",
69
69
  "@ledgerhq/errors": "^6.19.1",
@@ -71,7 +71,7 @@
71
71
  "@ledgerhq/live-network": "^2.0.4",
72
72
  "@ledgerhq/logs": "^6.12.0",
73
73
  "@ledgerhq/types-cryptoassets": "^7.19.0",
74
- "@ledgerhq/types-live": "^6.58.0-next.0"
74
+ "@ledgerhq/types-live": "^6.58.0"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@types/bchaddrjs": "^0.4.3",