Releases: scaffold-eth/create-eth
Releases · scaffold-eth/create-eth
v0.1.5
v0.1.4
Patch Changes
-
f17ba97: fix husky pre-commit hook not working in generated instance
-
f1ac2e8: move template provider after wagmi
-
9336443: templatize manfifest.json checkout manifest.json.args.mjs args for example
templatize nextjs tsconfig.json checkout tsconfig.json.args.mjs args for example
templatize getMetadata.ts checkout getMetadata.ts.args.mjs
v0.1.3
Patch Changes
- f789c27: - Up wagmi, viem and rainbowkit (scaffold-eth#1049)
- Use bgipfs for upload (scaffold-eth#1039)
- Update node version requirements (scaffold-eth#1052)
v0.1.2
Patch Changes
- e399485: cli: allow projectName as path while initlializing the cli
- 6318c91: - fix typo in package.json scripts for lint
- Add
hardhat:clean
command to root of monorepo (scaffold-eth#1043) - Only render FaucetButton on localhost (scaffold-eth#1047)
- fix: remove indexed event params (scaffold-eth#1048)
v0.1.1
Patch Changes
- 7e6dc73: - update contract sort order in numberic way (scaffold-eth#1032)
- downgrade wagmi and viem version (scaffold-eth#1038)
- 1572e5a: Add trusted GitHub organizations for extensions
- 13bf6a9: cli: allow capital letter in extension name
v0.1.0
Minor Changes
- 6fdbc09: Add SpeedRunEthereum challenges as curated extensions
Patch Changes
- f983396: templatise
foundry.toml
file - 4db867d: validate project name inline with npm name rules
- 5d85956: foundry: remove deploy:verify from base package.json
- 36f7a79: - Add contributing rules (scaffold-eth#1031)
- Add vercel login script (scaffold-eth#1027)
- e8c33d8: update readme
- b4dbf8e: cli: allow github url as extension flag
v0.0.65
Patch Changes
- 8c4e925: foundry: avoid extra compilation (scaffold-eth#1020)
- 38d85c0: up burner-connector version (scaffold-eth#1021)
- aed3345: cli: fix merge package.json files for extensions with both solidity-frameworks
v0.0.64
Patch Changes
- Follow root level naming convention (scaffold-eth#1006)
- Fix useScaffoldEventHistory duplicated events (scaffold-eth#1014)
- feat: disable vercel telemetry (scaffold-eth#1012)
- Optional chainId config in Scaffold hooks (scaffold-eth#931)
- Foundry improvements (scaffold-eth#1011)
- make
useScaffoldWriteContract
&useDeployedContractInfo
backward compatible (scaffold-eth#1015) - fix: move warnings to useEffect (scaffold-eth#1016)
v0.0.63
Patch Changes
- Optimism and base networks verification (scaffold-eth#996)
- move 99_deployScript as hardhat task (scaffold-eth#1005)**
- feat: use current yarn version in vercel on deploy via cli (scaffold-eth#1007)
- reverse rpc fallback order (scaffold-eth#1010)
- Encrypt deployer PK on .env file (when using hardhat) (scaffold-eth#1008 )
- Format package.json files
v0.0.62
Patch Changes
- Add Celo to networks (scaffold-eth#980)
- fix: Input components in form tag (scaffold-eth#992)
- fix: removed unnecessary logs for decoding tx in block-explorer (scaffold-eth#985)
- Remove hardcoded colors (scaffold-eth#991)
- Fix typo in block explorer notification (scaffold-eth#995)
- Prettier for solidity (scaffold-eth#994)
- Allow updating global styles & metadatada. Tailwind theme is now an object. (#151)