@ledgerhq/coin-bitcoin 0.11.0-next.0 → 0.11.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.10.4 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-bitcoin
2
+ > @ledgerhq/coin-bitcoin@0.11.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-bitcoin
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @ledgerhq/coin-bitcoin
2
2
 
3
+ ## 0.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#9121](https://github.com/LedgerHQ/ledger-live/pull/9121) [`035be8c`](https://github.com/LedgerHQ/ledger-live/commit/035be8ccb81c61ee99688e0a4b078cb50d90dcf5) Thanks [@Wozacosta](https://github.com/Wozacosta)! - fix: zcash nu5/nu6
8
+
9
+ - [#9191](https://github.com/LedgerHQ/ledger-live/pull/9191) [`2f610d0`](https://github.com/LedgerHQ/ledger-live/commit/2f610d0a4ddafbd58cd0fb86fd989a08de5344d8) Thanks [@qperrot](https://github.com/qperrot)! - fix Send max with pending utxo
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [[`da67b55`](https://github.com/LedgerHQ/ledger-live/commit/da67b5511b22553f7e3e089eca2e363a5e3cbffe), [`0a4413d`](https://github.com/LedgerHQ/ledger-live/commit/0a4413dd5cf50967c27b39bbd7dd9222e6322a60)]:
14
+ - @ledgerhq/cryptoassets@13.12.0
15
+ - @ledgerhq/coin-framework@2.1.0
16
+ - @ledgerhq/types-live@6.60.0
17
+
3
18
  ## 0.11.0-next.0
4
19
 
5
20
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-bitcoin",
3
- "version": "0.11.0-next.0",
3
+ "version": "0.11.0",
4
4
  "description": "Ledger Bitcoin Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -63,15 +63,15 @@
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": "^2.1.0-next.0",
67
- "@ledgerhq/cryptoassets": "^13.12.0-next.0",
66
+ "@ledgerhq/coin-framework": "^2.1.0",
67
+ "@ledgerhq/cryptoassets": "^13.12.0",
68
68
  "@ledgerhq/devices": "8.4.4",
69
69
  "@ledgerhq/errors": "^6.19.1",
70
70
  "@ledgerhq/live-env": "^2.5.0",
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.60.0-next.0"
74
+ "@ledgerhq/types-live": "^6.60.0"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@types/bchaddrjs": "^0.4.3",