Skip to content

Commit

Permalink
Version Packages (#109)
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 2a8f502 commit 31e44ed
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/seven-keys-matter.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-psbt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @caravan/psbt

## 1.4.1

### Patch Changes

- [#108](https://github.com/caravan-bitcoin/caravan/pull/108) [`2a8f502`](https://github.com/caravan-bitcoin/caravan/commit/2a8f5022119dea9ce04903a2f1866de66fc39940) Thanks [@bucko13](https://github.com/bucko13)! - fixes an import issue when used in as an external dep

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

## 0.2.4

### Patch Changes

- [#108](https://github.com/caravan-bitcoin/caravan/pull/108) [`2a8f502`](https://github.com/caravan-bitcoin/caravan/commit/2a8f5022119dea9ce04903a2f1866de66fc39940) Thanks [@bucko13](https://github.com/bucko13)! - fixes an import issue when used in as an external dep

- Updated dependencies [[`2a8f502`](https://github.com/caravan-bitcoin/caravan/commit/2a8f5022119dea9ce04903a2f1866de66fc39940)]:
- @caravan/psbt@1.4.1

## 0.2.3

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

0 comments on commit 31e44ed

Please sign in to comment.