diff --git a/.changeset/lucky-tigers-unite.md b/.changeset/lucky-tigers-unite.md deleted file mode 100644 index 18100406f..000000000 --- a/.changeset/lucky-tigers-unite.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"create-eth": patch ---- - -1. basic example to show connected address (#721) -2. Standardize displaying of address and follow ERC-55 (#734) -3. fix contract balance hot reload balance issue (#739) -4. Fix cursor stealing & display loading for AddressInput (#738) -5. Fix blockexplorer code tab (#741) -6. Match link name with actual tab name for Debug Contracts (#743) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fcfec67d..feacf33ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # create-eth +## 0.0.34 + +### Patch Changes + +- 092f2ad: 1. basic example to show connected address (#721) 2. Standardize displaying of address and follow ERC-55 (#734) 3. fix contract balance hot reload balance issue (#739) 4. Fix cursor stealing & display loading for AddressInput (#738) 5. Fix blockexplorer code tab (#741) 6. Match link name with actual tab name for Debug Contracts (#743) + ## 0.0.33 ### Patch Changes diff --git a/package.json b/package.json index 4db0d898e..29313a019 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-eth", - "version": "0.0.33", + "version": "0.0.34", "description": "Create a Scaffold-ETH-2 app", "repository": { "type": "git",