Skip to content

3.0.0#340

Open
Dargon789 wants to merge 7 commits intoDargon789:wagmi-prfrom
0xsequence:master
Open

3.0.0#340
Dargon789 wants to merge 7 commits intoDargon789:wagmi-prfrom
0xsequence:master

Conversation

@Dargon789
Copy link
Owner

@Dargon789 Dargon789 commented Mar 6, 2026

#325

Summary by Sourcery

Promote the Sequence v3 stack from beta to the 3.0.0 stable release across wallet, services, and utility packages, incorporating accumulated auth, network, and dapp client improvements.

New Features:

  • Enable ethauth-based authentication across wallet, services, and ABI utilities.
  • Add support for additional chains and improved EOA login flows in the dapp client and related services.

Bug Fixes:

  • Fix relayer RPC behavior and signer 404 errors across the stack.
  • Resolve Apple auth issues and adjust relayer fee options handling.
  • Tweak the Base network display title to no longer reference Coinbase.

Enhancements:

  • Optimize multicall3 usage and various dapp client interactions.
  • Update userdata and identity-related services with new instrumentation and userdata service improvements.
  • Align wallet primitives, guard, relayer, and core packages on the finalized v3 behavior.

Build:

  • Promote internal repo packages (@repo/eslint-config, @repo/typescript-config, @repo/ui) from beta to their 0.0.1 stable versions.
  • Remove processed changeset files after cutting the 3.0.0 release.

@codesandbox
Copy link

codesandbox bot commented Mar 6, 2026

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@sourcery-ai
Copy link

sourcery-ai bot commented Mar 6, 2026

Reviewer's Guide

Finalize the 3.0.0 release by promoting multiple packages from beta to stable, updating their changelogs with aggregated beta notes, making a minor network metadata tweak, and cleaning up Changeset pre-release files.

Flow diagram for promoting beta packages to 3_0_0 stable

graph TD
  A["Aggregate beta changes into changelogs"] --> B["Update versions from 3.0.0-beta.19 to 3.0.0 for core packages"]
  B --> C["Update versions from 0.0.1-beta.1 to 0.0.1 for repo tooling packages"]
  C --> D["Apply minor metadata tweak to Base network title"]
  D --> E["Remove Changeset pre-release and individual changeset files"]
  E --> F["Publish stable 3.0.0 release across packages"]
Loading

File-Level Changes

Change Details Files
Promote services, wallet, and utility packages from 3.0.0-beta.19 (and 0.0.1-beta.1) to stable versions.
  • Bump version fields from 3.0.0-beta.19 to 3.0.0 for services and wallet packages.
  • Bump repo-level utilities (eslint-config, typescript-config, ui) from 0.0.1-beta.1 to 0.0.1.
  • Ensure publishConfig and metadata remain unchanged aside from version numbers.
packages/services/api/package.json
packages/services/builder/package.json
packages/services/guard/package.json
packages/services/identity-instrument/package.json
packages/services/indexer/package.json
packages/services/marketplace/package.json
packages/services/metadata/package.json
packages/services/relayer/package.json
packages/services/userdata/package.json
packages/utils/abi/package.json
packages/wallet/core/package.json
packages/wallet/dapp-client/package.json
packages/wallet/primitives/package.json
packages/wallet/wdk/package.json
repo/eslint-config/package.json
repo/typescript-config/package.json
repo/ui/package.json
Add 3.0.0 release entries to changelogs consolidating prior beta changes and dependency updates.
  • Insert new 3.0.0 sections summarizing ethauth support, new chains, relayer fixes, auth fixes, multicall optimization, and other improvements.
  • Record dependency bumps to internal 3.0.0 packages within each affected changelog.
  • Preserve existing 3.0.0-beta.19 (and prior) history below the new 3.0.0 entries.
packages/wallet/wdk/CHANGELOG.md
packages/wallet/dapp-client/CHANGELOG.md
packages/wallet/core/CHANGELOG.md
packages/services/relayer/CHANGELOG.md
packages/services/api/CHANGELOG.md
packages/services/builder/CHANGELOG.md
packages/services/guard/CHANGELOG.md
packages/services/identity-instrument/CHANGELOG.md
packages/services/indexer/CHANGELOG.md
packages/services/marketplace/CHANGELOG.md
packages/services/metadata/CHANGELOG.md
packages/utils/abi/CHANGELOG.md
packages/wallet/primitives/CHANGELOG.md
packages/services/userdata/CHANGELOG.md
repo/eslint-config/CHANGELOG.md
repo/typescript-config/CHANGELOG.md
repo/ui/CHANGELOG.md
Minor network metadata tweak for Base chain.
  • Update Base network title from 'Base (Coinbase)' to 'Base' to reflect current branding.
  • Remove an extraneous trailing blank line in the networks array definition.
packages/wallet/primitives/src/network.ts
Clean up Changeset pre-release configuration and used changeset files after final 3.0.0 release.
  • Remove pre.json that enabled pre-release mode for Changesets.
  • Delete individual changeset markdown files now consolidated into the 3.0.0 changelog entries.
.changeset/all-rings-bow.md
.changeset/brave-papayas-join.md
.changeset/bright-pots-hope.md
.changeset/chilly-hands-carry.md
.changeset/crisp-zoos-retire.md
.changeset/cyan-radios-relax.md
.changeset/four-beds-stare.md
.changeset/free-tips-switch.md
.changeset/goofy-laws-serve.md
.changeset/modern-views-write.md
.changeset/new-turkeys-double.md
.changeset/nice-tips-slide.md
.changeset/nine-areas-fall.md
.changeset/open-toes-marry.md
.changeset/plain-feet-stare.md
.changeset/pre.json
.changeset/smart-cups-exist.md
.changeset/tiny-files-chew.md
.changeset/wild-feet-carry.md
.changeset/wise-heads-buy.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@snyk-io
Copy link

snyk-io bot commented Mar 6, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
🔚 Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@gemini-code-assist
Copy link

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request finalizes the release of version 3.0.0 for the sequence.js library, moving it out of its beta phase. The changes primarily involve updating package versions to 3.0.0, incorporating all previous beta patch notes into the official changelogs, and removing the temporary changeset files that facilitated the beta releases. Additionally, a minor textual adjustment was made to a network's display name for clarity.

Highlights

  • Major Version Release: Version 3.0.0 has been officially released across numerous core packages, signifying a transition from beta to a stable production version.
  • Changelog Consolidation: All patch changes accumulated during the beta phase have been integrated into the main 3.0.0 changelog entries for each affected package.
  • Cleanup of Beta Artifacts: Temporary changeset files and the pre-release configuration file, which were used to manage beta versions, have been removed.
  • Network Name Refinement: The display name for the 'Base' network was updated from 'Base (Coinbase)' to simply 'Base' in the wallet primitives.
Changelog
  • packages/services/api/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
  • packages/services/builder/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
  • packages/services/guard/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
  • packages/services/identity-instrument/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
  • packages/services/indexer/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
  • packages/services/marketplace/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
  • packages/services/metadata/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
  • packages/services/relayer/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
    • Updated dependencies [f68be62]
    • Updated dependencies [49d8a2f]
    • Updated dependencies [3411232]
    • Updated dependencies [23cb9e9]
    • Updated dependencies [f5f6a7a]
    • Updated dependencies [e7de3b1]
    • Updated dependencies [493836f]
    • Updated dependencies [30e1f1a]
    • Updated dependencies [d5017e8]
    • Updated dependencies [24a5fab]
    • Updated dependencies [e5e1a03]
    • Updated dependencies [0b63113]
    • Updated dependencies [a89134a]
    • Updated dependencies [7c6c811]
    • Updated dependencies
    • Updated dependencies [98ce38b]
    • Updated dependencies [747e6b5]
    • Updated dependencies [40c19ff]
    • Updated dependencies [6d5de25]
    • Updated dependencies [934acd1]
    • @0xsequence/wallet-primitives@3.0.0
  • packages/services/userdata/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0 release
    • Relayer fee options fix
    • dapp client updates for EOA login
  • packages/utils/abi/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
  • packages/wallet/core/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
    • Updated dependencies [f68be62]
    • Updated dependencies [49d8a2f]
    • Updated dependencies [3411232]
    • Updated dependencies [23cb9e9]
    • Updated dependencies [f5f6a7a]
    • Updated dependencies [e7de3b1]
    • Updated dependencies [493836f]
    • Updated dependencies [30e1f1a]
    • Updated dependencies [d5017e8]
    • Updated dependencies [24a5fab]
    • Updated dependencies [e5e1a03]
    • Updated dependencies [0b63113]
    • Updated dependencies [a89134a]
    • Updated dependencies [7c6c811]
    • Updated dependencies
    • Updated dependencies [98ce38b]
    • Updated dependencies [747e6b5]
    • Updated dependencies [40c19ff]
    • Updated dependencies [6d5de25]
    • Updated dependencies [934acd1]
    • @0xsequence/guard@3.0.0
    • @0xsequence/relayer@3.0.0
    • @0xsequence/wallet-primitives@3.0.0
  • packages/wallet/dapp-client/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
    • Updated dependencies [f68be62]
    • Updated dependencies [49d8a2f]
    • Updated dependencies [3411232]
    • Updated dependencies [23cb9e9]
    • Updated dependencies [f5f6a7a]
    • Updated dependencies [e7de3b1]
    • Updated dependencies [493836f]
    • Updated dependencies [30e1f1a]
    • Updated dependencies [d5017e8]
    • Updated dependencies [24a5fab]
    • Updated dependencies [e5e1a03]
    • Updated dependencies [0b63113]
    • Updated dependencies [a89134a]
    • Updated dependencies [7c6c811]
    • Updated dependencies
    • Updated dependencies [98ce38b]
    • Updated dependencies [747e6b5]
    • Updated dependencies [40c19ff]
    • Updated dependencies [6d5de25]
    • Updated dependencies [934acd1]
    • @0xsequence/guard@3.0.0
    • @0xsequence/relayer@3.0.0
    • @0xsequence/wallet-core@3.0.0
    • @0xsequence/wallet-primitives@3.0.0
  • packages/wallet/primitives/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
  • packages/wallet/wdk/CHANGELOG.md
    • ethauth support
    • New chains, minor fixes
    • Beta release with dapp connector fixes
    • New chains, relayer rpc fix
    • dapp-client updates
    • Fix signer 404 error, minor fixes
    • multicall3 optimization
    • 3.0.0 beta
    • Beta release for v3
    • Final RC before 3.0.0
    • Apple auth fixes
    • Apple auth fix
    • Userdata service updates
    • 3.0.0-beta.3 with fixes
    • 3.0.0 release
    • 3.0.0-beta.2 with identity instrument updates
    • Relayer fee options fix
    • dapp client updates for EOA login
    • 3.0.0-beta.1
    • RC5 upgrade
    • Updated dependencies [f68be62]
    • Updated dependencies [49d8a2f]
    • Updated dependencies [3411232]
    • Updated dependencies [23cb9e9]
    • Updated dependencies [f5f6a7a]
    • Updated dependencies [e7de3b1]
    • Updated dependencies [493836f]
    • Updated dependencies [30e1f1a]
    • Updated dependencies [d5017e8]
    • Updated dependencies [24a5fab]
    • Updated dependencies [e5e1a03]
    • Updated dependencies [0b63113]
    • Updated dependencies [a89134a]
    • Updated dependencies [7c6c811]
    • Updated dependencies
    • Updated dependencies [98ce38b]
    • Updated dependencies [747e6b5]
    • Updated dependencies [40c19ff]
    • Updated dependencies [6d5de25]
    • Updated dependencies [934acd1]
    • @0xsequence/guard@3.0.0
    • @0xsequence/identity-instrument@3.0.0
    • @0xsequence/relayer@3.0.0
    • @0xsequence/wallet-core@3.0.0
    • @0xsequence/wallet-primitives@3.0.0
  • repo/eslint-config/CHANGELOG.md
    • Beta release for v3
    • 3.0.0-beta.3 with fixes
  • repo/typescript-config/CHANGELOG.md
    • Beta release for v3
    • 3.0.0-beta.3 with fixes
  • repo/ui/CHANGELOG.md
    • Beta release for v3
    • 3.0.0-beta.3 with fixes
Activity
  • No human activity (comments, reviews) has been recorded on this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@Dargon789 Dargon789 enabled auto-merge (squash) March 6, 2026 06:17
@mergify
Copy link

mergify bot commented Mar 6, 2026

⚠️ The sha of the head commit of this PR conflicts with #321. Mergify cannot evaluate rules on this PR. Once #321 is merged or closed, Mergify will resume processing this PR. ⚠️

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request promotes the v3 stack to the 3.0.0 stable release. The changes primarily consist of version bumps in package.json files, updates to CHANGELOG.md files, and the removal of processed changeset files, which is standard for a release. I've noticed some inconsistencies in the auto-generated changelogs, with generic entries that could be cleaned up for better clarity. Otherwise, the changes look good for a release.

* Update test names

* Fix handling for multiple explicit signers
auto-merge was automatically disabled March 6, 2026 11:20

Head branch was pushed to by a user without write access

@mergify
Copy link

mergify bot commented Mar 6, 2026

⚠️ The sha of the head commit of this PR conflicts with #321. Mergify cannot evaluate rules on this PR. Once #321 is merged or closed, Mergify will resume processing this PR. ⚠️

@mergify
Copy link

mergify bot commented Mar 8, 2026

⚠️ The sha of the head commit of this PR conflicts with #321. Mergify cannot evaluate rules on this PR. Once #321 is merged or closed, Mergify will resume processing this PR. ⚠️

@mergify
Copy link

mergify bot commented Mar 9, 2026

⚠️ The sha of the head commit of this PR conflicts with #321. Mergify cannot evaluate rules on this PR. Once #321 is merged or closed, Mergify will resume processing this PR. ⚠️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants