diff --git a/.changeset/great-students-mate.md b/.changeset/great-students-mate.md deleted file mode 100644 index c93d3014de8..00000000000 --- a/.changeset/great-students-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": patch ---- - -Fix wallet disconnect events not being emitted diff --git a/.changeset/silly-tips-train.md b/.changeset/silly-tips-train.md deleted file mode 100644 index 880062ac729..00000000000 --- a/.changeset/silly-tips-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": minor ---- - -Adds ERC-6942 utilities and verification compatibility. See [ERC-6942](https://eips.ethereum.org/EIPS/eip-6942) for more information. diff --git a/.changeset/unlucky-moose-fail.md b/.changeset/unlucky-moose-fail.md deleted file mode 100644 index eea19d1fd08..00000000000 --- a/.changeset/unlucky-moose-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": patch ---- - -Set selection data on wallet selection with no custom selection UI - This fixes UI bug in Connect wide modal that has both inApp and ecosystem wallets added diff --git a/legacy_packages/react-core/typedoc/documentation.json.gz b/legacy_packages/react-core/typedoc/documentation.json.gz index d8b42096e51..4f434461792 100644 Binary files a/legacy_packages/react-core/typedoc/documentation.json.gz and b/legacy_packages/react-core/typedoc/documentation.json.gz differ diff --git a/legacy_packages/react/typedoc/documentation.json.gz b/legacy_packages/react/typedoc/documentation.json.gz index 213929d52a5..aa808a18f09 100644 Binary files a/legacy_packages/react/typedoc/documentation.json.gz and b/legacy_packages/react/typedoc/documentation.json.gz differ diff --git a/legacy_packages/sdk/typedoc/documentation.json.gz b/legacy_packages/sdk/typedoc/documentation.json.gz index ac724cfd96d..5fe0b25a635 100644 Binary files a/legacy_packages/sdk/typedoc/documentation.json.gz and b/legacy_packages/sdk/typedoc/documentation.json.gz differ diff --git a/legacy_packages/storage/typedoc/documentation.json.gz b/legacy_packages/storage/typedoc/documentation.json.gz index d774660b7c7..2601990603d 100644 Binary files a/legacy_packages/storage/typedoc/documentation.json.gz and b/legacy_packages/storage/typedoc/documentation.json.gz differ diff --git a/legacy_packages/wallets/typedoc/documentation.json.gz b/legacy_packages/wallets/typedoc/documentation.json.gz index 650afbcf239..ac24344fca0 100644 Binary files a/legacy_packages/wallets/typedoc/documentation.json.gz and b/legacy_packages/wallets/typedoc/documentation.json.gz differ diff --git a/packages/thirdweb/CHANGELOG.md b/packages/thirdweb/CHANGELOG.md index b61715f7039..8c233439bfb 100644 --- a/packages/thirdweb/CHANGELOG.md +++ b/packages/thirdweb/CHANGELOG.md @@ -1,5 +1,17 @@ # thirdweb +## 5.33.0 + +### Minor Changes + +- [#3609](https://github.com/thirdweb-dev/js/pull/3609) [`9faa8fc`](https://github.com/thirdweb-dev/js/commit/9faa8fc112aec7109324aad4cb7d5e03d4a0ecbd) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Adds ERC-6942 utilities and verification compatibility. See [ERC-6942](https://eips.ethereum.org/EIPS/eip-6942) for more information. + +### Patch Changes + +- [#3597](https://github.com/thirdweb-dev/js/pull/3597) [`34b9bbe`](https://github.com/thirdweb-dev/js/commit/34b9bbe77f3a688df1a953e79b28e0349b15bba7) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Fix wallet disconnect events not being emitted + +- [#3608](https://github.com/thirdweb-dev/js/pull/3608) [`2ab8b3c`](https://github.com/thirdweb-dev/js/commit/2ab8b3ca7898289d65d0197692e69ad6992b8178) Thanks [@MananTank](https://github.com/MananTank)! - Set selection data on wallet selection with no custom selection UI - This fixes UI bug in Connect wide modal that has both inApp and ecosystem wallets added + ## 5.32.3 ### Patch Changes diff --git a/packages/thirdweb/package.json b/packages/thirdweb/package.json index 70d355d85d4..40d16849eff 100644 --- a/packages/thirdweb/package.json +++ b/packages/thirdweb/package.json @@ -1,6 +1,6 @@ { "name": "thirdweb", - "version": "5.32.3", + "version": "5.33.0", "repository": { "type": "git", "url": "git+https://github.com/thirdweb-dev/js.git#main" diff --git a/packages/thirdweb/typedoc/documentation.json.gz b/packages/thirdweb/typedoc/documentation.json.gz index 91d1aab9c4d..db6176ff7f2 100644 Binary files a/packages/thirdweb/typedoc/documentation.json.gz and b/packages/thirdweb/typedoc/documentation.json.gz differ