diff --git a/.changeset/dry-toes-clean.md b/.changeset/dry-toes-clean.md deleted file mode 100644 index 096d7dd1d2a..00000000000 --- a/.changeset/dry-toes-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": patch ---- - -Switch to v2 bundler for all user operations for better performance diff --git a/.changeset/famous-spies-grab.md b/.changeset/famous-spies-grab.md deleted file mode 100644 index e647f578018..00000000000 --- a/.changeset/famous-spies-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": patch ---- - -fix missing partner id when creating ecosystem wallet diff --git a/.changeset/green-books-drop.md b/.changeset/green-books-drop.md deleted file mode 100644 index 4c7b4d77be1..00000000000 --- a/.changeset/green-books-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"thirdweb": patch ---- - -Auto resolve zksync bytecode diff --git a/.changeset/pink-starfishes-flash.md b/.changeset/pink-starfishes-flash.md deleted file mode 100644 index 151646968f5..00000000000 --- a/.changeset/pink-starfishes-flash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@thirdweb-dev/react-native-adapter": patch -"thirdweb": patch ---- - -update dependencies diff --git a/packages/react-native-adapter/CHANGELOG.md b/packages/react-native-adapter/CHANGELOG.md index 81dcf6f2d92..573f967c019 100644 --- a/packages/react-native-adapter/CHANGELOG.md +++ b/packages/react-native-adapter/CHANGELOG.md @@ -1,5 +1,11 @@ # @thirdweb-dev/react-native-adapter +## 1.4.4 + +### Patch Changes + +- [#4874](https://github.com/thirdweb-dev/js/pull/4874) [`783d844`](https://github.com/thirdweb-dev/js/commit/783d84467d81db856a1f0b3509036bbc612ba7e5) Thanks [@jnsdls](https://github.com/jnsdls)! - update dependencies + ## 1.4.3 ### Patch Changes diff --git a/packages/react-native-adapter/package.json b/packages/react-native-adapter/package.json index ffa1414c6df..913f02fbef2 100644 --- a/packages/react-native-adapter/package.json +++ b/packages/react-native-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/react-native-adapter", - "version": "1.4.3", + "version": "1.4.4", "repository": { "type": "git", "url": "git+https://github.com/thirdweb-dev/js.git#main" diff --git a/packages/thirdweb/CHANGELOG.md b/packages/thirdweb/CHANGELOG.md index aa77ce7b5cb..c572253636a 100644 --- a/packages/thirdweb/CHANGELOG.md +++ b/packages/thirdweb/CHANGELOG.md @@ -1,5 +1,17 @@ # thirdweb +## 5.60.1 + +### Patch Changes + +- [#4884](https://github.com/thirdweb-dev/js/pull/4884) [`e548675`](https://github.com/thirdweb-dev/js/commit/e54867550eac5519272d9361a0db0c49f5bea4f4) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Switch to v2 bundler for all user operations for better performance + +- [#4886](https://github.com/thirdweb-dev/js/pull/4886) [`985c4b0`](https://github.com/thirdweb-dev/js/commit/985c4b08048c3676dc9be0c2069fefc73a742a3a) Thanks [@ElasticBottle](https://github.com/ElasticBottle)! - fix missing partner id when creating ecosystem wallet + +- [#4883](https://github.com/thirdweb-dev/js/pull/4883) [`454f063`](https://github.com/thirdweb-dev/js/commit/454f063f98ce177951501612e916665c63825baa) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Auto resolve zksync bytecode + +- [#4874](https://github.com/thirdweb-dev/js/pull/4874) [`783d844`](https://github.com/thirdweb-dev/js/commit/783d84467d81db856a1f0b3509036bbc612ba7e5) Thanks [@jnsdls](https://github.com/jnsdls)! - update dependencies + ## 5.60.0 ### Minor Changes diff --git a/packages/thirdweb/package.json b/packages/thirdweb/package.json index 181f9e23b49..bc126a263cd 100644 --- a/packages/thirdweb/package.json +++ b/packages/thirdweb/package.json @@ -1,6 +1,6 @@ { "name": "thirdweb", - "version": "5.60.0", + "version": "5.60.1", "repository": { "type": "git", "url": "git+https://github.com/thirdweb-dev/js.git#main"