Skip to content

Commit

Permalink
Version Packages (#128)
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 Sep 10, 2024
1 parent 84bf7b9 commit 557b420
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/chilly-beds-punch.md

This file was deleted.

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-bitcoin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.3.1

### Patch Changes

- [#124](https://github.com/caravan-bitcoin/caravan/pull/124) [`ed8a2dd`](https://github.com/caravan-bitcoin/caravan/commit/ed8a2dd5cc53cee30fef430d2b02ae616e76376d) Thanks [@chadchapnick](https://github.com/chadchapnick)! - SegWit PSBT fixes: include non witness utxo for inputs and witness script for outputs

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/caravan-bitcoin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caravan/bitcoin",
"version": "0.3.0",
"version": "0.3.1",
"description": "Unchained Capital's bitcoin utilities library.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/caravan-psbt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @caravan/psbt

## 1.4.3

### Patch Changes

- [#124](https://github.com/caravan-bitcoin/caravan/pull/124) [`ed8a2dd`](https://github.com/caravan-bitcoin/caravan/commit/ed8a2dd5cc53cee30fef430d2b02ae616e76376d) Thanks [@chadchapnick](https://github.com/chadchapnick)! - SegWit PSBT fixes: include non witness utxo for inputs and witness script for outputs

- Updated dependencies [[`ed8a2dd`](https://github.com/caravan-bitcoin/caravan/commit/ed8a2dd5cc53cee30fef430d2b02ae616e76376d)]:
- @caravan/bitcoin@0.3.1

## 1.4.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.4.2",
"version": "1.4.3",
"description": "typescript library for working with PSBTs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 557b420

Please sign in to comment.