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.36.11 🌊 #1932

Merged
merged 2 commits into from
Feb 11, 2025
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
14 changes: 0 additions & 14 deletions .changeset/cold-coins-call.md

This file was deleted.

31 changes: 23 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,32 @@
# Changelog

## 0.36.11

### Patch Changes

- **docs**: Add Telemetry guide. By @cpcramer #1935
- **feat**: Added Telemetry foundation for `Buy`, `Checkout`, `Fund`, `Mint`, `Swap`, `Transaction`, and `Wallet`. By @cpcramer #1942
- **feat**: Add analytics parameter. When set to false, all telemetry collection will be disabled and no data will be sent. @cpcramer #1934
- **feat**: Release `Earn` component. By @dschlabach #1955
- **chore**: Bump wagmi dependencies. By @dschlabach #1949
- **fix**: Fix slow wallet resolution. By @dschlabach #1947
- **docs**: Update onramp documentation. By @rustam-cb #1945 #1939
- **fix**: Fix onramp util `fetchOnrampQuote`. By @rustam-cb #1940

Note: OnchainKit is not collecting any telemetry as of `v0.36.11`. This will be enabled in a future release.

## 0.36.10

### Patch Changes

- **feat**: Export NFT context. By @alessey #1917
- **feat**: WalletAdvanced mobile design. by @brendan-defi #1827
- **fix**: Await sequential transaction calls. by @dschlabach #1918
- **feat**: Add exchange rate refresh with throttling for FundCard. By @rustam-cb #1900
- **feat**: Dynamic text size in AmountInput component. by @rustam-cb #1909
- **feat**: Add style overrides to WalletAdvanced. by @brendan-defi #1912
- **feat**: Add DropdownMenu UI Primitive. By @cpcramer #1901
- **feat**: Implemented `DropdownMenu` primitive into `TokenSelectDropdown`. By @cpcramer #1903
- **feat**: Export NFT context. By @alessey #1917
- **feat**: WalletAdvanced mobile design. by @brendan-defi #1827
- **fix**: Await sequential transaction calls. by @dschlabach #1918
- **feat**: Add exchange rate refresh with throttling for FundCard. By @rustam-cb #1900
- **feat**: Dynamic text size in AmountInput component. by @rustam-cb #1909
- **feat**: Add style overrides to WalletAdvanced. by @brendan-defi #1912
- **feat**: Add DropdownMenu UI Primitive. By @cpcramer #1901
- **feat**: Implemented `DropdownMenu` primitive into `TokenSelectDropdown`. By @cpcramer #1903

## 0.36.9

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.36.10",
"version": "0.36.11",
"type": "module",
"repository": "https://github.com/coinbase/onchainkit.git",
"license": "MIT",
Expand Down
Loading