Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 23, 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.1.1

Patch Changes

@thirdweb-dev/chains@0.1.56

Patch Changes

thirdweb@0.13.9

Patch Changes

@thirdweb-dev/react@4.0.9

Patch Changes

@thirdweb-dev/react-core@4.0.9

Patch Changes

@thirdweb-dev/react-native@0.3.14

Patch Changes

  • #1806 4374bd4e Thanks @iketw! - Custom JWT support in React Native

    Enables passing a custom JWT to the embeddedWallet:

    import { embeddedWallet, useConnect } from "@thirdweb-dev/react-native";
    import { Button } from "react-native";
    import React from "react";
    
    const AppInner = () => {
      const connect = useConnect();
    
      const triggerConnect = async () => {
        connect(embeddedWallet(), {
          loginType: "jwt",
          password: "strong-password",
          jwt: "your-jwt",
        });
      };
    
      return (
        <Button title={"Connect with custom JWT"} onPress={triggerConnect} />
      );
    };
  • #1844 0b748f31 Thanks @iketw! - Migrate embedded wallet to new API in React Native

  • #1855 b6f72c56 Thanks @jnsdls! - require minimum node version: >=18

  • #1839 1934ef5f Thanks @vuittont60! - Fix typo in comments

  • #1841 b6267599 Thanks @iketw! - Update naming for embeddedWallet custom jwt setup

  • Updated dependencies [d1743a32, 4fa09df6, 6028a881, 0358722c, db0bbf51, 4cb6e287, 80def43d, 5917e626, 44f258d6, 7ff0b4d5, b6f72c56, 042459fe, cc651135, 1934ef5f]:

    • @thirdweb-dev/sdk@4.0.8
    • @thirdweb-dev/wallets@2.0.9
    • @thirdweb-dev/chains@0.1.56
    • @thirdweb-dev/react-core@4.0.9
    • @thirdweb-dev/storage@2.0.2

@thirdweb-dev/sdk@4.0.8

Patch Changes

@thirdweb-dev/storage@2.0.2

Patch Changes

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

Patch Changes

@thirdweb-dev/wallets@2.0.9

Patch Changes

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

@github-actions github-actions bot requested a review from a team as a code owner October 23, 2023 05:32
@github-actions github-actions bot requested review from a team October 23, 2023 05:32
@github-actions github-actions bot force-pushed the changeset-release/main branch from 044eac2 to 601258f Compare October 23, 2023 13:30
@github-actions github-actions bot requested a review from jnsdls as a code owner October 23, 2023 13:30
@github-actions github-actions bot force-pushed the changeset-release/main branch 18 times, most recently from a2df6fe to 7082428 Compare October 27, 2023 17:38
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7082428 to 37bf076 Compare October 27, 2023 18:07
@joaquim-verges joaquim-verges merged commit f7bda09 into main Oct 27, 2023
@joaquim-verges joaquim-verges deleted the changeset-release/main branch October 27, 2023 18:37
joaquim-verges pushed a commit that referenced this pull request Oct 27, 2023
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
IDubuque pushed a commit that referenced this pull request Oct 31, 2023
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
IDubuque pushed a commit that referenced this pull request Nov 9, 2023
[RN] Update weights (#1817)

[RN] i18n more strings and fix fontFamily (#1818)

[RN] i18n strings (#1819)

[RN] Allow custom fontFamily (#1820)

[SmartWallet] implement multidimensional nonces for smart wallets (#1821)

[wallets, react] expose `onAuthSuccess` callback in `paperWallet` (#1815)

[SDK] Perf improvement for erc-1155-signature-mintable (#1824)

[wallets, react] Add OKX wallet (#1826)

Version Packages (#1793)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

[SDK] Improve contract-roles methods (#1798)

Spicy chain gas override (#1805)

Use BigInt function instead of bigint primitive numbers (#1830)

[RN] Allows for custom auth with embeddedWallet (#1806)

[RN] Update changelog (#1833)

[SDK] Perf improvements for erc-20 methods (#1814)

Signed-off-by: Kien Ngo <kenseverus@gmail.com>

[SDK] Add ERC6551 Interface (#1324)

Co-authored-by: ikethirdweb <jorge@thirdweb.com>
Co-authored-by: Joaquim Verges <joaquim.verges@gmail.com>

Patch: missing data arg in isSmartWalletDeployed (#1840)

[RN] Update naming for embeddedWallet jwt flow (#1841)

[SDK] Remove barrel files in `@r\packages\sdk\src\evm` (#1827)

Signed-off-by: Kien Ngo <kenseverus@gmail.com>

[RN] Migrate embedded wallet to new api (#1844)

[SDK] Fix double trailing slash when downloading merkle data (#1850)

chore(chains): sync chains (#1843)

Signed-off-by: Jonas Daniels <jonas.daniels@outlook.com>

[Wallet] Fix getSmartWalletAddress util function (#1851)

[wallets] - Fix chains package not tree-shaken because of SmartWallet  (#1853)

[SDK/Wallets] Override crypto-js to use latest version to fix vulnera… (#1854)

Fix typo in comments (#1839)

Signed-off-by: vuittont60 <81072379+vuittont60@users.noreply.github.com>

feat: Update minimum required Node version to 18.17.0 (#1855)

[SmartWallet] Expose new estimation functions for smart wallet transactions (#1856)

feat: Update minimum required Node.js version to >=18 (#1858)

Revert "[SDK/Wallets] Override crypto-js to use latest version to fix vulnera…" (#1859)

Version Packages (#1828)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

chore(chains): sync chains (#1865)

[SmartWallet] expose data in smart wallet utils (#1867)

Version Packages (#1866)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

[WALLET + REACT] Add Cometh Connect (#1749)

Signed-off-by: Manan Tank <manantankm@gmail.com>
Co-authored-by: Manan Tank <manantankm@gmail.com>
Co-authored-by: Joaquim Verges <joaquim.verges@gmail.com>

Revert "[WALLET + REACT] Add Cometh Connect" (#1879)

[SDK] Lazy load JSON files (#1862)

Signed-off-by: Kien Ngo <kenseverus@gmail.com>

[RN] Adds Japanese and Spanish support (#1878)
jnsdls pushed a commit that referenced this pull request Jun 19, 2024
* Backend wallets overview changes

* Transactions table updates

* Copy fix

* Exploration of swagger css commented

* Copy changes

* use magic hook

* Better flow for when wallet is not connected
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