diff --git a/.changeset/late-cups-begin.md b/.changeset/late-cups-begin.md deleted file mode 100644 index 8b35f3c55e3..00000000000 --- a/.changeset/late-cups-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thirdweb-dev/react-native": patch ---- - -Fixes wallet icons borders bug diff --git a/.changeset/olive-books-fly.md b/.changeset/olive-books-fly.md deleted file mode 100644 index 03ab5046b16..00000000000 --- a/.changeset/olive-books-fly.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"@thirdweb-dev/react-native": patch ---- - -Adds support for Japanese and Spanish - -You can now pass 'ja' or 'es' to our ThirdwebProvider: - -``` -import { ThirdwebProvider } from '@thirdweb-dev/react-native'; - - - - -``` diff --git a/packages/react-native-compat/CHANGELOG.md b/packages/react-native-compat/CHANGELOG.md index 4cb1ca81ef9..3a11c69b520 100644 --- a/packages/react-native-compat/CHANGELOG.md +++ b/packages/react-native-compat/CHANGELOG.md @@ -1,5 +1,7 @@ # @thirdweb-dev/react-native-compat +## 0.3.16 + ## 0.3.15 ## 0.3.14 diff --git a/packages/react-native-compat/package.json b/packages/react-native-compat/package.json index 00ec0223e67..d5ca38f9b5d 100644 --- a/packages/react-native-compat/package.json +++ b/packages/react-native-compat/package.json @@ -1,7 +1,7 @@ { "name": "@thirdweb-dev/react-native-compat", "description": "Shims for Thirdweb in React Native Projects", - "version": "0.3.15", + "version": "0.3.16", "author": "thirdweb eng ", "repository": "https://github.com/thirdweb-dev/js/tree/main/packages/react-native-compat", "license": "Apache-2.0", diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md index d6ab414da2d..0fe85fa2af8 100644 --- a/packages/react-native/CHANGELOG.md +++ b/packages/react-native/CHANGELOG.md @@ -1,5 +1,23 @@ # @thirdweb-dev/react-native +## 0.3.16 + +### Patch Changes + +- [#1880](https://github.com/thirdweb-dev/js/pull/1880) [`7461e2a9`](https://github.com/thirdweb-dev/js/commit/7461e2a9145549b7e08bc34d87d44be9bcff2c07) Thanks [@iketw](https://github.com/iketw)! - Fixes wallet icons borders bug + +- [#1878](https://github.com/thirdweb-dev/js/pull/1878) [`178609a0`](https://github.com/thirdweb-dev/js/commit/178609a0622b571560188a4266247eb342759ea1) Thanks [@iketw](https://github.com/iketw)! - Adds support for Japanese and Spanish + + You can now pass 'ja' or 'es' to our ThirdwebProvider: + + ``` + import { ThirdwebProvider } from '@thirdweb-dev/react-native'; + + + + + ``` + ## 0.3.15 ### Patch Changes diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 9a200409a28..8fc3e04a448 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@thirdweb-dev/react-native", - "version": "0.3.15", + "version": "0.3.16", "repository": "https://github.com/thirdweb-dev/js/tree/main/packages/react-native", "author": "thirdweb eng ", "license": "Apache-2.0",