Skip to content

Commit 11d9d9f

Browse files
Version Packages (#186)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c220696 commit 11d9d9f

File tree

7 files changed

+19
-14
lines changed

7 files changed

+19
-14
lines changed

.changeset/empty-ants-destroy.md

-5
This file was deleted.

.changeset/poor-eggs-hope.md

-5
This file was deleted.

apps/coordinator/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.5.3
4+
5+
### Patch Changes
6+
7+
- [#185](https://github.com/caravan-bitcoin/caravan/pull/185) [`a20a0dc`](https://github.com/caravan-bitcoin/caravan/commit/a20a0dc5d1f0b4cd7edbeb27842a6e9fb4a178bf) Thanks [@robertshuford](https://github.com/robertshuford)! - Add better multi-platform support for coordinator Dockerfile
8+
9+
- Updated dependencies [[`c220696`](https://github.com/caravan-bitcoin/caravan/commit/c220696fa16c9663995835a96a5a56c88977cc8e)]:
10+
- @caravan/clients@0.3.0
11+
312
## 1.5.2
413

514
### Patch Changes

apps/coordinator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "caravan-coordinator",
33
"private": true,
4-
"version": "1.5.2",
4+
"version": "1.5.3",
55
"description": "Unchained Capital's Bitcoin Multisig Coordinator Application",
66
"main": "index.jsx",
77
"type": "module",

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/caravan-clients/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @caravan/clients
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#134](https://github.com/caravan-bitcoin/caravan/pull/134) [`c220696`](https://github.com/caravan-bitcoin/caravan/commit/c220696fa16c9663995835a96a5a56c88977cc8e) Thanks [@Legend101Zz](https://github.com/Legend101Zz)! - Add getTransaction method to BlockchainClient and migrate files (blockchain.js, block_explorer.ts,bitcoind.js) to TypeScript
8+
39
## 0.2.0
410

511
### Minor Changes

packages/caravan-clients/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@caravan/clients",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A package for querying different bitcoin blockchain backends",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)