Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 13, 2023

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/auth@4.0.3

Patch Changes

  • Updated dependencies []:
    • @thirdweb-dev/wallets@2.0.3

thirdweb@0.13.3

Patch Changes

@thirdweb-dev/react@4.0.3

Patch Changes

@thirdweb-dev/react-core@4.0.3

Patch Changes

@thirdweb-dev/react-native@0.3.8

Patch Changes

  • #1724 fc62b91e Thanks @iketw! - Adds Google sign in to embeddedWallet in React Native

    You need to add the react-native-inappbrowser-reborn package to your app, then you can do:

    <ThirdwebProvider
      activeChain={activeChain}
      clientId={"your-client-id"}
      supportedWallets={[
        embeddedWallet({
          // if this is true AND oauthOptions is not set we set it to false internally
          email: true,
          // if this is set we enable Sign in with Google
          oauthOptions: {
            redirectUrl: "test15app://",
            providers: ["google"],
          },
        }),
      ]}
    >
      <App />
    </ThirdwebProvider>
  • Updated dependencies [526176c4, d1f8e951, 09120c92, 08e9cd20, 6573556d]:

    • @thirdweb-dev/sdk@4.0.2
    • @thirdweb-dev/react-core@4.0.3
    • @thirdweb-dev/wallets@2.0.3

@thirdweb-dev/sdk@4.0.2

Patch Changes

@thirdweb-dev/unity-js-bridge@0.2.89

Patch Changes

@thirdweb-dev/wallets@2.0.3

Patch Changes

@thirdweb-dev/react-native-compat@0.3.8

@github-actions github-actions bot requested a review from a team as a code owner October 13, 2023 13:46
@github-actions github-actions bot requested review from a team October 13, 2023 13:46
@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from 6b334bc to 2e22e83 Compare October 14, 2023 21:24
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2e22e83 to 02f197f Compare October 14, 2023 23:35
@joaquim-verges joaquim-verges merged commit 068db44 into main Oct 15, 2023
@joaquim-verges joaquim-verges deleted the changeset-release/main branch October 15, 2023 00:18
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.

1 participant