Skip to content
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

Version Packages #2180

Merged
merged 2 commits into from
Jan 17, 2024
Merged

Version Packages #2180

merged 2 commits into from
Jan 17, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 16, 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

  • #1884 89641e33 Thanks @tommaay! - Add prop switchNetworkBtnTitle to ConnectWallet and Web3Button components to allow changing the "Switch Network" label on the button which is displayed when user needs to switch the network in the connected wallet.

    <ConnectWallet switchNetworkBtnTitle="Switch Chain" />
    <Web3Button
      switchNetworkBtnTitle="Switch Chain"
      contractAddress="0x..."
      action={someAction}
    />
  • #2193 0efd0f9d Thanks @MananTank! - add useSetWalletModalConfig hook to customize the ConnectWallet Modal to programmatically open the modal without using the ConnectWallet component along with useSetIsWalletModalOpen

    import {
      useSetWalletModalConfig,
      useSetIsWalletModalOpen,
    } from "@thirdweb-dev/react";
    
    function Example() {
      const setWalletModalConfig = useSetWalletModalConfig();
      const setIsWalletModalOpen = useSetIsWalletModalOpen();
    
      return (
        <button
          onClick={() => {
            // customize the modal
            setWalletModalConfig({
              modalSize: "wide",
              theme: "light",
            });
            // open the modal
            setIsWalletModalOpen(true);
          }}
        >
          open connect modal
        </button>
      );
    }
  • #2177 e11e645c Thanks @dependabot! - Bump fuse.js from 6.6.2 to 7.0.0

  • Updated dependencies [9a23de2b, e21f7bb1]:

@thirdweb-dev/[email protected]

Patch Changes

@thirdweb-dev/[email protected]

Patch Changes

  • #2182 c4f1309d Thanks @iketw! - Reports only react-nativec

  • #2185 324330d3 Thanks @iketw! - Exports standalone ConnectEmbed UI

    Devs can now show the Connect modal UI directly into their apps.
    This component will render the wallets defined in our ThirdwebProvider.

    <ConnectEmbed
      modalTitleIconUrl="<my-icon-url>"
      modalTitle="Sign In"
      theme={"light"}
      onConnect={() => {
        console.log("wallet connected");
      }}
      container={{
        paddingVertical: "md",
        marginHorizontal: "md",
        borderRadius: "md",
      }}
    />
  • Updated dependencies [9a23de2b, e21f7bb1]:

@thirdweb-dev/[email protected]

Patch Changes

@thirdweb-dev/[email protected]

Patch Changes

@thirdweb-dev/[email protected]

Patch Changes

@thirdweb-dev/[email protected]

@github-actions github-actions bot requested a review from a team as a code owner January 16, 2024 14:43
@github-actions github-actions bot requested review from a team January 16, 2024 14:43
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from c2b2468 to f2f5f77 Compare January 16, 2024 20:40
@jnsdls jnsdls force-pushed the changeset-release/main branch from f2f5f77 to 08a5257 Compare January 16, 2024 21:39
Copy link

codecov bot commented Jan 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ed1a3e0) 67.51% compared to head (1024c80) 67.51%.
Report is 20 commits behind head on main.

❗ Current head 1024c80 differs from pull request most recent head bb0f6f8. Consider uploading reports for the commit bb0f6f8 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2180   +/-   ##
=======================================
  Coverage   67.51%   67.51%           
=======================================
  Files         291      291           
  Lines       11016    11016           
  Branches     1513     1513           
=======================================
  Hits         7438     7438           
  Misses       2952     2952           
  Partials      626      626           

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

@jnsdls jnsdls force-pushed the changeset-release/main branch from 6b147b5 to 869a80c Compare January 17, 2024 03:57
@github-actions github-actions bot requested a review from jnsdls as a code owner January 17, 2024 03:57
@jnsdls jnsdls force-pushed the changeset-release/main branch from 58ab351 to 76e8820 Compare January 17, 2024 15:20
@MananTank MananTank added DO NOT MERGE This pull request is still in progress and is not ready to be merged. and removed DO NOT MERGE This pull request is still in progress and is not ready to be merged. labels Jan 17, 2024
@jnsdls jnsdls force-pushed the changeset-release/main branch from 8c5dfc8 to 17a00cf Compare January 17, 2024 16:44
@MananTank MananTank added DO NOT MERGE This pull request is still in progress and is not ready to be merged. and removed DO NOT MERGE This pull request is still in progress and is not ready to be merged. labels Jan 17, 2024
@jnsdls jnsdls force-pushed the changeset-release/main branch from 8e6a534 to d5d8d2c Compare January 17, 2024 22:57
@MananTank MananTank removed the DO NOT MERGE This pull request is still in progress and is not ready to be merged. label Jan 17, 2024
@joaquim-verges joaquim-verges merged commit dccb9dd into main Jan 17, 2024
@joaquim-verges joaquim-verges deleted the changeset-release/main branch January 17, 2024 23:20
jnsdls pushed a commit that referenced this pull request Jun 19, 2024
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.

3 participants