Skip to content

Commit 66d8181

Browse files
Version Packages (#408)
1 parent 74b6341 commit 66d8181

3 files changed

Lines changed: 9 additions & 10 deletions

File tree

.changeset/backmerge-14-04-26.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# create-eth
22

3+
## 2.0.12
4+
5+
### Patch Changes
6+
7+
- bdbbf8a: - better default for border radius (https://github.com/scaffold-eth/scaffold-eth-2/pull/1266)
8+
- update default foundry Alchemy key (https://github.com/scaffold-eth/scaffold-eth-2/pull/1267)
9+
310
## 2.0.11
411

512
### Patch Changes
@@ -802,9 +809,7 @@ This should automatically refactor your imports to use scaffold-ui where appropr
802809

803810
### Patch Changes
804811

805-
- 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)
806-
18. add types to even data in useScaffoldEventHistory (#553)
807-
812+
- 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)
808813
19. foundry: add chain id 31337 while forking chain (#531)
809814

810815
## 0.0.20

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-eth",
3-
"version": "2.0.11",
3+
"version": "2.0.12",
44
"description": "Create a Scaffold-ETH-2 app",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)