Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #557

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 0 additions & 41 deletions .changeset/angry-tips-speak.md

This file was deleted.

42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down