File tree 3 files changed +16
-16
lines changed
3 files changed +16
-16
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.37.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 80ae089: - ** feat:** : Enhanced ` Identity ` hooks with full TanStack Query options support. By @cpcramer #2116
8
+ - ** feat:** : Added MiniKit Provider and Hooks. By @alessey #2082 , #2101 , #2112
9
+ - ** fix:** : Fixed WalletDropdownLinkReact type to allow ReactNode in icon property. By @gmolki #2058
10
+ - ** feat** : Added event handlers to ` Earn ` components. @abcrane123 #2106
11
+
3
12
## 0.37.7
4
13
5
14
### Patch Changes
6
15
7
- - ** feat** : Batch support for Basenames and ENS names. By @cpcramer #2102
8
- - ** feat** : Added Batch support for Base and Ethereum Avatars. By @cpcramer #2107
9
- - ** feat** : Added base mainnet deploychain address. By @0xAlec #2096
10
- - ** feat** : Implemented Swap default children. By @alessey #2077
11
- - ** fix** : Improved Next.js server env compatibility. By @dschlabach #2090
16
+ - ** feat** : Batch support for Basenames and ENS names. By @cpcramer #2102
17
+ - ** feat** : Added Batch support for Base and Ethereum Avatars. By @cpcramer #2107
18
+ - ** feat** : Added base mainnet deploychain address. By @0xAlec #2096
19
+ - ** feat** : Implemented Swap default children. By @alessey #2077
20
+ - ** fix** : Improved Next.js server env compatibility. By @dschlabach #2090
12
21
13
22
## 0.37.6
14
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coinbase/onchainkit" ,
3
- "version" : " 0.37.7 " ,
3
+ "version" : " 0.37.8 " ,
4
4
"type" : " module" ,
5
5
"repository" : " https://github.com/coinbase/onchainkit.git" ,
6
6
"license" : " MIT" ,
171
171
"module" : " ./esm/minikit/index.js" ,
172
172
"import" : " ./esm/minikit/index.js" ,
173
173
"default" : " ./esm/minikit/index.js"
174
- },
174
+ },
175
175
"./nft" : {
176
176
"types" : " ./esm/nft/index.d.ts" ,
177
177
"module" : " ./esm/nft/index.js" ,
You can’t perform that action at this time.
0 commit comments