Skip to content

Version Packages #2293

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

Merged
merged 2 commits into from
Feb 21, 2024
Merged

Version Packages #2293

merged 2 commits into from
Feb 21, 2024

Conversation

jnsdls
Copy link
Member

@jnsdls jnsdls commented Feb 10, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@thirdweb-dev/[email protected]

Patch Changes

@thirdweb-dev/[email protected]

Patch Changes

[email protected]

Patch Changes

@thirdweb-dev/[email protected]

Patch Changes

  • #2303 9e6b3e5 Thanks @MananTank! - - Fix the closing of ConnectWallet after the wallet connection instead of showing the "Sign In" screen when Auth is enabled

    • Call the onConnect prop on ConnectWallet and ConnectEmbed component with the connected wallet instance
    <ConnectWallet
      onConnect={(wallet) => {
        console.log("Connected to:", wallet);
      }}
    />
    <ConnectEmbed
      onConnect={(wallet) => {
        console.log("Connected to:", wallet);
      }}
    />
    • Improved Sign in Screen UI for Embedded Wallet and Local Wallet with Retry and Disconnect buttons after failed sign in
  • #2309 23820b2 Thanks @MananTank! - Update Supported Networks for Safe wallet

    • Remove Goerli, Base Goerli
    • Add Sepolia, Base Mainnet, Polygon zkEVM, ZkSync Mainnet
  • #2299 ecd82b4 Thanks @MananTank! - Fix usage of dashed props instead of camel case on SVG

  • #2331 b5337bc Thanks @MananTank! - Add hideSendButton and hideReceiveButton props to ConnectWallet component to hide the send and receive buttons in ConnectWallet's Details Modal

    // hide both buttons
    <ConnectWallet hideSendButton={true} hideReceiveButton={true} />
    // hide only send button
    <ConnectWallet hideSendButton={true} />
    // hide only receive button
    <ConnectWallet hideReceiveButton={true} />
  • Updated dependencies [e6a2407, 3137e45, 0f9a7b2, 2348417, 23820b2, 94a699c, 73a374a, ca70cd3]:

@thirdweb-dev/[email protected]

Patch Changes

@thirdweb-dev/[email protected]

Patch Changes

@thirdweb-dev/[email protected]

Patch Changes

@thirdweb-dev/[email protected]

Patch Changes

@thirdweb-dev/[email protected]

Patch Changes

@thirdweb-dev/[email protected]

Patch Changes

@thirdweb-dev/[email protected]

@jnsdls jnsdls requested a review from a team as a code owner February 10, 2024 05:48
@jnsdls jnsdls requested review from a team February 10, 2024 05:48
Copy link

socket-security bot commented Feb 10, 2024

Copy link

codecov bot commented Feb 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (64f05ad) 66.88% compared to head (d3baff9) 66.88%.
Report is 1 commits behind head on main.

❗ Current head d3baff9 differs from pull request most recent head 2760df5. Consider uploading reports for the commit 2760df5 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2293   +/-   ##
=======================================
  Coverage   66.88%   66.88%           
=======================================
  Files         293      293           
  Lines       11210    11210           
  Branches     1557     1557           
=======================================
  Hits         7498     7498           
  Misses       3080     3080           
  Partials      632      632           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jnsdls jnsdls force-pushed the changeset-release/main branch 18 times, most recently from 5263c66 to de98346 Compare February 17, 2024 00:00
@jnsdls jnsdls force-pushed the changeset-release/main branch 4 times, most recently from 06e17ef to d3baff9 Compare February 21, 2024 05:40
@jnsdls jnsdls force-pushed the changeset-release/main branch from 70e9e4b to 42814fe Compare February 21, 2024 11:57
@jnsdls jnsdls merged commit 38ea61c into main Feb 21, 2024
@jnsdls jnsdls deleted the changeset-release/main branch February 21, 2024 12:36
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.

2 participants