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 Sep 30, 2024
1 parent 6915c97 commit c549229
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 40 deletions.
7 changes: 0 additions & 7 deletions .changeset/eight-lamps-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-taxis-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-fans-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-glasses-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-fireants-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-flowers-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-llamas-do.md

This file was deleted.

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

## 0.0.5

### Patch Changes

- ec6f0c2: Separated wasm dependecies into their own packages
- 6aae407: Added cursory documentation `/docs`
- 27d42ad: Added Example projects to docs containing Stackblitz previews
- 908129f: Added TestingService for exposing internal state during tests. Added a bunch of tests.
- ada54ce: Shortened lightning function names to omit "Bolt11". (createBolt11Invoice --> createInvoice
- 20a2783: Added a docs website powered by vitepress
- a091101: Added debug logging with configurable logging levels
- Updated dependencies [ec6f0c2]
- @fedimint/fedimint-client-wasm-bundler@0.0.1

## 0.0.4

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

## 0.0.1

### Patch Changes

- ec6f0c2: Separated wasm dependecies into their own packages
2 changes: 1 addition & 1 deletion packages/wasm-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fedimint/fedimint-client-wasm-bundler",
"type": "module",
"description": "Wasm-pack output (target bundler) for fedimint-client-wasm",
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/wasm-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @fedimint/fedimint-client-wasm-web

## 0.0.1

### Patch Changes

- ec6f0c2: Separated wasm dependecies into their own packages
2 changes: 1 addition & 1 deletion packages/wasm-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fedimint/fedimint-client-wasm-web",
"type": "module",
"description": "Wasm-pack output (target web) for fedimint-client-wasm",
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit c549229

Please sign in to comment.