Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 17, 2024
1 parent feb89ed commit 5036663
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/orange-rice-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-poets-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-cows-search.md

This file was deleted.

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

## 0.0.11

### Patch Changes

- c5236d8: Fixed CI with self-hosted runners @elserion

## 0.0.10

### 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.10",
"version": "0.0.11",
"repository": {
"type": "git",
"url": "https://github.com/fedimint/fedimint-web-sdk.git",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @fedimint/react

## 0.0.4

### Patch Changes

- 57036b0: Fixed behavior of useOpenWallet hook for concurrent usages.
- e98a1b8: Added useSpendEcash and useReceiveEcash hooks
- Updated dependencies [c5236d8]
- @fedimint/core-web@0.0.11

## 0.0.3

### 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.3",
"version": "0.0.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 5036663

Please sign in to comment.