Skip to content

Commit

Permalink
Version Packages (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 5, 2024
1 parent b4e349c commit 2f60687
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-lamps-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-stingrays-rest.md

This file was deleted.

11 changes: 11 additions & 0 deletions apps/coordinator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.3.0

### Minor Changes

- [#34](https://github.com/caravan-bitcoin/caravan/pull/34) [`b4e349c`](https://github.com/caravan-bitcoin/caravan/commit/b4e349c170a83d4e0d153bfec62a97170e534fda) Thanks [@bucko13](https://github.com/bucko13)! - Add support for different public client options (mempool or blockstream).

### Patch Changes

- Updated dependencies [[`b4e349c`](https://github.com/caravan-bitcoin/caravan/commit/b4e349c170a83d4e0d153bfec62a97170e534fda)]:
- @caravan/clients@0.0.2

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/coordinator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caravan/coordinator",
"version": "0.2.0",
"version": "0.3.0",
"description": "Unchained Capital's Bitcoin Multisig Coordinator Application",
"main": "index.jsx",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions packages/caravan-clients/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @caravan/clients

## 0.0.2

### Patch Changes

- [#34](https://github.com/caravan-bitcoin/caravan/pull/34) [`b4e349c`](https://github.com/caravan-bitcoin/caravan/commit/b4e349c170a83d4e0d153bfec62a97170e534fda) Thanks [@bucko13](https://github.com/bucko13)! - Update mempool client host

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/caravan-clients/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caravan/clients",
"version": "0.0.1",
"version": "0.0.2",
"description": "A package for querying different bitcoin blockchain backends",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 2f60687

Please sign in to comment.