Skip to content

Commit

Permalink
Merge branch 'main' into export-query-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
lochie authored May 30, 2024
2 parents 9df55d6 + 4820c12 commit e9a31ca
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 1.7.3

This update fixes a few bugs and improves the stability of the QR code generation for WalletConnect and Coinbase Wallet.

## Fixed

- ENS resolution when `mainnet` not found in `createConfig`.
- `WalletConnectConnector` regenerates QR codes when a user disconnects and attempts to reconnect their wallet.
- `CoinbaseConnector` generated QR code now using a better supported URI.
- Configured `projectId` now being passed to the `WalletConnectConnector` when opening "More" UI in mobile view.

## Removed

- References to `WalletConnectLegacy` (WalletConnect v1).

# 1.7.2

This update fixes an issue with the order of React Hooks, and improves the stability of the SIWE Provider.
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.7.2",
"version": "1.7.3",
"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.7.2';
export const CONNECTKIT_VERSION = '1.7.3';

export * as Types from './types';
export { default as getDefaultConfig } from './defaultConfig';
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"connectkit": "^1.7.2",
"connectkit": "^1.7.3",
"typescript": "^5.0.4",
"viem": "^2.0.6",
"wagmi": "^2.2.1",
Expand Down

0 comments on commit e9a31ca

Please sign in to comment.