Skip to content

Commit

Permalink
Version Packages (#26)
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 Feb 27, 2024
1 parent b330928 commit 6d4d309
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-chefs-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-goats-tan.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- [#24](https://github.com/caravan-bitcoin/caravan/pull/24) [`00a550f`](https://github.com/caravan-bitcoin/caravan/commit/00a550f6675d7d0a90f4e572aeac3d07f8759f36) Thanks [@bucko13](https://github.com/bucko13)! - Implements a UI for using @caravan/descriptors in the coordinator for importing and exporting descriptors. Includes some cleanup to some build processes.

### Patch Changes

- Updated dependencies [[`00a550f`](https://github.com/caravan-bitcoin/caravan/commit/00a550f6675d7d0a90f4e572aeac3d07f8759f36)]:
- @caravan/clients@0.0.1

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/coordinator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caravan/coordinator",
"version": "0.1.0",
"version": "0.2.0",
"description": "Unchained Capital's Bitcoin Multisig Coordinator Application",
"main": "index.jsx",
"private": true,
Expand Down
7 changes: 7 additions & 0 deletions packages/caravan-clients/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @caravan/clients

## 0.0.1

### Patch Changes

- [#24](https://github.com/caravan-bitcoin/caravan/pull/24) [`00a550f`](https://github.com/caravan-bitcoin/caravan/commit/00a550f6675d7d0a90f4e572aeac3d07f8759f36) Thanks [@bucko13](https://github.com/bucko13)! - make sure build files are included in publication
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.0",
"version": "0.0.1",
"description": "A package for querying different bitcoin blockchain backends",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

1 comment on commit 6d4d309

@github-actions
Copy link
Contributor Author

@github-actions github-actions bot commented on 6d4d309 Feb 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for caravan-coordinator ready!

✅ Preview
https://caravan-coordinator-1ld8hd2uc-unchained.vercel.app

Built with commit 6d4d309.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.