Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #90

Merged
merged 1 commit into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/many-eggs-matter.md

This file was deleted.

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

## 1.0.1

### Patch Changes

- [#88](https://github.com/caravan-bitcoin/caravan/pull/88) [`180ced6`](https://github.com/caravan-bitcoin/caravan/commit/180ced667fb3b7e4b32b03e885662e4dde934c75) Thanks [@jbrauck-unchained](https://github.com/jbrauck-unchained)! - Rescan functionality was not correctly being passed into bitcoindImportDescriptors which it needs to be in order to correctly set timestamp equal to "0" when rescan equals true.

- Updated dependencies [[`180ced6`](https://github.com/caravan-bitcoin/caravan/commit/180ced667fb3b7e4b32b03e885662e4dde934c75)]:
- @caravan/[email protected]

## 1.0.0

### Major 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.0.0",
"version": "1.0.1",
"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.

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

## 0.1.1

### Patch Changes

- [#88](https://github.com/caravan-bitcoin/caravan/pull/88) [`180ced6`](https://github.com/caravan-bitcoin/caravan/commit/180ced667fb3b7e4b32b03e885662e4dde934c75) Thanks [@jbrauck-unchained](https://github.com/jbrauck-unchained)! - Rescan functionality was not correctly being passed into bitcoindImportDescriptors which it needs to be in order to correctly set timestamp equal to "0" when rescan equals true.

## 0.1.0

### Minor 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.1.0",
"version": "0.1.1",
"description": "A package for querying different bitcoin blockchain backends",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down