Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: correct spelling and grammar mistakes in changelog #1743

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ export type LifeCycleStatus =
- **feat**: updated view transaction link experience. By @abcrane123 #1016 ccfc47f
- **fix**: modified `Avatar` component to handle images with varying height/width ratio. By @kirkas #1058
- **chore**: removed console.log statement in `useWriteContracts`. By @abcrane123 #1048
- **feat**: added mobile drawer for `Wallet` experinece, and `useBreakpoints` hook. By @abcrane123 #1045
- **feat**: added mobile drawer for `Wallet` experience, and `useBreakpoints` hook. By @abcrane123 #1045
- **feat**: introduced `onStatus` listener, to help expose the internal `Transaction`'s component lifecycle.By @zizzamia #1034 #1047 #1055
- **feat**: added `WalletDropdownFundLink` component as dropdown link for the keys.coinbase.com funding flow.By @0xAlec #1021
- **chore**: increased `Wallet` dropdown png size to 18x18. By @cpcramer #1041 #1064
Expand Down Expand Up @@ -945,7 +945,7 @@ Features

- **fix**: swap `Token` pair mode. By @kyhyco #566 5347ea9
- **feat**: added input delay to `SwapAmountInput`. By @kyhyco #563
- **feat**: addeded swappable tokens to `SwapAmountInput`. By @abcrane123 #561
- **feat**: added swappable tokens to `SwapAmountInput`. By @abcrane123 #561
- **fix**: updated Smart Wallet util. By @lukasrosario #564
- **chore**: updated `isWalletASmartWallet` name to be `isWalletACoinbaseSmartWallet`. We want to explicitly state that this is checking for Coinbase Smart Wallets. By @cpcramer #562
- **feat**: enableded linting in CI. By @zizzamia #559
Expand Down