Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 25, 2024
1 parent d10d058 commit ed97e05
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/two-apricots-wonder.md

This file was deleted.

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

## 0.0.2

### Patch Changes

- Updated dependencies [[`d10d058`](https://github.com/frak-id/wallet/commit/d10d05891bb2bf4f38a3a05edac023251e4133aa)]:
- @frak-labs/nexus-sdk@0.0.22
- @frak-labs/shared@0.0.0

## 0.1.19

### 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.1",
"version": "0.0.2",
"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.20

### Patch Changes

- Updated dependencies [[`d10d058`](https://github.com/frak-id/wallet/commit/d10d05891bb2bf4f38a3a05edac023251e4133aa)]:
- @frak-labs/nexus-sdk@0.0.22

## 0.1.19

### 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.19",
"version": "0.1.20",
"description": "Simple demo of a future Frak Wallet",
"private": true,
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/backend-elysia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @frak-labs/backend-elysia

## 0.0.9

### Patch Changes

- Updated dependencies [[`d10d058`](https://github.com/frak-id/wallet/commit/d10d05891bb2bf4f38a3a05edac023251e4133aa)]:
- @frak-labs/nexus-sdk@0.0.22

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-elysia/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frak-labs/backend-elysia",
"description": "Elysia Backend for the frak ecosystem",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"type": "module",
"license": "GNU GPL 3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @frak-labs/nexus-dashboard

## 0.0.14

### Patch Changes

- Updated dependencies [[`d10d058`](https://github.com/frak-id/wallet/commit/d10d05891bb2bf4f38a3a05edac023251e4133aa)]:
- @frak-labs/nexus-sdk@0.0.22
- @frak-labs/shared@0.0.0

## 0.0.13

### 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.13",
"version": "0.0.14",
"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.22

### Patch Changes

- [`d10d058`](https://github.com/frak-id/wallet/commit/d10d05891bb2bf4f38a3a05edac023251e4133aa) Thanks [@srod](https://github.com/srod)! - Disable share button until iframe is ready

## 0.0.21

### 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.21",
"version": "0.0.22",
"description": "Frak 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
8 changes: 8 additions & 0 deletions packages/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @frak-labs/nexus-wallet

## 0.0.21

### Patch Changes

- Updated dependencies [[`d10d058`](https://github.com/frak-id/wallet/commit/d10d05891bb2bf4f38a3a05edac023251e4133aa)]:
- @frak-labs/nexus-sdk@0.0.22
- @frak-labs/shared@0.0.0

## 0.0.20

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

0 comments on commit ed97e05

Please sign in to comment.