Skip to content

Commit

Permalink
Version Packages (#22)
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 23, 2024
1 parent 4d01e08 commit 2842590
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-snakes-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-seas-vanish.md

This file was deleted.

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.0.3

### Patch Changes

- [#21](https://github.com/caravan-bitcoin/caravan/pull/21) [`c8ac4d3`](https://github.com/caravan-bitcoin/caravan/commit/c8ac4d37f8e6e1c7e71010c7e7723468d63d8c75) Thanks [@bucko13](https://github.com/bucko13)! - lint fixes

## 0.0.2

### Patch 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.0.2",
"version": "0.0.3",
"description": "Unchained Capital's bitcoin utilities library.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/caravan-descriptors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @caravan/descriptors

## 0.0.1

### Patch Changes

- [#16](https://github.com/caravan-bitcoin/caravan/pull/16) [`fd35981`](https://github.com/caravan-bitcoin/caravan/commit/fd3598153b7c85a97f4cc281844e4aae8265c5b0) Thanks [@bucko13](https://github.com/bucko13)! - Add new package for encoding and decoding descriptors using bdk with wasm bindings.

- Updated dependencies [[`c8ac4d3`](https://github.com/caravan-bitcoin/caravan/commit/c8ac4d37f8e6e1c7e71010c7e7723468d63d8c75)]:
- @caravan/bitcoin@0.0.3
2 changes: 1 addition & 1 deletion packages/caravan-descriptors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caravan/descriptors",
"version": "0.0.0",
"version": "0.0.1",
"author": "Unchained Capital",
"description": "A library for parsing and encoding descriptor strings using bdk",
"main": "./dist/src/index.js",
Expand Down

0 comments on commit 2842590

Please sign in to comment.