From a07d85059f3c06b83cb731f8c56bbe67f5cf583f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Sep 2024 05:35:40 +0000 Subject: [PATCH] Version Packages --- .changeset/dull-rockets-joke.md | 5 --- .changeset/green-otters-judge.md | 5 --- .changeset/loud-beds-pull.md | 5 --- .changeset/proud-eggs-rule.md | 5 --- packages/thirdweb/CHANGELOG.md | 12 ++++++ packages/thirdweb/package.json | 74 ++++++++++++++++++++++++-------- 6 files changed, 67 insertions(+), 39 deletions(-) delete mode 100644 .changeset/dull-rockets-joke.md delete mode 100644 .changeset/green-otters-judge.md delete mode 100644 .changeset/loud-beds-pull.md delete mode 100644 .changeset/proud-eggs-rule.md diff --git a/.changeset/dull-rockets-joke.md b/.changeset/dull-rockets-joke.md deleted file mode 100644 index c3a315e0db3..00000000000 --- a/.changeset/dull-rockets-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": patch ---- - -[ReactNative] Respect icon theme color in connect button and detail modal diff --git a/.changeset/green-otters-judge.md b/.changeset/green-otters-judge.md deleted file mode 100644 index c138c8ab0ec..00000000000 --- a/.changeset/green-otters-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": patch ---- - -Fix jsdoc for getClaimParams diff --git a/.changeset/loud-beds-pull.md b/.changeset/loud-beds-pull.md deleted file mode 100644 index 17f5e27f09c..00000000000 --- a/.changeset/loud-beds-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": patch ---- - -Fix abi resolution fallback diff --git a/.changeset/proud-eggs-rule.md b/.changeset/proud-eggs-rule.md deleted file mode 100644 index ef579e8e78a..00000000000 --- a/.changeset/proud-eggs-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": patch ---- - -Handle biging serialization for ecosystem wallets diff --git a/packages/thirdweb/CHANGELOG.md b/packages/thirdweb/CHANGELOG.md index 61dc754abb4..dad8cc3c268 100644 --- a/packages/thirdweb/CHANGELOG.md +++ b/packages/thirdweb/CHANGELOG.md @@ -1,5 +1,17 @@ # thirdweb +## 5.58.4 + +### Patch Changes + +- [#4752](https://github.com/thirdweb-dev/js/pull/4752) [`e9ae980`](https://github.com/thirdweb-dev/js/commit/e9ae98084af24199155f997f724c7ea8ff860876) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - [ReactNative] Respect icon theme color in connect button and detail modal + +- [#4738](https://github.com/thirdweb-dev/js/pull/4738) [`a4dac95`](https://github.com/thirdweb-dev/js/commit/a4dac9563002a2909902b84aa5b764e3fae27b6b) Thanks [@kien-ngo](https://github.com/kien-ngo)! - Fix jsdoc for getClaimParams + +- [#4753](https://github.com/thirdweb-dev/js/pull/4753) [`1133ccc`](https://github.com/thirdweb-dev/js/commit/1133ccc23931f1984e400ee83f1641bdb56f0d90) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Fix abi resolution fallback + +- [#4756](https://github.com/thirdweb-dev/js/pull/4756) [`33936b3`](https://github.com/thirdweb-dev/js/commit/33936b3a86be85427f01f8974af5c3e530f7bdaf) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Handle biging serialization for ecosystem wallets + ## 5.58.3 ### Patch Changes diff --git a/packages/thirdweb/package.json b/packages/thirdweb/package.json index 35cf270b2f9..377bef65277 100644 --- a/packages/thirdweb/package.json +++ b/packages/thirdweb/package.json @@ -1,6 +1,6 @@ { "name": "thirdweb", - "version": "5.58.3", + "version": "5.58.4", "repository": { "type": "git", "url": "git+https://github.com/thirdweb-dev/js.git#main" @@ -127,24 +127,60 @@ }, "typesVersions": { "*": { - "adapters/*": ["./dist/types/exports/adapters/*.d.ts"], - "auth": ["./dist/types/exports/auth.d.ts"], - "chains": ["./dist/types/exports/chains.d.ts"], - "contract": ["./dist/types/exports/contract.d.ts"], - "deploys": ["./dist/types/exports/deploys.d.ts"], - "event": ["./dist/types/exports/event.d.ts"], - "extensions/*": ["./dist/types/exports/extensions/*.d.ts"], - "pay": ["./dist/types/exports/pay.d.ts"], - "react": ["./dist/types/exports/react.d.ts"], - "react-native": ["./dist/types/exports/react-native.d.ts"], - "rpc": ["./dist/types/exports/rpc.d.ts"], - "storage": ["./dist/types/exports/storage.d.ts"], - "transaction": ["./dist/types/exports/transaction.d.ts"], - "utils": ["./dist/types/exports/utils.d.ts"], - "wallets": ["./dist/types/exports/wallets.d.ts"], - "wallets/*": ["./dist/types/exports/wallets/*.d.ts"], - "modules": ["./dist/types/exports/modules.d.ts"], - "social": ["./dist/types/exports/social.d.ts"] + "adapters/*": [ + "./dist/types/exports/adapters/*.d.ts" + ], + "auth": [ + "./dist/types/exports/auth.d.ts" + ], + "chains": [ + "./dist/types/exports/chains.d.ts" + ], + "contract": [ + "./dist/types/exports/contract.d.ts" + ], + "deploys": [ + "./dist/types/exports/deploys.d.ts" + ], + "event": [ + "./dist/types/exports/event.d.ts" + ], + "extensions/*": [ + "./dist/types/exports/extensions/*.d.ts" + ], + "pay": [ + "./dist/types/exports/pay.d.ts" + ], + "react": [ + "./dist/types/exports/react.d.ts" + ], + "react-native": [ + "./dist/types/exports/react-native.d.ts" + ], + "rpc": [ + "./dist/types/exports/rpc.d.ts" + ], + "storage": [ + "./dist/types/exports/storage.d.ts" + ], + "transaction": [ + "./dist/types/exports/transaction.d.ts" + ], + "utils": [ + "./dist/types/exports/utils.d.ts" + ], + "wallets": [ + "./dist/types/exports/wallets.d.ts" + ], + "wallets/*": [ + "./dist/types/exports/wallets/*.d.ts" + ], + "modules": [ + "./dist/types/exports/modules.d.ts" + ], + "social": [ + "./dist/types/exports/social.d.ts" + ] } }, "browser": {