Skip to content

Commit

Permalink
Version Packages (#94)
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 Nov 10, 2024
1 parent 21f94f9 commit 9da9c84
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/hot-shirts-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-eels-thank.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/core-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fedimint/core-web

## 0.0.10

### Patch Changes

- 21f94f9: Added optional timeout parameter to lightning.waitForReceive()
Added lightning.waitForSend()
- 9468ef5: Rename amount fields to include units: (e.g., amountMsats)

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fedimint/core-web",
"description": "Library for building web apps with a fedimint client",
"version": "0.0.9",
"version": "0.0.10",
"repository": {
"type": "git",
"url": "https://github.com/fedimint/fedimint-web-sdk.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @fedimint/react

## 0.0.3

### Patch Changes

- Updated dependencies [21f94f9]
- Updated dependencies [9468ef5]
- @fedimint/core-web@0.0.10

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fedimint/react",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 9da9c84

Please sign in to comment.