Skip to content

Commit af22f4e

Browse files
committed
chore(release): publish
- project: ability-uniswap-swap 8.0.0 - project: abilities-e2e 1.1.5
1 parent a1ca334 commit af22f4e

File tree

5 files changed

+18
-7
lines changed

5 files changed

+18
-7
lines changed

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

Lines changed: 0 additions & 5 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.1.5 (2025-10-08)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated ability-uniswap-swap to 8.0.0
6+
17
## 1.1.4 (2025-10-08)
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.4",
4+
"version": "1.1.5",
55
"dependencies": {
66
"@aa-sdk/core": "^4.53.1",
77
"@account-kit/infra": "^4.53.1",

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 8.0.0 (2025-10-08)
2+
3+
### ⚠️ Breaking Changes
4+
5+
- Remove the ApproveAndSwap Ability Action from the Uniswap Swap Ability, and format returned tokenIn allowances and balances as decimal strings ([0b80ad90](https://github.com/LIT-Protocol/Vincent/commit/0b80ad90))
6+
7+
### ❤️ Thank You
8+
9+
- Wyatt Barnes @spacesailor24
10+
111
# 7.0.0 (2025-10-08)
212

313
### ⚠️ Breaking Changes

packages/apps/ability-uniswap-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-uniswap-swap",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)