Skip to content

Commit

Permalink
Merge pull request #87 from caravan-bitcoin/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
bucko13 authored May 1, 2024
2 parents 6189631 + 323de42 commit b3acd31
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 17 deletions.
13 changes: 0 additions & 13 deletions .changeset/unlucky-beans-kiss.md

This file was deleted.

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

## 1.0.0

### Major Changes

- [#76](https://github.com/caravan-bitcoin/caravan/pull/76) [`6c04ac4`](https://github.com/caravan-bitcoin/caravan/commit/6c04ac497b9fcd227b821b0d5ccb8b5291a24d18) Thanks [@bucko13](https://github.com/bucko13)! - Caravan Coordinator:
Adds descriptor import support for caravan coordinator. This is a backwards incompatible
change for instances that need to interact with bitcoind nodes older than v21 which introduced
descriptor wallets.

@caravan/clients

- named wallet interactions
- import descriptor support

### Patch Changes

- Updated dependencies [[`6c04ac4`](https://github.com/caravan-bitcoin/caravan/commit/6c04ac497b9fcd227b821b0d5ccb8b5291a24d18)]:
- @caravan/clients@0.1.0

## 0.3.3

### 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": "0.3.3",
"version": "1.0.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.

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

## 0.1.0

### Minor Changes

- [#76](https://github.com/caravan-bitcoin/caravan/pull/76) [`6c04ac4`](https://github.com/caravan-bitcoin/caravan/commit/6c04ac497b9fcd227b821b0d5ccb8b5291a24d18) Thanks [@bucko13](https://github.com/bucko13)! - Caravan Coordinator:
Adds descriptor import support for caravan coordinator. This is a backwards incompatible
change for instances that need to interact with bitcoind nodes older than v21 which introduced
descriptor wallets.

@caravan/clients

- named wallet interactions
- import descriptor support

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/caravan-clients/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caravan/clients",
"version": "0.0.3",
"version": "0.1.0",
"description": "A package for querying different bitcoin blockchain backends",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit b3acd31

Please sign in to comment.