Skip to content

Commit

Permalink
Version Packages (#148)
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 14, 2024
1 parent 0a73b09 commit 7d9b5c9
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 13 deletions.
7 changes: 0 additions & 7 deletions .changeset/shy-dogs-wonder.md

This file was deleted.

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

## 1.4.1

### Patch Changes

- [#147](https://github.com/caravan-bitcoin/caravan/pull/147) [`0a73b09`](https://github.com/caravan-bitcoin/caravan/commit/0a73b094984fd59c7564eda0fa31eb8f05b96927) Thanks [@bucko13](https://github.com/bucko13)! - Adds support for translatePSBT for segwit PSBTs. This enables loading tx data directly from a psbt for ledger and trezor

- Updated dependencies [[`0a73b09`](https://github.com/caravan-bitcoin/caravan/commit/0a73b094984fd59c7564eda0fa31eb8f05b96927)]:
- @caravan/psbt@1.6.0
- @caravan/wallets@0.4.0

## 1.4.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.4.0",
"version": "1.4.1",
"description": "Unchained Capital's Bitcoin Multisig Coordinator Application",
"main": "index.jsx",
"type": "module",
Expand Down
6 changes: 3 additions & 3 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-psbt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @caravan/psbt

## 1.6.0

### Minor Changes

- [#147](https://github.com/caravan-bitcoin/caravan/pull/147) [`0a73b09`](https://github.com/caravan-bitcoin/caravan/commit/0a73b094984fd59c7564eda0fa31eb8f05b96927) Thanks [@bucko13](https://github.com/bucko13)! - Adds support for translatePSBT for segwit PSBTs. This enables loading tx data directly from a psbt for ledger and trezor

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/caravan-psbt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caravan/psbt",
"version": "1.5.0",
"version": "1.6.0",
"description": "typescript library for working with PSBTs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/caravan-wallets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.4.0

### Minor Changes

- [#147](https://github.com/caravan-bitcoin/caravan/pull/147) [`0a73b09`](https://github.com/caravan-bitcoin/caravan/commit/0a73b094984fd59c7564eda0fa31eb8f05b96927) Thanks [@bucko13](https://github.com/bucko13)! - Adds support for translatePSBT for segwit PSBTs. This enables loading tx data directly from a psbt for ledger and trezor

### Patch Changes

- Updated dependencies [[`0a73b09`](https://github.com/caravan-bitcoin/caravan/commit/0a73b094984fd59c7564eda0fa31eb8f05b96927)]:
- @caravan/psbt@1.6.0

## 0.3.0

### Minor 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.3.0",
"version": "0.4.0",
"description": "Unchained Capital's HWI Library",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 7d9b5c9

Please sign in to comment.