Skip to content

Commit

Permalink
🚀 Upgrade SDK to 0.0.4 with react providers and hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Mar 8, 2024
1 parent 495ccd8 commit 1812fec
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-toes-prove.md

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
.env

# dependencies
/node_modules
Expand Down
7 changes: 7 additions & 0 deletions packages/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @frak-labs/nexus-example

## 0.1.2

### Patch Changes

- Updated dependencies [[`b21bd89`](https://github.com/frak-id/wallet/commit/b21bd89a501243b011a3daa673af10badbe632f2)]:
- @frak-labs/nexus-sdk@0.0.4

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frak-labs/nexus-example",
"version": "0.1.1",
"version": "0.1.2",
"description": "Simple demo of a future Frak Wallet",
"private": true,
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frak-labs/nexus-sdk

## 0.0.4

### Patch Changes

- [`b21bd89`](https://github.com/frak-id/wallet/commit/b21bd89a501243b011a3daa673af10badbe632f2) Thanks [@KONFeature](https://github.com/KONFeature)! - Adding react providers and hooks to the SDK

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://twitter.com/QNivelais"
}
],
"version": "0.0.3",
"version": "0.0.4",
"description": "Nexus Wallet client SDK, helping any person to interact with the Frak wallet, and require the unlock of a premium article within the Frak ecosystem.",
"repository": "https://github.com/frak-id/wallet",
"homepage": "https://docs.frak.id/wallet-sdk",
Expand Down
7 changes: 7 additions & 0 deletions packages/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @frak-labs/nexus-wallet

## 0.0.3

### Patch Changes

- Updated dependencies [[`b21bd89`](https://github.com/frak-id/wallet/commit/b21bd89a501243b011a3daa673af10badbe632f2)]:
- @frak-labs/nexus-sdk@0.0.4

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frak-labs/nexus-wallet",
"version": "0.0.2",
"version": "0.0.3",
"description": "Simple demo of a future Frak Wallet",
"private": true,
"type": "module",
Expand Down

0 comments on commit 1812fec

Please sign in to comment.