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

Release 2.24.2 #1798

Merged
merged 35 commits into from
Jun 29, 2023
Merged

Release 2.24.2 #1798

merged 35 commits into from
Jun 29, 2023

Commits on Jun 9, 2023

  1. Merge pull request #1768 from blocknative/release/2.23.2

    Release 2.23.2 (docs)
    Adamj1232 authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    5f2b2ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1767 from blocknative/release/2.23.2

    Release 2.23.2 (develop)
    Adamj1232 authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    9491ca7 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    478ad48 View commit details
    Browse the repository at this point in the history
  2. feat: add OneKey wallet (#1739)

    * feat: Support OneKey wallet
    
    * fix: OneKey docs
    
    * Update injected package.json version
    
    * Update demo package.json
    
    ---------
    
    Co-authored-by: Adam Carpenter <[email protected]>
    ByteZhang1024 and Adamj1232 authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    bf2600f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Fix: Connect view on safari mobile & Remove unnecessary validation ch…

    …eck for autoSelect (#1773)
    
    * working as expected
    
    * Bump versions
    
    * Remove testing css
    
    * Remove testing code from demo
    Adamj1232 authored Jun 13, 2023
    1 Configuration menu
    Copy the full SHA
    d399e0b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. 2 Configuration menu
    Copy the full SHA
    348dcbf View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. 1 Configuration menu
    Copy the full SHA
    193b510 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    895e056 View commit details
    Browse the repository at this point in the history
  3. Update +page.md (#1775)

    finessevanes authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    b8aeb4a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. 1 Configuration menu
    Copy the full SHA
    dbddeb8 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    77e498f View commit details
    Browse the repository at this point in the history
  2. Release 2.24.2 (develop) (#1791)

    * Release 2.24.1 (docs) (#1778)
    
    * Release 2.24.1 (#1777)
    
    * update versions
    
    ---------
    
    Co-authored-by: Adam Carpenter <[email protected]>
    leightkt and Adamj1232 authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    25a4c4e View commit details
    Browse the repository at this point in the history
  3. Release 2.24.2 (docs) (#1792)

    * update Google Analytics Script (#1770)
    
    * feat: add OneKey wallet  (#1739)
    
    * feat: Support OneKey wallet
    
    * fix: OneKey docs
    
    * Update injected package.json version
    
    * Update demo package.json
    
    ---------
    
    Co-authored-by: Adam Carpenter <[email protected]>
    
    * Fix: Connect view on safari mobile & Remove unnecessary validation check for autoSelect (#1773)
    
    * working as expected
    
    * Bump versions
    
    * Remove testing css
    
    * Remove testing code from demo
    
    * feat: add blocto wallet (#1699)
    
    * Release 2.24.1 (develop) (#1776)
    
    * Release 2.24.1 (#1777)
    
    * Update +page.md (#1775)
    
    * Feature- update appMetadata (#1779)
    
    * update versions
    
    * Upgrade wallet connect v2 packages (#1788)
    
    ---------
    
    Co-authored-by: Adam Carpenter <[email protected]>
    Co-authored-by: ByteZhang <[email protected]>
    Co-authored-by: jimmy.pan <[email protected]>
    Co-authored-by: vanes <[email protected]>
    5 people authored Jun 27, 2023
    1 Configuration menu
    Copy the full SHA
    346bdba View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Changed width and height of taho and tallyho svg to 100% to remedy ho… (

    #1784)
    
    * changed width and height of taho and tallyho svg to 100% to remedy hover issues caused by them being hardcoded to 300
    
    * up package versions
    
    * up package in demo
    
    ---------
    
    Co-authored-by: Kat Leight <[email protected]>
    jenkruk and leightkt authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    67fd651 View commit details
    Browse the repository at this point in the history
  2. feat: Ledger connector with support for WalletConnect v2 (#1549)

    * feat: Ledger connector with support for WalletConnect v2
    
    * Code review fixes
    
    * Update Connect Kit dependency to final version
    
    * Update README and docs
    
    * Update package version
    
    * Update packages/ledger/package.json
    
    * Delete package level yarn.lock as it is unnecessary
    
    * Default to WalletConnect v2
    
    Co-authored-by: Adam Carpenter <[email protected]>
    
    ---------
    
    Co-authored-by: Kat Leight <[email protected]>
    Co-authored-by: Adam Carpenter <[email protected]>
    3 people authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    5846eb5 View commit details
    Browse the repository at this point in the history
  3. Update: WalletConnect - v1 deprecation + additional init options (#1795)

    * Deprecate WC v1, add in optional chains and optional methods params, small fix in core to handle console warn for missing i18n option
    
    * Refine optional methods prop and docs
    
    * Refine walletconnect v2 update
    
    * Update docs/src/routes/docs/[...4]wallets/[...24]walletconnect/+page.md
    
    Co-authored-by: vanes <[email protected]>
    
    * Update packages/walletconnect/README.md
    
    Co-authored-by: vanes <[email protected]>
    
    ---------
    
    Co-authored-by: vanes <[email protected]>
    Adamj1232 and finessevanes authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    dcf2f7d View commit details
    Browse the repository at this point in the history
  4. Fix: Ledger Walletconnect v2 handling and build (#1797)

    * Fix ledger build issues
    
    * Fix demo format
    
    * Update docs
    
    * Use latest ledger and WC in docs
    
    * Update packages/demo/src/App.svelte
    
    Co-authored-by: Kat Leight <[email protected]>
    
    ---------
    
    Co-authored-by: Kat Leight <[email protected]>
    Adamj1232 and leightkt authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    1d9b1d5 View commit details
    Browse the repository at this point in the history
  5. Update: Uauth - walletconnect v1 deprecation handling (#1796)

    * Deprecate WC v1, add in optional chains and optional methods params, small fix in core to handle console warn for missing i18n option
    
    * Refine optional methods prop and docs
    
    * Refine walletconnect v2 update
    
    * Auath update to handle WalletConnect V1 deprecation
    
    * Update UAuth to hanldle WalletConnect v1 deprecation
    
    * refine init options for UAuth in demo
    
    * Update docs/src/routes/docs/[...4]wallets/[...24]walletconnect/+page.md
    
    Co-authored-by: vanes <[email protected]>
    
    * Update packages/walletconnect/README.md
    
    Co-authored-by: vanes <[email protected]>
    
    ---------
    
    Co-authored-by: vanes <[email protected]>
    Adamj1232 and finessevanes authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    f96165d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    85a664c View commit details
    Browse the repository at this point in the history
  2. Merge in main

    Adamj1232 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c913729 View commit details
    Browse the repository at this point in the history
  3. Bump semver from 7.3.7 to 7.5.3 in /examples/with-sveltekit (#1790)

    Bumps [semver](https://github.com/npm/node-semver) from 7.3.7 to 7.5.3.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
    - [Commits](npm/node-semver@v7.3.7...v7.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Adam Carpenter <[email protected]>
    dependabot[bot] and Adamj1232 authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    d5e08da View commit details
    Browse the repository at this point in the history
  4. Bump vite from 3.1.8 to 3.2.7 in /examples/with-vite-react (#1760)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.1.8 to 3.2.7.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v3.2.7/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v3.2.7/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    7cc819c View commit details
    Browse the repository at this point in the history
  5. Bump vite from 4.0.4 to 4.0.5 in /examples/with-vuejs-v2 (#1759)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.0.4 to 4.0.5.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v4.0.5/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v4.0.5/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    0a42c88 View commit details
    Browse the repository at this point in the history
  6. Bump vite from 4.0.4 to 4.0.5 in /examples/with-vuejs (#1758)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.0.4 to 4.0.5.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v4.0.5/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v4.0.5/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    b38ed75 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a9d655 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    246373c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a734637 View commit details
    Browse the repository at this point in the history
  10. Update UAuth in docs

    Adamj1232 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    9753a37 View commit details
    Browse the repository at this point in the history
  11. Bump semver from 7.3.7 to 7.5.3 in /examples/with-vuejs (#1789)

    Bumps [semver](https://github.com/npm/node-semver) from 7.3.7 to 7.5.3.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
    - [Commits](npm/node-semver@v7.3.7...v7.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    a2e0197 View commit details
    Browse the repository at this point in the history
  12. Bump vite from 4.0.4 to 4.0.5 in /examples/with-sveltekit (#1756)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.0.4 to 4.0.5.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v4.0.5/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v4.0.5/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    71cb735 View commit details
    Browse the repository at this point in the history
  13. fix: Add option to hide the where is my wallet notice (#1786)

    * fix: Add option to hide the where is my wallet notice
    
    * chore: Bump version
    
    * Format and update docs
    
    ---------
    
    Co-authored-by: Adam Carpenter <[email protected]>
    usame-algan and Adamj1232 authored Jun 29, 2023
    1 Configuration menu
    Copy the full SHA
    bda3475 View commit details
    Browse the repository at this point in the history
  14. Merge in latest develop

    Adamj1232 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    53cf91f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4ed48b7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    83108e7 View commit details
    Browse the repository at this point in the history
  17. Merge branches 'release/2.24.2' and 'release/2.24.2' of github.com:bl…

    …ocknative/web3-onboard into release/2.24.2
    Adamj1232 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    da67b95 View commit details
    Browse the repository at this point in the history