Skip to content

Commit e55f4c6

Browse files
Version Packages (#729)
1 parent 6a25874 commit e55f4c6

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

.changeset/five-trees-hunt.md

-14
This file was deleted.

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# create-eth
22

3+
## 0.0.33
4+
5+
### Patch Changes
6+
7+
- Feat: Better complex struct inputs (#702)
8+
- improve debug struct UI (#726)
9+
- use next-themes to handle theme and update usehooks-ts (#707)
10+
- up rainbowkit version to 1.3.5 (#719)
11+
- Use arbitrumSepolia instead of Goerli (#716)
12+
- Add Optimism Sepolia config (#711)
13+
- Update screenshot example on Readme (#705)
14+
- add use client to inputs barrel file (#699)
15+
- add baseSepolia in hardhat.config (#696)
16+
- removed "use client" from EtherInput, IntergerInput and AddessInput (#688)
17+
318
## 0.0.32
419

520
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-eth",
3-
"version": "0.0.32",
3+
"version": "0.0.33",
44
"description": "Create a Scaffold-ETH-2 app",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)