Skip to content

Commit

Permalink
🚀 Version Packages core-sdk version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
srod committed Jan 6, 2025
1 parent d36568a commit 19d71c6
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-scissors-report.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.0.7

### Patch Changes

- Updated dependencies [[`d36568a`](https://github.com/frak-id/wallet/commit/d36568a662fa76de7ea1ce838a065062fa2daee0)]:
- @frak-labs/react-sdk@0.0.3

## 0.0.6

### 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.0.6",
"version": "0.0.7",
"description": "Demo of a news paper website using the Frak SDK",
"private": true,
"sideEffects": false,
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.25

### Patch Changes

- Updated dependencies [[`d36568a`](https://github.com/frak-id/wallet/commit/d36568a662fa76de7ea1ce838a065062fa2daee0)]:
- @frak-labs/react-sdk@0.0.3

## 0.1.24

### 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.24",
"version": "0.1.25",
"description": "Simple demo of a future Frak Wallet",
"private": true,
"sideEffects": false,
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.19

### Patch Changes

- Updated dependencies [[`d36568a`](https://github.com/frak-id/wallet/commit/d36568a662fa76de7ea1ce838a065062fa2daee0)]:
- @frak-labs/react-sdk@0.0.3

## 0.0.18

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

### Patch Changes

- Updated dependencies [[`d36568a`](https://github.com/frak-id/wallet/commit/d36568a662fa76de7ea1ce838a065062fa2daee0)]:
- @frak-labs/react-sdk@0.0.3

## 0.0.25

### 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.25",
"version": "0.0.26",
"description": "The simple and cross-platform wallet to centralise your contents.",
"private": true,
"sideEffects": false,
Expand Down
6 changes: 6 additions & 0 deletions sdk/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frak-labs/react-sdk

## 0.0.3

### Patch Changes

- [`d36568a`](https://github.com/frak-id/wallet/commit/d36568a662fa76de7ea1ce838a065062fa2daee0) Thanks [@srod](https://github.com/srod)! - Initial publish

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/react/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.2",
"version": "0.0.3",
"description": "React SDK of the Frak wallet, low level library to interact directly with the frak ecosystem.",
"repository": {
"url": "https://github.com/frak-id/wallet",
Expand Down

0 comments on commit 19d71c6

Please sign in to comment.