From 1b430cbc7b773c56cfef12278c7d099b4a807bd9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 5 Oct 2023 04:52:54 +0000 Subject: [PATCH] Version Packages --- .changeset/angry-tips-speak.md | 41 --------------------------------- CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 43 insertions(+), 42 deletions(-) delete mode 100644 .changeset/angry-tips-speak.md diff --git a/.changeset/angry-tips-speak.md b/.changeset/angry-tips-speak.md deleted file mode 100644 index 008bb73b6..000000000 --- a/.changeset/angry-tips-speak.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -"create-eth": patch ---- - -1. Fix RainbowKitCustomConnectButton dropdown styles (#500) - -2. chore: footer missalignment & home page on small screens (#502) - -3. Update and typescript version (#499) - -4. fix: header links wrapping icons and text (#510) - -5. Fix typos in useScaffoldContractWrite logs (#512) - -6. fix: spelling in test file name (#522) - -7. Add polygonZkEvm and polygonZkEvmTestnet (#309) - -8. fix: eth price showing 0 on sepolia network (#532) - -9. use websockets client in useFetchBlocks hooks (#529) - -10. Move from react-blockies to blo (#538) - -11. add Prettify type helper locally (#541) - -12. update hardhat version (#546) - -13. Add indexed args to events (#540) - -14. add out of box compatibility with SAFE{Wallet} (#346) - -15. remove parseEther from useScaffoldContractWrite (#548) - -16. Add Scroll Sepolia testnet (#547) - -17. use BuidlGuidl logo on footer (#551) - -18. add types to even data in useScaffoldEventHistory (#553) - -19. foundry: add chain id 31337 while forking chain (#531) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30c2ce0b8..996679394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,47 @@ # create-eth +## 0.0.21 + +### Patch Changes + +- 9c967d9: 1. Fix RainbowKitCustomConnectButton dropdown styles (#500) + + 2. chore: footer missalignment & home page on small screens (#502) + + 3. Update and typescript version (#499) + + 4. fix: header links wrapping icons and text (#510) + + 5. Fix typos in useScaffoldContractWrite logs (#512) + + 6. fix: spelling in test file name (#522) + + 7. Add polygonZkEvm and polygonZkEvmTestnet (#309) + + 8. fix: eth price showing 0 on sepolia network (#532) + + 9. use websockets client in useFetchBlocks hooks (#529) + + 10. Move from react-blockies to blo (#538) + + 11. add Prettify type helper locally (#541) + + 12. update hardhat version (#546) + + 13. Add indexed args to events (#540) + + 14. add out of box compatibility with SAFE{Wallet} (#346) + + 15. remove parseEther from useScaffoldContractWrite (#548) + + 16. Add Scroll Sepolia testnet (#547) + + 17. use BuidlGuidl logo on footer (#551) + + 18. add types to even data in useScaffoldEventHistory (#553) + + 19. foundry: add chain id 31337 while forking chain (#531) + ## 0.0.20 ### Patch Changes diff --git a/package.json b/package.json index 2c03c242a..9ec9a6883 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-eth", - "version": "0.0.20", + "version": "0.0.21", "description": "Create a Scaffold-ETH-2 app", "main": "dist/cli.js", "type": "module",