Skip to content

Commit cc43c19

Browse files
chore: version packages v0.37.8 🌊 (#2113)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a803d82 commit cc43c19

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.changeset/nasty-pots-fix.md

-9
This file was deleted.

CHANGELOG.md

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

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+
312
## 0.37.7
413

514
### Patch Changes
615

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
1221

1322
## 0.37.6
1423

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coinbase/onchainkit",
3-
"version": "0.37.7",
3+
"version": "0.37.8",
44
"type": "module",
55
"repository": "https://github.com/coinbase/onchainkit.git",
66
"license": "MIT",
@@ -171,7 +171,7 @@
171171
"module": "./esm/minikit/index.js",
172172
"import": "./esm/minikit/index.js",
173173
"default": "./esm/minikit/index.js"
174-
},
174+
},
175175
"./nft": {
176176
"types": "./esm/nft/index.d.ts",
177177
"module": "./esm/nft/index.js",

0 commit comments

Comments
 (0)