Skip to content

Commit 3db9c75

Browse files
committed
version 1.8.2
1 parent 09c4a59 commit 3db9c75

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.8.2
2+
3+
This update includes improvements to the `CoinbaseWalletSDK` connect popup and `MockConnector`.
4+
5+
## Fixed
6+
7+
- `CoinbaseWalletSDK` connect popup now works on first interaction.
8+
- `MockConnector` now working as intended.
9+
110
# 1.8.1
211

312
This update adds additional localisations, and improves the stability of Coinbase Wallet and MetaMask connections.

packages/connectkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "connectkit",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
44
"author": "Family",
55
"homepage": "https://docs.family.co/connectkit",
66
"license": "BSD-2-Clause license",

packages/connectkit/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const CONNECTKIT_VERSION = '1.8.1';
1+
export const CONNECTKIT_VERSION = '1.8.2';
22

33
export * as Types from './types';
44
export { default as getDefaultConfig } from './defaultConfig';

0 commit comments

Comments
 (0)