Skip to content

Commit

Permalink
Version Packages (#145)
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 Nov 8, 2024
1 parent d0e08e8 commit 4776fe0
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/heavy-kids-confess.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

## 1.4.0

### Minor Changes

- [#117](https://github.com/caravan-bitcoin/caravan/pull/117) [`d0e08e8`](https://github.com/caravan-bitcoin/caravan/commit/d0e08e872a63011d2ed72b6b9a68e54db1649b44) Thanks [@benma](https://github.com/benma)! - Add support for the BitBox02 hardware wallet

### Patch Changes

- Updated dependencies [[`d0e08e8`](https://github.com/caravan-bitcoin/caravan/commit/d0e08e872a63011d2ed72b6b9a68e54db1649b44)]:
- @caravan/wallets@0.3.0

## 1.3.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,7 +1,7 @@
{
"name": "caravan-coordinator",
"private": true,
"version": "1.3.0",
"version": "1.4.0",
"description": "Unchained Capital's Bitcoin Multisig Coordinator Application",
"main": "index.jsx",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/caravan-wallets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.3.0

### Minor Changes

- [#117](https://github.com/caravan-bitcoin/caravan/pull/117) [`d0e08e8`](https://github.com/caravan-bitcoin/caravan/commit/d0e08e872a63011d2ed72b6b9a68e54db1649b44) Thanks [@benma](https://github.com/benma)! - Add support for the BitBox02 hardware wallet

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/caravan-wallets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caravan/wallets",
"version": "0.2.4",
"version": "0.3.0",
"description": "Unchained Capital's HWI Library",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 4776fe0

Please sign in to comment.