Skip to content

Commit 2421e65

Browse files
authored
Merge pull request #51 from frak-id/changeset-release/main
Version Packages
2 parents f44eba3 + 0f2bb2d commit 2421e65

File tree

10 files changed

+34
-12
lines changed

10 files changed

+34
-12
lines changed

.changeset/smart-jokes-yell.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

bun.lockb

0 Bytes
Binary file not shown.

sdk/components/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @frak-labs/components
22

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- [`2b0c2d3`](https://github.com/frak-id/wallet/commit/2b0c2d3f2f78a3ccf1eb8be1602fb72ab4a39aaf) Thanks [@srod](https://github.com/srod)! - 🐛 Fix double publish
8+
9+
- Updated dependencies [[`2b0c2d3`](https://github.com/frak-id/wallet/commit/2b0c2d3f2f78a3ccf1eb8be1602fb72ab4a39aaf)]:
10+
- @frak-labs/core-sdk@0.0.7
11+
312
## 0.0.8
413

514
### Patch Changes

sdk/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://twitter.com/QNivelais"
1212
}
1313
],
14-
"version": "0.0.8",
14+
"version": "0.0.9",
1515
"description": "Frak Wallet components, helping any person to interact with the Frak wallet.",
1616
"repository": {
1717
"url": "https://github.com/frak-id/wallet",

sdk/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @frak-labs/core-sdk
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- [`2b0c2d3`](https://github.com/frak-id/wallet/commit/2b0c2d3f2f78a3ccf1eb8be1602fb72ab4a39aaf) Thanks [@srod](https://github.com/srod)! - 🐛 Fix double publish
8+
39
## 0.0.6
410

511
### Patch Changes

sdk/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://twitter.com/QNivelais"
1212
}
1313
],
14-
"version": "0.0.6",
14+
"version": "0.0.7",
1515
"description": "Core SDK of the Frak wallet, low level library to interact directly with the frak ecosystem.",
1616
"repository": {
1717
"url": "https://github.com/frak-id/wallet",

sdk/legacy/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @frak-labs/nexus-sdk
22

3+
## 0.0.29
4+
5+
### Patch Changes
6+
7+
- [`2b0c2d3`](https://github.com/frak-id/wallet/commit/2b0c2d3f2f78a3ccf1eb8be1602fb72ab4a39aaf) Thanks [@srod](https://github.com/srod)! - 🐛 Fix double publish
8+
39
## 0.0.27
410

511
### Patch Changes

sdk/legacy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://twitter.com/QNivelais"
1212
}
1313
],
14-
"version": "0.0.28",
14+
"version": "0.0.29",
1515
"description": "Legacy SDK, only used here to provide nice wrapper and redirection for older implementation, to not break anything and keep them updated with latest security updates.",
1616
"repository": {
1717
"url": "https://github.com/frak-id/wallet",

sdk/react/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @frak-labs/react-sdk
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- [`2b0c2d3`](https://github.com/frak-id/wallet/commit/2b0c2d3f2f78a3ccf1eb8be1602fb72ab4a39aaf) Thanks [@srod](https://github.com/srod)! - 🐛 Fix double publish
8+
9+
- Updated dependencies [[`2b0c2d3`](https://github.com/frak-id/wallet/commit/2b0c2d3f2f78a3ccf1eb8be1602fb72ab4a39aaf)]:
10+
- @frak-labs/core-sdk@0.0.7
11+
312
## 0.0.6
413

514
### Patch Changes

sdk/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://twitter.com/QNivelais"
1212
}
1313
],
14-
"version": "0.0.6",
14+
"version": "0.0.7",
1515
"description": "React SDK of the Frak wallet, low level library to interact directly with the frak ecosystem.",
1616
"repository": {
1717
"url": "https://github.com/frak-id/wallet",

0 commit comments

Comments
 (0)