Skip to content

Commit fb3a0c4

Browse files
chore: version packages v0.36.11 🌊 (#1932)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: dschlabach <[email protected]>
1 parent 29ad2f2 commit fb3a0c4

File tree

3 files changed

+24
-23
lines changed

3 files changed

+24
-23
lines changed

.changeset/cold-coins-call.md

-14
This file was deleted.

CHANGELOG.md

+23-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,32 @@
11
# Changelog
22

3+
## 0.36.11
4+
5+
### Patch Changes
6+
7+
- **docs**: Add Telemetry guide. By @cpcramer #1935
8+
- **feat**: Added Telemetry foundation for `Buy`, `Checkout`, `Fund`, `Mint`, `Swap`, `Transaction`, and `Wallet`. By @cpcramer #1942
9+
- **feat**: Add analytics parameter. When set to false, all telemetry collection will be disabled and no data will be sent. @cpcramer #1934
10+
- **feat**: Release `Earn` component. By @dschlabach #1955
11+
- **chore**: Bump wagmi dependencies. By @dschlabach #1949
12+
- **fix**: Fix slow wallet resolution. By @dschlabach #1947
13+
- **docs**: Update onramp documentation. By @rustam-cb #1945 #1939
14+
- **fix**: Fix onramp util `fetchOnrampQuote`. By @rustam-cb #1940
15+
16+
Note: OnchainKit is not collecting any telemetry as of `v0.36.11`. This will be enabled in a future release.
17+
318
## 0.36.10
419

520
### Patch Changes
621

7-
- **feat**: Export NFT context. By @alessey #1917
8-
- **feat**: WalletAdvanced mobile design. by @brendan-defi #1827
9-
- **fix**: Await sequential transaction calls. by @dschlabach #1918
10-
- **feat**: Add exchange rate refresh with throttling for FundCard. By @rustam-cb #1900
11-
- **feat**: Dynamic text size in AmountInput component. by @rustam-cb #1909
12-
- **feat**: Add style overrides to WalletAdvanced. by @brendan-defi #1912
13-
- **feat**: Add DropdownMenu UI Primitive. By @cpcramer #1901
14-
- **feat**: Implemented `DropdownMenu` primitive into `TokenSelectDropdown`. By @cpcramer #1903
22+
- **feat**: Export NFT context. By @alessey #1917
23+
- **feat**: WalletAdvanced mobile design. by @brendan-defi #1827
24+
- **fix**: Await sequential transaction calls. by @dschlabach #1918
25+
- **feat**: Add exchange rate refresh with throttling for FundCard. By @rustam-cb #1900
26+
- **feat**: Dynamic text size in AmountInput component. by @rustam-cb #1909
27+
- **feat**: Add style overrides to WalletAdvanced. by @brendan-defi #1912
28+
- **feat**: Add DropdownMenu UI Primitive. By @cpcramer #1901
29+
- **feat**: Implemented `DropdownMenu` primitive into `TokenSelectDropdown`. By @cpcramer #1903
1530

1631
## 0.36.9
1732

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coinbase/onchainkit",
3-
"version": "0.36.10",
3+
"version": "0.36.11",
44
"type": "module",
55
"repository": "https://github.com/coinbase/onchainkit.git",
66
"license": "MIT",

0 commit comments

Comments
 (0)