Skip to content

Commit c5a53ab

Browse files
Merge pull request #376 from LIT-Protocol/release/2025-10-22
Release/2025-10-22
2 parents aa47094 + fdff558 commit c5a53ab

File tree

7 files changed

+23
-15
lines changed

7 files changed

+23
-15
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
},

0 commit comments

Comments
 (0)