@ledgerhq/errors 6.11.0-nightly.1 → 6.11.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.
- package/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +8 -2
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@ledgerhq/errors:build: cache hit, replaying output
|
|
1
|
+
@ledgerhq/errors:build: cache hit, replaying output 64d4b36c00fc8f47
|
|
2
2
|
@ledgerhq/errors:build:
|
|
3
|
-
@ledgerhq/errors:build: > @ledgerhq/errors@6.11.0
|
|
3
|
+
@ledgerhq/errors:build: > @ledgerhq/errors@6.11.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/errors
|
|
4
4
|
@ledgerhq/errors:build: > tsc && tsc -m ES6 --outDir lib-es
|
|
5
5
|
@ledgerhq/errors:build:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,18 @@
|
|
|
1
1
|
# @ledgerhq/errors
|
|
2
2
|
|
|
3
|
-
## 6.11.
|
|
3
|
+
## 6.11.1-next.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- [#1356](https://github.com/LedgerHQ/ledger-live/pull/1356) [`ecac411d7a`](https://github.com/LedgerHQ/ledger-live/commit/ecac411d7aad6f4003503ba6259d7c25017ca7aa) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Updated readme.md of packages
|
|
8
8
|
|
|
9
|
-
## 6.11.0
|
|
9
|
+
## 6.11.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#1253](https://github.com/LedgerHQ/ledger-live/pull/1253) [`1a94cbf28a`](https://github.com/LedgerHQ/ledger-live/commit/1a94cbf28aaa2917c70719e22f446148cd66cef6) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Warning when btc transactions are pending in send flow
|
|
14
|
+
|
|
15
|
+
## 6.11.0-next.0
|
|
10
16
|
|
|
11
17
|
### Minor Changes
|
|
12
18
|
|