Skip to content

Commit

Permalink
Update changelogs and bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 7, 2025
1 parent 6e8970e commit a610361
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/moody-poems-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-jokes-yell.md

This file was deleted.

26 changes: 13 additions & 13 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
},
{
"name": "@kadena/kadena-cli",
"version": "1.3.9",
"version": "1.3.10",
"private": false,
"path": "packages/tools/kadena-cli"
},
Expand Down Expand Up @@ -187,7 +187,7 @@
},
{
"name": "@kadena/wallet-sdk",
"version": "0.1.1",
"version": "0.2.0",
"private": false,
"path": "packages/libs/wallet-sdk"
},
Expand Down Expand Up @@ -234,38 +234,38 @@
"path": "packages/tools/shared-config"
},
{
"name": "e2e-graph",
"name": "e2e-dev-wallet",
"version": "0.0.2",
"private": true,
"path": "packages/e2e/e2e-graph"
"path": "packages/e2e/e2e-dev-wallet"
},
{
"name": "e2e-proof-of-us",
"name": "e2e-graph",
"version": "0.0.2",
"private": true,
"path": "packages/e2e/e2e-proof-of-us"
"path": "packages/e2e/e2e-graph"
},
{
"name": "e2e-tools",
"name": "e2e-proof-of-us",
"version": "0.0.2",
"private": true,
"path": "packages/e2e/e2e-tools"
"path": "packages/e2e/e2e-proof-of-us"
},
{
"name": "e2e-dev-wallet",
"name": "e2e-rwa-demo",
"version": "0.0.2",
"private": true,
"path": "packages/e2e/e2e-dev-wallet"
"path": "packages/e2e/e2e-rwa-demo"
},
{
"name": "e2e-rwa-demo",
"name": "e2e-tools",
"version": "0.0.2",
"private": true,
"path": "packages/e2e/e2e-rwa-demo"
"path": "packages/e2e/e2e-tools"
},
{
"name": "wallet-sdk-example-app",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"path": "packages/apps/wallet-sdk-example"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/apps/wallet-sdk-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# wallet-sdk-example-app

## 0.0.5

### Patch Changes

- Updated dependencies \[4e1530d]
- @kadena/wallet-sdk\@0.2.0

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/wallet-sdk-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wallet-sdk-example-app",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/libs/wallet-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kadena/wallet-sdk

## 0.2.0

### Minor Changes

- 4e1530d: Provide new create transfer methods (breaking change)

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/wallet-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena/wallet-sdk",
"version": "0.1.1",
"version": "0.2.0",
"description": "",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/tools/kadena-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kadena/kadena-cli

## 1.3.10

### Patch Changes

- d99871a: Fixed warning when passing -u in tx sign

## 1.3.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/kadena-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena/kadena-cli",
"version": "1.3.9",
"version": "1.3.10",
"description": "Kadena CLI tool to interact with the Kadena blockchain (manage keys, transactions, etc.)",
"keywords": [
"Kadena",
Expand Down

0 comments on commit a610361

Please sign in to comment.