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 4943332 commit 952d3f2
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-lies-wonder.md

This file was deleted.

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.

2 changes: 1 addition & 1 deletion examples/vite-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean:deep": "pnpm run clean && rm -rf node_modules"
},
"dependencies": {
"@fedimint/core-web": "^0.0.10",
"@fedimint/core-web": "^0.0.11",
"react": "^18.3.1",
"react-dom": ">=18.3.1"
},
Expand Down
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
7 changes: 7 additions & 0 deletions packages/create-fedimint-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @fedimint/create-fedimint-app

## 0.0.2

### Patch Changes

- 4943332: Introducing the create-fedimint-app script! Your helper to quickly get started with the fedimint-web-sdk.
2 changes: 1 addition & 1 deletion packages/create-fedimint-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fedimint/create-fedimint-app",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"main": "index.js",
"author": "Alex Lewin",
"license": "MIT",
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 952d3f2

Please sign in to comment.