Skip to content

Commit

Permalink
Merge pull request #153 from lidofinance/fix/wallets-modal-dont-pass-…
Browse files Browse the repository at this point in the history
…metrics-props

fix: wallets modal metrics props pass fixed
  • Loading branch information
manneredboor committed Jul 29, 2024
2 parents 4c3a499 + 8999f9a commit 151896a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
6 changes: 6 additions & 0 deletions packages/connect-wallet-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reef-knot/connect-wallet-modal

## 5.2.2

### Patch Changes

- Wallets modal: metrics props pass fixed

## 5.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-wallet-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reef-knot/connect-wallet-modal",
"version": "5.2.1",
"version": "5.2.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ type ConnectWalletModalProps = WalletsModalProps & {

export const ConnectWalletModal = ({
onCloseSuccess,
onClickWalletsMore,
onClickWalletsLess,
...passedDownProps
}: ConnectWalletModalProps) => {
const {
Expand All @@ -29,8 +31,6 @@ export const ConnectWalletModal = ({
buttonComponentsByConnectorId,
walletsShown,
walletsPinned,
onClickWalletsMore,
onClickWalletsLess,
walletsDisplayInitialCount = 6,
} = passedDownProps;

Expand Down
7 changes: 7 additions & 0 deletions packages/reef-knot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# reef-knot

## 5.2.3

### Patch Changes

- Updated dependencies
- @reef-knot/connect-wallet-modal@5.2.2

## 5.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/reef-knot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reef-knot",
"version": "5.2.2",
"version": "5.2.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"lint": "eslint --ext ts,tsx,js,mjs ."
},
"dependencies": {
"@reef-knot/connect-wallet-modal": "5.2.1",
"@reef-knot/connect-wallet-modal": "5.2.2",
"@reef-knot/core-react": "4.1.1",
"@reef-knot/web3-react": "4.0.1",
"@reef-knot/ui-react": "2.1.2",
Expand Down

0 comments on commit 151896a

Please sign in to comment.