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

chore: version packages v0.29.0 🌊 #1025

Merged
merged 1 commit into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
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
13 changes: 0 additions & 13 deletions .changeset/many-ravens-cry.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.29.0

### Minor Changes

- ccfc47f: - **feat**: updated view transaction link experience. By @abcrane123 #1016
- **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**: 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
- **chore**: `Transaction` components cleanup. By @zizzamia #1028 #1029 #1052
- **fix**: adjusted dark mode within `TransactionToast`. By @abcrane123 #1020

## 0.28.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coinbase/onchainkit",
"version": "0.28.7",
"version": "0.29.0",
"type": "module",
"repository": "https://github.com/coinbase/onchainkit.git",
"license": "MIT",
Expand Down