Skip to content

Commit

Permalink
version 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lochie committed Jun 19, 2024
1 parent 09c4a59 commit 3db9c75
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 1.8.2

This update includes improvements to the `CoinbaseWalletSDK` connect popup and `MockConnector`.

## Fixed

- `CoinbaseWalletSDK` connect popup now works on first interaction.
- `MockConnector` now working as intended.

# 1.8.1

This update adds additional localisations, and improves the stability of Coinbase Wallet and MetaMask connections.
Expand Down
2 changes: 1 addition & 1 deletion packages/connectkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connectkit",
"version": "1.8.1",
"version": "1.8.2",
"author": "Family",
"homepage": "https://docs.family.co/connectkit",
"license": "BSD-2-Clause license",
Expand Down
2 changes: 1 addition & 1 deletion packages/connectkit/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const CONNECTKIT_VERSION = '1.8.1';
export const CONNECTKIT_VERSION = '1.8.2';

export * as Types from './types';
export { default as getDefaultConfig } from './defaultConfig';
Expand Down

0 comments on commit 3db9c75

Please sign in to comment.