From 7e323702c60a602a3377ba9aec174d0b6e424284 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 01:10:14 +0700 Subject: [PATCH] Version Packages (#173) --- .changeset/silly-hounds-stare.md | 11 ----------- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 .changeset/silly-hounds-stare.md diff --git a/.changeset/silly-hounds-stare.md b/.changeset/silly-hounds-stare.md deleted file mode 100644 index d121e436d..000000000 --- a/.changeset/silly-hounds-stare.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"create-eth": patch ---- - -- Follow root level naming convention (https://github.com/scaffold-eth/scaffold-eth-2/pull/1006) -- Fix useScaffoldEventHistory duplicated events (https://github.com/scaffold-eth/scaffold-eth-2/pull/1014) -- feat: disable vercel telemetry (https://github.com/scaffold-eth/scaffold-eth-2/pull/1012) -- Optional chainId config in Scaffold hooks (https://github.com/scaffold-eth/scaffold-eth-2/pull/931) -- Foundry improvements (https://github.com/scaffold-eth/scaffold-eth-2/pull/1011) -- make `useScaffoldWriteContract` & `useDeployedContractInfo` backward compatible (https://github.com/scaffold-eth/scaffold-eth-2/pull/1015) -- fix: move warnings to useEffect (https://github.com/scaffold-eth/scaffold-eth-2/pull/1016) diff --git a/CHANGELOG.md b/CHANGELOG.md index a60f7f38f..6f441a762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,23 @@ # create-eth +## 0.0.64 + +### Patch Changes + +- Follow root level naming convention (https://github.com/scaffold-eth/scaffold-eth-2/pull/1006) +- Fix useScaffoldEventHistory duplicated events (https://github.com/scaffold-eth/scaffold-eth-2/pull/1014) +- feat: disable vercel telemetry (https://github.com/scaffold-eth/scaffold-eth-2/pull/1012) +- Optional chainId config in Scaffold hooks (https://github.com/scaffold-eth/scaffold-eth-2/pull/931) +- Foundry improvements (https://github.com/scaffold-eth/scaffold-eth-2/pull/1011) +- make `useScaffoldWriteContract` & `useDeployedContractInfo` backward compatible (https://github.com/scaffold-eth/scaffold-eth-2/pull/1015) +- fix: move warnings to useEffect (https://github.com/scaffold-eth/scaffold-eth-2/pull/1016) + ## 0.0.63 ### Patch Changes - Optimism and base networks verification (https://github.com/scaffold-eth/scaffold-eth-2/pull/996) -- move 99_deployScript as hardhat task (https://github.com/scaffold-eth/scaffold-eth-2/pull/1005)** +- move 99_deployScript as hardhat task (https://github.com/scaffold-eth/scaffold-eth-2/pull/1005)\*\* - feat: use current yarn version in vercel on deploy via cli (https://github.com/scaffold-eth/scaffold-eth-2/pull/1007) - reverse rpc fallback order (https://github.com/scaffold-eth/scaffold-eth-2/pull/1010) - Encrypt deployer PK on .env file (when using hardhat) (https://github.com/scaffold-eth/scaffold-eth-2/pull/1008 ) diff --git a/package.json b/package.json index b45ab925f..8d261d900 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-eth", - "version": "0.0.63", + "version": "0.0.64", "description": "Create a Scaffold-ETH-2 app", "repository": { "type": "git",