From 898f92ff0ef49abe7d73219aa7a6df151ad45f0b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 10:45:40 +0100 Subject: [PATCH] Version Packages (#744) Co-authored-by: github-actions[bot] --- .changeset/lucky-tigers-unite.md | 10 ---------- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 11 deletions(-) delete mode 100644 .changeset/lucky-tigers-unite.md 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",