Skip to content

Commit 85c951a

Browse files
Version Packages (#4453)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e8bf4c5 commit 85c951a

File tree

11 files changed

+126
-77
lines changed

11 files changed

+126
-77
lines changed

.changeset/breezy-melons-sniff.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/great-chefs-whisper.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nasty-bats-promise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/seven-frogs-protect.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tame-trainers-judge.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

.changeset/tender-drinks-fail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/unlucky-socks-repeat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/react-native-adapter/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# @thirdweb-dev/react-native-adapter
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#4094](https://github.com/thirdweb-dev/js/pull/4094) [`f1d087e`](https://github.com/thirdweb-dev/js/commit/f1d087e24e8ad74948c0cdfa85d3705319753850) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Support for Coinbase Smart Wallet in React Native
8+
9+
You can now use the Coinbase Smart Wallet in your React Native apps.
10+
11+
```ts
12+
const wallet = createWallet("com.coinbase.wallet", {
13+
appMetadata: {
14+
name: "My app name",
15+
},
16+
mobileConfig: {
17+
callbackURL: "https://example.com",
18+
},
19+
walletConfig: {
20+
options: "smartWalletOnly",
21+
},
22+
});
23+
24+
await wallet.connect({
25+
client,
26+
});
27+
```
28+
329
## 1.2.0
430

531
### Minor Changes

packages/react-native-adapter/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thirdweb-dev/react-native-adapter",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"
@@ -23,7 +23,10 @@
2323
},
2424
"./package.json": "./package.json"
2525
},
26-
"files": ["dist/*", "src/*"],
26+
"files": [
27+
"dist/*",
28+
"src/*"
29+
],
2730
"dependencies": {
2831
"@aws-sdk/client-lambda": "3.577.0",
2932
"@aws-sdk/credential-providers": "3.577.0",

packages/thirdweb/CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# thirdweb
22

3+
## 5.53.0
4+
5+
### Minor Changes
6+
7+
- [#4094](https://github.com/thirdweb-dev/js/pull/4094) [`f1d087e`](https://github.com/thirdweb-dev/js/commit/f1d087e24e8ad74948c0cdfa85d3705319753850) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Support for Coinbase Smart Wallet in React Native
8+
9+
You can now use the Coinbase Smart Wallet in your React Native apps.
10+
11+
```ts
12+
const wallet = createWallet("com.coinbase.wallet", {
13+
appMetadata: {
14+
name: "My app name",
15+
},
16+
mobileConfig: {
17+
callbackURL: "https://example.com",
18+
},
19+
walletConfig: {
20+
options: "smartWalletOnly",
21+
},
22+
});
23+
24+
await wallet.connect({
25+
client,
26+
});
27+
```
28+
29+
- [#4454](https://github.com/thirdweb-dev/js/pull/4454) [`c546b65`](https://github.com/thirdweb-dev/js/commit/c546b65e172623c0079efafbfce167c79e29a2ce) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Expose `createAndSignUserOp` utility function
30+
31+
### Patch Changes
32+
33+
- [#4466](https://github.com/thirdweb-dev/js/pull/4466) [`763e439`](https://github.com/thirdweb-dev/js/commit/763e4390f73b1a507398890396364cc52f12fa8e) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Export thirdweb/social functions and types
34+
35+
- [#4477](https://github.com/thirdweb-dev/js/pull/4477) [`42feff3`](https://github.com/thirdweb-dev/js/commit/42feff3a3a0ef1d384e2f0ab776c3e8ff3152085) Thanks [@kumaryash90](https://github.com/kumaryash90)! - More storage slots for proxy resolution
36+
37+
- [#4462](https://github.com/thirdweb-dev/js/pull/4462) [`f3a6179`](https://github.com/thirdweb-dev/js/commit/f3a6179e373c8e06fade56b1eff48c2261247c0e) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Fix common icons theme in React Native
38+
39+
- [#4473](https://github.com/thirdweb-dev/js/pull/4473) [`baf1a21`](https://github.com/thirdweb-dev/js/commit/baf1a21d697b51496c21def4d43be68a7d7c626e) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Updated SocialProfiles type to be SocialProfile[]
40+
41+
- [#4478](https://github.com/thirdweb-dev/js/pull/4478) [`80e0bfe`](https://github.com/thirdweb-dev/js/commit/80e0bfe4c5f14d1629b3c24bb921b66eeb99bd38) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Fix ERC20 balance read when showing pay modal
42+
343
## 5.52.0
444

545
### Minor Changes

0 commit comments

Comments
 (0)