Skip to content

Commit 6902e10

Browse files
committed
chore(release): publish
- project: registry-sdk 6.2.0 - project: registry-backend 3.1.0 - project: abilities-e2e 1.2.3 - project: ability-aerodrome-swap 0.5.3 - project: ability-hyperliquid 3.1.3 - project: ability-relay-link 2.0.1 - project: e2e-test-utils 4.1.0
1 parent a002be9 commit 6902e10

15 files changed

Lines changed: 88 additions & 29 deletions

File tree

.nx/version-plans/version-plan-1768873657320.md

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

packages/apps/abilities-e2e/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.2.3 (2026-01-31)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated ability-aerodrome-swap to 0.5.3
6+
17
## 1.2.2 (2026-01-30)
28

39
### 🧱 Updated Dependencies

packages/apps/abilities-e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lit-protocol/vincent-abilities-e2e",
33
"private": true,
4-
"version": "1.2.2",
4+
"version": "1.2.3",
55
"dependencies": {
66
"@aa-sdk/core": "^4.53.1",
77
"@account-kit/infra": "^4.53.1",

packages/apps/ability-aerodrome-swap/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.5.3 (2026-01-31)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated e2e-test-utils to 4.1.0
6+
17
## 0.5.2 (2026-01-30)
28

39
### 🧱 Updated Dependencies

packages/apps/ability-aerodrome-swap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lit-protocol/vincent-ability-aerodrome-swap",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"publishConfig": {
55
"access": "public"
66
},

packages/apps/ability-hyperliquid/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.1.3 (2026-01-31)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated e2e-test-utils to 4.1.0
6+
17
## 3.1.2 (2026-01-30)
28

39
### 🧱 Updated Dependencies

packages/apps/ability-hyperliquid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lit-protocol/vincent-ability-hyperliquid",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"publishConfig": {
55
"access": "public"
66
},

packages/apps/ability-relay-link/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.1 (2026-01-31)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated e2e-test-utils to 4.1.0
6+
17
# 2.0.0 (2026-01-30)
28

39
### 🧱 Updated Dependencies

packages/apps/ability-relay-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lit-protocol/vincent-ability-relay-link",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"publishConfig": {
55
"access": "public"
66
},

packages/apps/registry-backend/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## 3.1.0 (2026-01-31)
2+
3+
### 🚀 Features
4+
5+
- Add withdrawal endpoints for users to withdraw tokens from their agent smart accounts ([89eb5329](https://github.com/LIT-Protocol/Vincent/commit/89eb5329))
6+
7+
**registry-backend:**
8+
- Add `POST /user/:appId/request-withdraw` endpoint to prepare unsigned UserOperations for withdrawing tokens
9+
- Add `POST /user/:appId/complete-withdraw` endpoint to submit signed UserOperations and execute withdrawals
10+
- Add `SPONSOR_WITHDRAW_GAS` env var to optionally sponsor gas fees via ZeroDev paymaster
11+
- Add Alchemy utility for fetching token balances with metadata
12+
- Refactor chainConfig into utils with network-specific bundler URL support
13+
- Add integration tests for withdrawal flow
14+
**registry-sdk:**
15+
- Add `POST /user/:appId/request-withdraw` endpoint schema
16+
- Add `POST /user/:appId/complete-withdraw` endpoint schema
17+
- Add withdraw types: `Asset`, `RequestWithdrawRequest`, `RequestWithdrawResponse`, `SignedWithdrawal`, `CompleteWithdrawRequest`, `CompleteWithdrawResponse`
18+
- Regenerate RTK clients
19+
20+
### 🧱 Updated Dependencies
21+
22+
- Updated registry-sdk to 6.2.0
23+
- Updated ability-relay-link to 2.0.1
24+
25+
### ❤️ Thank You
26+
27+
- awisniew207 @awisniew207
28+
129
# 3.0.0 (2026-01-30)
230

331
### 🚀 Features

0 commit comments

Comments
 (0)