Skip to content

Commit

Permalink
Merge pull request #24 from frak-id/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
KONFeature authored Jul 9, 2024
2 parents 3d10297 + 5b1fc6d commit 0adaa2c
Show file tree
Hide file tree
Showing 15 changed files with 48 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-gorillas-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-walls-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-cooks-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-beds-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-terms-retire.md

This file was deleted.

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

## 0.1.8

### Patch Changes

- Updated dependencies [[`4fd74e0`](https://github.com/frak-id/wallet/commit/4fd74e03d93584109e9a308900fc4a30f517724c), [`30e3863`](https://github.com/frak-id/wallet/commit/30e3863dfdbfa80d319d988226b64d73c668a7bf), [`4fd74e0`](https://github.com/frak-id/wallet/commit/4fd74e03d93584109e9a308900fc4a30f517724c), [`e3d003f`](https://github.com/frak-id/wallet/commit/e3d003f046b5215c83711af7758da76002216617), [`e3d003f`](https://github.com/frak-id/wallet/commit/e3d003f046b5215c83711af7758da76002216617)]:
- @frak-labs/nexus-sdk@0.0.10

## 0.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion example/news/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frak-labs-example/news",
"version": "0.1.7",
"version": "0.1.8",
"description": "Simple demo of a future Frak Wallet",
"private": true,
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions example/wallet-ethcc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @frak-labs-example/wallet-ethcc

## 0.1.8

### Patch Changes

- Updated dependencies [[`4fd74e0`](https://github.com/frak-id/wallet/commit/4fd74e03d93584109e9a308900fc4a30f517724c), [`30e3863`](https://github.com/frak-id/wallet/commit/30e3863dfdbfa80d319d988226b64d73c668a7bf), [`4fd74e0`](https://github.com/frak-id/wallet/commit/4fd74e03d93584109e9a308900fc4a30f517724c), [`e3d003f`](https://github.com/frak-id/wallet/commit/e3d003f046b5215c83711af7758da76002216617), [`e3d003f`](https://github.com/frak-id/wallet/commit/e3d003f046b5215c83711af7758da76002216617)]:
- @frak-labs/nexus-sdk@0.0.10
2 changes: 1 addition & 1 deletion example/wallet-ethcc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frak-labs-example/wallet-ethcc",
"version": "0.1.7",
"version": "0.1.8",
"description": "Simple demo of a future Frak Wallet",
"private": true,
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# @frak-labs/nexus-dashboard

## 0.0.2

### Patch Changes

- Updated dependencies [[`4fd74e0`](https://github.com/frak-id/wallet/commit/4fd74e03d93584109e9a308900fc4a30f517724c), [`30e3863`](https://github.com/frak-id/wallet/commit/30e3863dfdbfa80d319d988226b64d73c668a7bf), [`4fd74e0`](https://github.com/frak-id/wallet/commit/4fd74e03d93584109e9a308900fc4a30f517724c), [`e3d003f`](https://github.com/frak-id/wallet/commit/e3d003f046b5215c83711af7758da76002216617), [`e3d003f`](https://github.com/frak-id/wallet/commit/e3d003f046b5215c83711af7758da76002216617)]:
- @frak-labs/nexus-sdk@0.0.10
2 changes: 1 addition & 1 deletion packages/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frak-labs/nexus-dashboard",
"version": "0.0.1",
"version": "0.0.2",
"description": "The simple and cross-platform wallet to centralise your contents.",
"private": true,
"type": "module",
Expand Down
14 changes: 14 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @frak-labs/nexus-sdk

## 0.0.10

### Patch Changes

- [`4fd74e0`](https://github.com/frak-id/wallet/commit/4fd74e03d93584109e9a308900fc4a30f517724c) Thanks [@KONFeature](https://github.com/KONFeature)! - Removed previous `frak_listenToSetUserReferred` rpc action in favor of the new generic interaction handler

- [`30e3863`](https://github.com/frak-id/wallet/commit/30e3863dfdbfa80d319d988226b64d73c668a7bf) Thanks [@KONFeature](https://github.com/KONFeature)! - Add `frak_sendTransaction` rpc action on the wallet. Only callable from dapp inside the `frak.id` domain for now.

- [`4fd74e0`](https://github.com/frak-id/wallet/commit/4fd74e03d93584109e9a308900fc4a30f517724c) Thanks [@KONFeature](https://github.com/KONFeature)! - Add `frak_sendInteraction` rpc action to submit user interaction from a content / product

- [`e3d003f`](https://github.com/frak-id/wallet/commit/e3d003f046b5215c83711af7758da76002216617) Thanks [@KONFeature](https://github.com/KONFeature)! - Adding `domain` field in the nexus config (auto filled when using the react component `NexusConfigProvider`)

- [`e3d003f`](https://github.com/frak-id/wallet/commit/e3d003f046b5215c83711af7758da76002216617) Thanks [@KONFeature](https://github.com/KONFeature)! - Added the `siweAuthenticate` method (with the react hook) to craft strong authentication with the nexus wallet

## 0.0.9

### 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.9",
"version": "0.0.10",
"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.9

### Patch Changes

- Updated dependencies [[`4fd74e0`](https://github.com/frak-id/wallet/commit/4fd74e03d93584109e9a308900fc4a30f517724c), [`30e3863`](https://github.com/frak-id/wallet/commit/30e3863dfdbfa80d319d988226b64d73c668a7bf), [`4fd74e0`](https://github.com/frak-id/wallet/commit/4fd74e03d93584109e9a308900fc4a30f517724c), [`e3d003f`](https://github.com/frak-id/wallet/commit/e3d003f046b5215c83711af7758da76002216617), [`e3d003f`](https://github.com/frak-id/wallet/commit/e3d003f046b5215c83711af7758da76002216617)]:
- @frak-labs/nexus-sdk@0.0.10

## 0.0.8

### 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.8",
"version": "0.0.9",
"description": "The simple and cross-platform wallet to centralise your contents.",
"private": true,
"type": "module",
Expand Down

0 comments on commit 0adaa2c

Please sign in to comment.