Skip to content

Commit e3b3651

Browse files
committed
Merge pull-request #971
2 parents b755f00 + 0982659 commit e3b3651

File tree

5 files changed

+12
-17
lines changed

5 files changed

+12
-17
lines changed

.changeset/cruel-readers-peel.md

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

.changeset/social-wasps-obey.md

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

.changeset/tangy-geckos-wait.md

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

packages/react-wallet-kit/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @turnkey/react-wallet-kit
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- [#968](https://github.com/tkhq/sdk/pull/968) [`14424ee`](https://github.com/tkhq/sdk/commit/14424eeeabb9cea8067f978051dceb0537c22e34) Author [@moeodeh3](https://github.com/moeodeh3) - Fixed type re-exports from `@turnkey/core`
8+
9+
- [#962](https://github.com/tkhq/sdk/pull/962) [`62937e7`](https://github.com/tkhq/sdk/commit/62937e74e1e27093906e434c62f6f0545f73e934) Author [@moeodeh3](https://github.com/moeodeh3) - - Fixed memory leaks in `handle*` functions
10+
- `handleConnectExternalWallet` now returns `{ type: "connect" | "disconnect"; account?: WalletAccount }`
11+
12+
- [#964](https://github.com/tkhq/sdk/pull/964) [`1e15cc9`](https://github.com/tkhq/sdk/commit/1e15cc9d672905b87566324ec5b10580318fca19) Author [@moeodeh3](https://github.com/moeodeh3) - Fix `onClose` callbacks not triggering in child modal pages
13+
314
## 1.1.0
415

516
### Minor Changes

packages/react-wallet-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turnkey/react-wallet-kit",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "The easiest and most powerful way to integrate Turnkey's Embedded Wallets into your React applications.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)