Skip to content

Commit

Permalink
Version Packages (#107)
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 Jun 13, 2024
1 parent 400cb08 commit 9b4f6d1
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 15 deletions.
9 changes: 0 additions & 9 deletions .changeset/large-pens-compete.md

This file was deleted.

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

## 1.2.0

### Minor Changes

- [#104](https://github.com/caravan-bitcoin/caravan/pull/104) [`400cb08`](https://github.com/caravan-bitcoin/caravan/commit/400cb084f58d1549a7eee2ce35f3f8683f79f975) Thanks [@bucko13](https://github.com/bucko13)! - \* caravan/psbt has new functions ported from caravan/bitcoin for legacy interactions with upgraded libs
- caravan/wallets uses the upgraded versions of translatedPsbt to support taproot outputs
- caravan coordinator now supports S2TR, better regtest support and other QoL improvements

### Patch Changes

- Updated dependencies [[`400cb08`](https://github.com/caravan-bitcoin/caravan/commit/400cb084f58d1549a7eee2ce35f3f8683f79f975)]:
- @caravan/psbt@1.4.0
- @caravan/wallets@0.2.3

## 1.1.1

### Patch 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.1.1",
"version": "1.2.0",
"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.

8 changes: 8 additions & 0 deletions packages/caravan-psbt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @caravan/psbt

## 1.4.0

### Minor Changes

- [#104](https://github.com/caravan-bitcoin/caravan/pull/104) [`400cb08`](https://github.com/caravan-bitcoin/caravan/commit/400cb084f58d1549a7eee2ce35f3f8683f79f975) Thanks [@bucko13](https://github.com/bucko13)! - \* caravan/psbt has new functions ported from caravan/bitcoin for legacy interactions with upgraded libs
- caravan/wallets uses the upgraded versions of translatedPsbt to support taproot outputs
- caravan coordinator now supports S2TR, better regtest support and other QoL improvements

## 1.3.2

### Patch 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.3.2",
"version": "1.4.0",
"description": "typescript library for working with PSBTs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/caravan-wallets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.2.3

### Patch Changes

- [#104](https://github.com/caravan-bitcoin/caravan/pull/104) [`400cb08`](https://github.com/caravan-bitcoin/caravan/commit/400cb084f58d1549a7eee2ce35f3f8683f79f975) Thanks [@bucko13](https://github.com/bucko13)! - \* caravan/psbt has new functions ported from caravan/bitcoin for legacy interactions with upgraded libs
- caravan/wallets uses the upgraded versions of translatedPsbt to support taproot outputs
- caravan coordinator now supports S2TR, better regtest support and other QoL improvements
- Updated dependencies [[`400cb08`](https://github.com/caravan-bitcoin/caravan/commit/400cb084f58d1549a7eee2ce35f3f8683f79f975)]:
- @caravan/psbt@1.4.0

## 0.2.2

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

0 comments on commit 9b4f6d1

Please sign in to comment.