@lit-protocol/vincent-ability-uniswap-swap 7.0.0 → 8.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 8.0.1 (2025-11-06)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated app-sdk to 2.2.4
6
+
7
+ # 8.0.0 (2025-10-08)
8
+
9
+ ### ⚠️ Breaking Changes
10
+
11
+ - 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))
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Wyatt Barnes @spacesailor24
16
+
1
17
  # 7.0.0 (2025-10-08)
2
18
 
3
19
  ### ⚠️ Breaking Changes
package/dist/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 8.0.1 (2025-11-06)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated app-sdk to 2.2.4
6
+
7
+ # 8.0.0 (2025-10-08)
8
+
9
+ ### ⚠️ Breaking Changes
10
+
11
+ - 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))
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Wyatt Barnes @spacesailor24
16
+
1
17
  # 7.0.0 (2025-10-08)
2
18
 
3
19
  ### ⚠️ Breaking Changes
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lit-protocol/vincent-ability-uniswap-swap",
3
- "version": "7.0.0",
3
+ "version": "8.0.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },