Skip to content

Commit 23a5916

Browse files
committed
version: 1.0.3
1 parent 719c017 commit 23a5916

29 files changed

+192
-35
lines changed

.changeset/tidy-papayas-hear.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

packages/bitcoin-ledger/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @chainify/bitcoin-ledger
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- 719c01706: - Ensure that all hashes and addresses have 0x as prefix for the EVM packages
8+
- Order of checks insideverifyInitiateSwapTransaction
9+
- Fix for `withCachedUtxos`
10+
- Proper creation of BitcoinEsploraApiProvider
11+
- Updated dependencies [719c01706]
12+
- @chainify/bitcoin@1.0.3
13+
- @chainify/client@1.0.3
14+
- @chainify/errors@1.0.3
15+
- @chainify/hw-ledger@1.0.3
16+
- @chainify/types@1.0.3
17+
- @chainify/utils@1.0.3
18+
319
## 1.0.2
420

521
### Patch Changes

packages/bitcoin-ledger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainify/bitcoin-ledger",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "",
55
"author": "Liquality <info@liquality.io>",
66
"homepage": "",

packages/bitcoin/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @chainify/bitcoin
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- 719c01706: - Ensure that all hashes and addresses have 0x as prefix for the EVM packages
8+
- Order of checks insideverifyInitiateSwapTransaction
9+
- Fix for `withCachedUtxos`
10+
- Proper creation of BitcoinEsploraApiProvider
11+
- Updated dependencies [719c01706]
12+
- @chainify/client@1.0.3
13+
- @chainify/errors@1.0.3
14+
- @chainify/types@1.0.3
15+
- @chainify/utils@1.0.3
16+
317
## 1.0.2
418

519
### Patch Changes

packages/bitcoin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainify/bitcoin",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "",
55
"author": "Liquality <info@liquality.io>",
66
"homepage": "",

packages/client/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @chainify/client
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- 719c01706: - Ensure that all hashes and addresses have 0x as prefix for the EVM packages
8+
- Order of checks insideverifyInitiateSwapTransaction
9+
- Fix for `withCachedUtxos`
10+
- Proper creation of BitcoinEsploraApiProvider
11+
- Updated dependencies [719c01706]
12+
- @chainify/errors@1.0.3
13+
- @chainify/logger@1.0.3
14+
- @chainify/types@1.0.3
15+
- @chainify/utils@1.0.3
16+
317
## 1.0.2
418

519
### Patch Changes

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainify/client",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "",
55
"author": "Liquality <info@liquality.io>",
66
"homepage": "",

packages/errors/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @chainify/errors
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- 719c01706: - Ensure that all hashes and addresses have 0x as prefix for the EVM packages
8+
- Order of checks insideverifyInitiateSwapTransaction
9+
- Fix for `withCachedUtxos`
10+
- Proper creation of BitcoinEsploraApiProvider
11+
312
## 1.0.2
413

514
### Patch Changes

packages/errors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainify/errors",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "",
55
"author": "Liquality <info@liquality.io>",
66
"homepage": "",

packages/evm-contracts/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @chainify/evm-contracts
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- 719c01706: - Ensure that all hashes and addresses have 0x as prefix for the EVM packages
8+
- Order of checks insideverifyInitiateSwapTransaction
9+
- Fix for `withCachedUtxos`
10+
- Proper creation of BitcoinEsploraApiProvider
11+
312
## 1.0.2
413

514
### Patch Changes

0 commit comments

Comments
 (0)