Skip to content

Commit 8dc6449

Browse files
committed
Merge branch 'main'
2 parents 514dd14 + 5050a01 commit 8dc6449

File tree

266 files changed

+27915
-13346
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

266 files changed

+27915
-13346
lines changed

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

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

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

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

CONTRIBUTING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,10 @@ Currently, `packages/apps/registry-backend` specifies version numbers for the lo
183183
```
184184

185185
3. Run `pnpm clean && pnpm i && pnpm build`
186-
4. Run `pnpm nx release --skip-publish --dry-run` and verify the output is expected
187-
5. Run `pnpm nx release --skip-publish` to consume the version plans, bump the version in the `package.json` files, and generate the `CHANGELOG.md` files for each package
188-
6. Run the following to publish the packages, excluding the `registry-sdk` package:
186+
4. Commit generated files and `pnpm-lock.yaml` with the commit message: `chore: pnpm i && pnpm build`
187+
5. Run `pnpm nx release --skip-publish --dry-run` and verify the output is expected
188+
6. Run `pnpm nx release --skip-publish` to consume the version plans, bump the version in the `package.json` files, and generate the `CHANGELOG.md` files for each package
189+
7. Run the following to publish the packages, excluding the `registry-sdk` package:
189190

190191
Make sure to replace `YOUR_OTP` with your one-time password.
191192

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.8 (2025-10-23)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated ability-aerodrome-swap to 0.3.0
6+
17
## 1.1.7 (2025-10-20)
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.7",
4+
"version": "1.1.8",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.3.0 (2025-10-23)
2+
3+
### 🚀 Features
4+
5+
- Refactor internal use of the SDK to simplify the Aerodrome Swap Ability ([439b73f9](https://github.com/LIT-Protocol/Vincent/commit/439b73f9))
6+
- Wrap Sugar SDK quote generation in a Lit Actions runOnce to avoid the possible scenario where the Lit nodes get back different quotes causing a Lit Action signing failure ([939dbd82](https://github.com/LIT-Protocol/Vincent/commit/939dbd82))
7+
8+
### ❤️ Thank You
9+
10+
- Wyatt Barnes @spacesailor24
11+
112
## 0.2.0 (2025-10-20)
213

314
### 🚀 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.2.0",
3+
"version": "0.3.0",
44
"publishConfig": {
55
"access": "public"
66
},

packages/apps/app-dashboard/.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ VITE_LIT_FEATURE_ENV=
2222
VITE_DASHBOARD_URL=http://localhost:5173
2323

2424
VITE_ENV=development
25+
26+
VITE_FEATURED_APP_IDS=

packages/apps/app-dashboard/index.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55

66
<!-- Preload hero image for better LCP -->
77
<link rel="preload" as="image" href="/vincent-main-logo.png" fetchpriority="high">
8-
8+
9+
<!-- Fonts -->
10+
<link rel="stylesheet" href="/fonts/poppins/style.css">
11+
<link rel="stylesheet" href="/fonts/encode-sans-semi-expanded/style.css">
12+
913
<!-- Favicon -->
1014
<link rel="icon" href="/favicon.png" type="image/png" />
1115
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.png" />
@@ -22,20 +26,23 @@
2226
<title>Vincent | Delegation Platform</title>
2327
<meta name="description" content="Delegation platform for user-owned automation. Create apps with delegated permissions or control permissions for existing applications." />
2428

29+
<!-- Farcaster Mini App -->
30+
<meta property="fc:miniapp" content='{"version":"1","imageUrl":"https://dashboard.heyvincent.ai/internal-logos/farcaster-embed-preview.png","button":{"title":"Open Vincent","action":{"type":"launch_frame","name":"launch"}}}' />
31+
2532
<!-- Open Graph / Facebook -->
2633
<meta property="og:type" content="website" />
2734
<meta property="og:url" content="https://dashboard.heyvincent.ai/" />
28-
<meta property="og:title" content="Vincent | Delegation Platform" />
29-
<meta property="og:description" content="Delegation platform for user-owned automation. Create apps with delegated permissions or control permissions for existing applications." />
35+
<meta property="og:title" content="Vincent - Delegation Platform" />
36+
<meta property="og:description" content="Control delegated permissions for Web3 apps and automate your onchain assets securely." />
3037
<meta property="og:image" content="https://dashboard.heyvincent.ai/logo.png" />
3138
<meta property="og:image:width" content="1200" />
3239
<meta property="og:image:height" content="630" />
3340

3441
<!-- Twitter -->
3542
<meta property="twitter:card" content="summary_large_image" />
3643
<meta property="twitter:url" content="https://dashboard.heyvincent.ai/" />
37-
<meta property="twitter:title" content="Vincent | Delegation Platform" />
38-
<meta property="twitter:description" content="Delegation platform for user-owned automation. Create apps with delegated permissions or control permissions for existing applications." />
44+
<meta property="twitter:title" content="Vincent - Delegation Platform" />
45+
<meta property="twitter:description" content="Control delegated permissions for Web3 apps and automate your onchain assets securely." />
3946
<meta property="twitter:image" content="https://dashboard.heyvincent.ai/logo.png" />
4047

4148
<!-- Structured Data -->

packages/apps/app-dashboard/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12+
"@farcaster/miniapp-sdk": "^0.1.10",
1213
"@hookform/resolvers": "^4.1.0",
1314
"@lit-protocol/auth-browser": "^7.2.3",
1415
"@lit-protocol/auth-helpers": "^7.2.3",
@@ -59,6 +60,7 @@
5960
"qr-scanner": "^1.4.2",
6061
"react": "^19.0.0",
6162
"react-dom": "^19.0.0",
63+
"react-globe.gl": "^2.36.0",
6264
"react-helmet-async": "^2.0.5",
6365
"react-hook-form": "^7.54.2",
6466
"react-international-phone": "^4.6.0",
@@ -74,6 +76,8 @@
7476
"tailwind-merge": "^3.2.0",
7577
"tailwindcss": "^4.0.14",
7678
"tailwindcss-animate": "^1.0.7",
79+
"three": "^0.180.0",
80+
"topojson-client": "^3.1.0",
7781
"tslib": "^2.8.1",
7882
"tw-animate-css": "^1.2.5",
7983
"usehooks-ts": "^3.1.1",
@@ -90,6 +94,8 @@
9094
"@types/node": "^20",
9195
"@types/react": "^19.0.10",
9296
"@types/react-dom": "^19.0.4",
97+
"@types/three": "^0.180.0",
98+
"@types/topojson-client": "^3.1.5",
9399
"@types/validator": "^13.15.2",
94100
"@vitejs/plugin-react": "^4.3.4",
95101
"@walletconnect/core": "^2.20.2",

0 commit comments

Comments
 (0)