Skip to content

Commit c404f24

Browse files
chore: version packages 🌊 (#1794)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7709c00 commit c404f24

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.changeset/green-coins-add.md

-6
This file was deleted.

CHANGELOG.md

+14-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.36.4
4+
5+
### Patch Changes
6+
7+
- **feat**: Add Phantom Wallet connection support in `WalletModal`. By @cpcramer #1770
8+
- **docs**: Fixed typos in docs. By @mdqst @MarsonKotovi4 @zeevick10 @Pricstas #1774 #1784 #1788 #1791
9+
310
## 0.36.3
411

512
### Patch Changes
@@ -43,13 +50,13 @@
4350

4451
### Minor Changes
4552

46-
- **feat**: Improved funding flow in `Checkout` by @0xAlec #1692
47-
- **chore**: Added `useOutsideClick` hook. By @cpcramer #1612
48-
- **chore**: Theme styling improvements. By @brendan-defi #1676
49-
- **fix**: Fixed `TokenDropdown` when parent container is larger than button. By @dschlabach #1667
50-
- **chore**: Removed `Farcaster Frames`. Deprecating `Framegear`, `Frames`, `XMTP`, and `Neynar` support. By @cpcramer #1693
51-
- **feat**: Updated `WalletModal` to support MetaMask wallet connection. By @cpcramer #1701
52-
- **fix**: Fixed changelog generation. By @dschlabach #1680
53+
- **feat**: Improved funding flow in `Checkout` by @0xAlec #1692
54+
- **chore**: Added `useOutsideClick` hook. By @cpcramer #1612
55+
- **chore**: Theme styling improvements. By @brendan-defi #1676
56+
- **fix**: Fixed `TokenDropdown` when parent container is larger than button. By @dschlabach #1667
57+
- **chore**: Removed `Farcaster Frames`. Deprecating `Framegear`, `Frames`, `XMTP`, and `Neynar` support. By @cpcramer #1693
58+
- **feat**: Updated `WalletModal` to support MetaMask wallet connection. By @cpcramer #1701
59+
- **fix**: Fixed changelog generation. By @dschlabach #1680
5360
- **docs**: Documentation updates and improvements. By @brendan-defi @0xAlec @dschlabach #1690 #1685
5461

5562
Breaking Changes:

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.3",
3+
"version": "0.36.4",
44
"type": "module",
55
"repository": "https://github.com/coinbase/onchainkit.git",
66
"license": "MIT",

0 commit comments

Comments
 (0)