Skip to content

Commit 5ce3cac

Browse files
Merge pull request #373 from LIT-Protocol/release/2025-10-20
Release/2025-10-20
2 parents e88d5dc + c53b0f3 commit 5ce3cac

File tree

6 files changed

+24
-12
lines changed

6 files changed

+24
-12
lines changed

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

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

CONTRIBUTING.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -190,13 +190,14 @@ Currently, `packages/apps/registry-backend` specifies version numbers for the lo
190190
Make sure to replace `YOUR_OTP` with your one-time password.
191191

192192
```bash
193-
pnpm nx release publish -p ability-sdk app-sdk mcp-sdk contracts-sdk registry-backend policy-spending-limit policy-contract-whitelist ability-erc20-approval ability-erc20-transfer ability-uniswap-swap ability-evm-transaction-signer mcp-server abilities-e2e ability-morpho ability-aave ability-debridge policy-send-counter --otp=YOUR_OTP
193+
pnpm nx release publish -p ability-sdk app-sdk mcp-sdk contracts-sdk registry-backend policy-spending-limit policy-contract-whitelist ability-erc20-approval ability-erc20-transfer ability-uniswap-swap ability-evm-transaction-signer mcp-server abilities-e2e ability-morpho ability-aave ability-debridge policy-send-counter ability-aerodrome-swap --otp=YOUR_OTP
194194
```
195195

196-
7. Revert the changes made to `packages/apps/registry-backend/package.json` in step 2: replace `workspace:*` with the new version numbers for each Vincent dependency package after step 6
197-
8. Run `pnpm clean && pnpm i && pnpm build`
198-
9. Commit the `pnpm-lock.yaml`, push your changes, and push the generated git tags with `git push --tags`
199-
10. Open a PR against the `main` branch from your `release/YYYY-MM-DD` branch
196+
7. Publish the Abilities and Policies to IPFS: `pnpx nx run-many --target=action:only:deploy --all`
197+
8. Revert the changes made to `packages/apps/registry-backend/package.json` in step 2: replace `workspace:*` with the new version numbers for each Vincent dependency package after step 6
198+
9. Run `pnpm clean && pnpm i && pnpm build`
199+
10. Commit the `pnpm-lock.yaml`, push your changes, and push the generated git tags with `git push --tags`
200+
11. Open a PR against the `main` branch from your `release/YYYY-MM-DD` branch
200201

201202
## For AI Editors and IDEs
202203

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.1.7 (2025-10-20)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated ability-aerodrome-swap to 0.2.0
6+
17
## 1.1.6 (2025-10-17)
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.1.6",
4+
"version": "1.1.7",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.2.0 (2025-10-20)
2+
3+
### 🚀 Features
4+
5+
- Update Aerodrome Sugar SDK version. Fix Sugar SDK dependency issue when installing the Aerodrome Swap Ability from NPM ([bf7ceef3](https://github.com/LIT-Protocol/Vincent/commit/bf7ceef3))
6+
7+
### ❤️ Thank You
8+
9+
- Wyatt Barnes @spacesailor24
10+
111
## 0.1.0 (2025-10-17)
212

313
### 🚀 Features

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.1.0",
3+
"version": "0.2.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)