Skip to content

Commit aba3953

Browse files
authored
feat: release all packages 2.1.2 (#111)
1 parent cbb7e92 commit aba3953

File tree

10 files changed

+67
-15
lines changed

10 files changed

+67
-15
lines changed

packages/cli/CHANGELOG.md

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

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- refactor code
8+
- Updated dependencies
9+
- @polkadot-agent-kit/common@2.1.2
10+
- @polkadot-agent-kit/llm@2.1.2
11+
- @polkadot-agent-kit/sdk@2.1.2
12+
313
## 2.1.1
414

515
### Patch Changes
616

7-
-
17+
-
818
- Updated dependencies
919
- @polkadot-agent-kit/common@2.1.1
1020
- @polkadot-agent-kit/llm@2.1.1

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.1",
3+
"version": "2.1.2",
44
"description": "CLI for Polkadot Agent Kit - AI Agent Management",
55
"repository": {
66
"type": "git",

packages/common/CHANGELOG.md

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

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- refactor code
8+
39
## 2.1.1
410

511
### Patch Changes
612

713
- Update readme
814
- Fix name convention supported-chains to supportedChains
9-
- Remove xcm.ts file
15+
- Remove xcm.ts file
1016
- add key management
1117

1218
## 2.1.0

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.1",
3+
"version": "2.1.2",
44
"description": "SDK common code for Polkadot Agent Kit for developers",
55
"repository": {
66
"type": "git",

packages/core/CHANGELOG.md

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

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- refactor code
8+
- Add dryrun swap core
9+
- Migrate nomination pools to AH
10+
- Updated dependencies
11+
- @polkadot-agent-kit/common@2.1.2
12+
313
## 2.1.1
414

515
### Patch Changes
616

717
- Update core readme
818
- Add DryRun function
9-
- Check dryRun for transfer native asset
19+
- Check dryRun for transfer native asset
1020
- Add drynRun for swap function
1121

1222
- Updated dependencies

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.1",
3+
"version": "2.1.2",
44
"description": "Core Package for Polkadot Agent Kit",
55
"repository": {
66
"type": "git",

packages/llm/CHANGELOG.md

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

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- refactor code
8+
- Update nomination pools langchain
9+
- Update nomination pools prompt
10+
11+
- Updated dependencies
12+
- @polkadot-agent-kit/common@2.1.2
13+
- @polkadot-agent-kit/core@2.1.2
14+
315
## 2.1.1
416

517
### Patch Changes
618

7-
- Update readme
8-
- Update swapToolSchema
9-
- Refactor tool call result
19+
- Update readme
20+
- Update swapToolSchema
21+
- Refactor tool call result
1022
- Updated dependencies
1123
- @polkadot-agent-kit/common@2.1.1
1224
- @polkadot-agent-kit/core@2.1.1

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.1",
3+
"version": "2.1.2",
44
"description": "SDK LLM for Polkadot Agent Kit",
55
"repository": {
66
"type": "git",

packages/sdk/CHANGELOG.md

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

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- refactor code
8+
- Update integration tests clear
9+
- Divide 2 integration tests for testnet and mainnet
10+
- Add nomination pools integration tests
11+
12+
- Updated dependencies
13+
- @polkadot-agent-kit/common@2.1.2
14+
- @polkadot-agent-kit/core@2.1.2
15+
- @polkadot-agent-kit/llm@2.1.2
16+
317
## 2.1.1
418

519
### Patch Changes
620

7-
- Add Vercel AI SDK
8-
- Add mcp server
9-
- Remove key management
10-
- Add integration mainnet
21+
- Add Vercel AI SDK
22+
- Add mcp server
23+
- Remove key management
24+
- Add integration mainnet
1125

1226
- Updated dependencies
1327
- @polkadot-agent-kit/common@2.1.1

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.1",
3+
"version": "2.1.2",
44
"description": "SDK for Polkadot Agent Kit",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)