-
Notifications
You must be signed in to change notification settings - Fork 7
Release/2026-01-30 #2 #476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- project: registry-sdk 6.2.0 - project: registry-backend 3.1.0 - project: abilities-e2e 1.2.3 - project: ability-aerodrome-swap 0.5.3 - project: ability-hyperliquid 3.1.3 - project: ability-relay-link 2.0.1 - project: e2e-test-utils 4.1.0
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
awisniew207
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Release housekeeping PR to publish new package versions and update generated metadata/lockfile entries for the 2026-01-31 release set.
Changes:
- Bump versions and changelogs for multiple packages (registry-backend, registry-sdk, e2e-test-utils, several abilities).
- Update dependency/lockfile for
@lit-protocol/vincent-ability-relay-linkto2.0.1. - Refresh generated IPFS CID metadata JSONs for abilities/policies.
Reviewed changes
Copilot reviewed 15 out of 28 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-lock.yaml | Updates lockfile to reflect @lit-protocol/vincent-ability-relay-link 2.0.1. |
| packages/libs/registry-sdk/package.json | Bumps @lit-protocol/vincent-registry-sdk version to 6.2.0. |
| packages/libs/registry-sdk/CHANGELOG.md | Adds 6.2.0 release notes (withdrawal endpoints and related SDK updates). |
| packages/libs/e2e-test-utils/package.json | Bumps @lit-protocol/vincent-e2e-test-utils to 4.1.0. |
| packages/libs/e2e-test-utils/CHANGELOG.md | Adds 4.1.0 release notes (auth change to SIWE). |
| packages/apps/registry-backend/package.json | Bumps backend version to 3.1.0 and updates ability-relay-link dependency to 2.0.1. |
| packages/apps/registry-backend/CHANGELOG.md | Adds 3.1.0 release notes (withdrawal endpoints + dependency updates section). |
| packages/apps/policy-send-counter/src/generated/vincent-policy-metadata.json | Updates policy metadata IPFS CID. |
| packages/apps/ability-relay-link/src/generated/vincent-ability-metadata.json | Updates ability metadata IPFS CID. |
| packages/apps/ability-relay-link/package.json | Bumps @lit-protocol/vincent-ability-relay-link version to 2.0.1. |
| packages/apps/ability-relay-link/CHANGELOG.md | Adds 2.0.1 changelog entry (dependency update note). |
| packages/apps/ability-morpho/src/generated/vincent-ability-metadata.json | Updates ability metadata IPFS CID. |
| packages/apps/ability-hyperliquid/package.json | Bumps @lit-protocol/vincent-ability-hyperliquid to 3.1.3. |
| packages/apps/ability-hyperliquid/CHANGELOG.md | Adds 3.1.3 changelog entry (dependency update note). |
| packages/apps/ability-erc20-transfer/src/generated/vincent-ability-metadata.json | Updates ability metadata IPFS CID. |
| packages/apps/ability-erc20-approval/src/generated/vincent-ability-metadata.json | Updates ability metadata IPFS CID. |
| packages/apps/ability-debridge/src/generated/vincent-ability-metadata.json | Updates ability metadata IPFS CID. |
| packages/apps/ability-aerodrome-swap/package.json | Bumps @lit-protocol/vincent-ability-aerodrome-swap to 0.5.3. |
| packages/apps/ability-aerodrome-swap/CHANGELOG.md | Adds 0.5.3 changelog entry (dependency update note). |
| packages/apps/abilities-e2e/package.json | Bumps @lit-protocol/vincent-abilities-e2e to 1.2.3. |
| packages/apps/abilities-e2e/CHANGELOG.md | Adds 1.2.3 changelog entry (dependency update note). |
| .nx/version-plans/version-plan-1768873657320.md | Removes the version plan file as part of the release application. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "@lit-protocol/vincent-ability-relay-link": "2.0.1", | ||
| "@lit-protocol/vincent-app-sdk": "2.7.0", | ||
| "@lit-protocol/vincent-contracts-sdk": "8.1.0", | ||
| "@lit-protocol/vincent-registry-sdk": "6.1.0", |
Copilot
AI
Jan 31, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lit-protocol/vincent-registry-sdk is still pinned to 6.1.0, but this PR bumps registry-sdk to 6.2.0 and the changelog claims it was updated. Update this dependency to 6.2.0 to keep the backend aligned with the new SDK release.
| "@lit-protocol/vincent-registry-sdk": "6.1.0", | |
| "@lit-protocol/vincent-registry-sdk": "6.2.0", |
|
|
||
| ### 🚀 Features | ||
|
|
||
| - Remove use of JWT for auth and replace with SIWE for Registry Backend API ([](https://github.com/LIT-Protocol/Vincent/commit/)) |
Copilot
AI
Jan 31, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changelog entry has an empty commit link (.../commit/) which renders as a broken URL. Please include the actual commit SHA or remove the link.
| - Remove use of JWT for auth and replace with SIWE for Registry Backend API ([](https://github.com/LIT-Protocol/Vincent/commit/)) | |
| - Remove use of JWT for auth and replace with SIWE for Registry Backend API |
No description provided.