diff --git a/.changeset/five-trees-hunt.md b/.changeset/five-trees-hunt.md deleted file mode 100644 index 7f5a48e3a..000000000 --- a/.changeset/five-trees-hunt.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"create-eth": patch ---- - -- Feat: Better complex struct inputs (#702) -- improve debug struct UI (#726) -- use next-themes to handle theme and update usehooks-ts (#707) -- up rainbowkit version to 1.3.5 (#719) -- Use arbitrumSepolia instead of Goerli (#716) -- Add Optimism Sepolia config (#711) -- Update screenshot example on Readme (#705) -- add use client to inputs barrel file (#699) -- add baseSepolia in hardhat.config (#696) -- removed "use client" from EtherInput, IntergerInput and AddessInput (#688) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94dc9132a..4fcfec67d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # create-eth +## 0.0.33 + +### Patch Changes + +- Feat: Better complex struct inputs (#702) +- improve debug struct UI (#726) +- use next-themes to handle theme and update usehooks-ts (#707) +- up rainbowkit version to 1.3.5 (#719) +- Use arbitrumSepolia instead of Goerli (#716) +- Add Optimism Sepolia config (#711) +- Update screenshot example on Readme (#705) +- add use client to inputs barrel file (#699) +- add baseSepolia in hardhat.config (#696) +- removed "use client" from EtherInput, IntergerInput and AddessInput (#688) + ## 0.0.32 ### Patch Changes diff --git a/package.json b/package.json index 0a0e953b8..4db0d898e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-eth", - "version": "0.0.32", + "version": "0.0.33", "description": "Create a Scaffold-ETH-2 app", "repository": { "type": "git",