Skip to content

Commit

Permalink
Merge pull request #30 from frak-id/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
KONFeature authored Aug 28, 2024
2 parents f8c200a + f963243 commit f11fd5b
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/sweet-cheetahs-impress.md

This file was deleted.

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

## 0.1.11

### Patch Changes

- Updated dependencies [[`f8c200a`](https://github.com/frak-id/wallet/commit/f8c200acb1304b9390509ad440a47ba336b578d9)]:
- @frak-labs/nexus-sdk@0.0.13

## 0.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion example/news-interactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frak-labs-example/news-interactions",
"version": "0.1.10",
"version": "0.1.11",
"description": "Demo of a news paper website using the Frak SDK to sniff user interactions",
"private": true,
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions example/wallet-ethcc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @frak-labs-example/wallet-ethcc

## 0.1.11

### Patch Changes

- Updated dependencies [[`f8c200a`](https://github.com/frak-id/wallet/commit/f8c200acb1304b9390509ad440a47ba336b578d9)]:
- @frak-labs/nexus-sdk@0.0.13

## 0.1.10

### Patch Changes
Expand Down
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.10",
"version": "0.1.11",
"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,5 +1,12 @@
# @frak-labs/nexus-dashboard

## 0.0.5

### Patch Changes

- Updated dependencies [[`f8c200a`](https://github.com/frak-id/wallet/commit/f8c200acb1304b9390509ad440a47ba336b578d9)]:
- @frak-labs/nexus-sdk@0.0.13

## 0.0.4

### Patch Changes
Expand Down
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.4",
"version": "0.0.5",
"description": "The simple and cross-platform wallet to centralise your contents.",
"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.13

### Patch Changes

- [`f8c200a`](https://github.com/frak-id/wallet/commit/f8c200acb1304b9390509ad440a47ba336b578d9) Thanks [@KONFeature](https://github.com/KONFeature)! - Fix `useReferralInteraction` to directly populate nexus context if user is logged in

## 0.0.12

### 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.12",
"version": "0.0.13",
"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": {
"url": "https://github.com/frak-id/wallet",
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.12

### Patch Changes

- Updated dependencies [[`f8c200a`](https://github.com/frak-id/wallet/commit/f8c200acb1304b9390509ad440a47ba336b578d9)]:
- @frak-labs/nexus-sdk@0.0.13

## 0.0.11

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

0 comments on commit f11fd5b

Please sign in to comment.