Skip to content

Commit 74354ca

Browse files
committed
release new version 2.1.5
1 parent e4a1f35 commit 74354ca

File tree

10 files changed

+60
-9
lines changed

10 files changed

+60
-9
lines changed

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @polkadot-agent-kit/cli
22

3+
## 2.1.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @polkadot-agent-kit/common@2.1.5
9+
- @polkadot-agent-kit/llm@2.1.5
10+
- @polkadot-agent-kit/sdk@2.1.5
11+
312
## 2.1.4
413

514
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot-agent-kit/cli",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "CLI for Polkadot Agent Kit - AI Agent Management",
55
"repository": {
66
"type": "git",

packages/common/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# @polkadot-agent-kit/common
22

3+
## 2.1.5
4+
5+
### Patch Changes
6+
7+
- bump version polkadot-api
8+
- update url westend asset hub
9+
310
## 2.1.4
411

512
### Patch Changes
6-
- release new version
13+
14+
- release new version
715

816
## 2.1.3
917

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot-agent-kit/common",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "SDK common code for Polkadot Agent Kit for developers",
55
"repository": {
66
"type": "git",

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @polkadot-agent-kit/core
22

3+
## 2.1.5
4+
5+
### Patch Changes
6+
7+
- fix get currency location
8+
- bump polkadot-api
9+
- remove unused codes
10+
11+
- Updated dependencies
12+
- @polkadot-agent-kit/common@2.1.5
13+
314
## 2.1.4
415

516
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot-agent-kit/core",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "Core Package for Polkadot Agent Kit",
55
"repository": {
66
"type": "git",

packages/llm/CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
# @polkadot-agent-kit/llm
22

3+
## 2.1.5
4+
5+
### Patch Changes
6+
7+
- bump polkadot-api
8+
- update prompt for swap
9+
10+
- Updated dependencies
11+
- @polkadot-agent-kit/common@2.1.5
12+
- @polkadot-agent-kit/core@2.1.5
13+
314
## 2.1.4
415

516
### Patch Changes
617

7-
- remove unused functions
8-
- add validate tool helper function
18+
- remove unused functions
19+
- add validate tool helper function
920
- Updated dependencies
1021
- @polkadot-agent-kit/common@2.1.4
1122
- @polkadot-agent-kit/core@2.1.4

packages/llm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot-agent-kit/llm",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "SDK LLM for Polkadot Agent Kit",
55
"repository": {
66
"type": "git",

packages/sdk/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
# @polkadot-agent-kit/sdk
22

3+
## 2.1.5
4+
5+
### Patch Changes
6+
7+
- bump the latest paraspell
8+
- update test case after migration
9+
10+
- Updated dependencies
11+
- @polkadot-agent-kit/common@2.1.5
12+
- @polkadot-agent-kit/core@2.1.5
13+
- @polkadot-agent-kit/llm@2.1.5
14+
315
## 2.1.4
416

517
### Patch Changes
618

7-
- add `addCustomTools` -> allow dev can extend their function calls
19+
- add `addCustomTools` -> allow dev can extend their function calls
820

921
- Updated dependencies
1022
- @polkadot-agent-kit/common@2.1.4

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot-agent-kit/sdk",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "SDK for Polkadot Agent Kit",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)