From 5a9157ef9deffe55777e0a0e61354cded72efcf0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 12:00:39 +0530 Subject: [PATCH] Version Packages (#142) --- .changeset/slow-stingrays-eat.md | 5 ----- .changeset/spotty-carpets-enjoy.md | 5 ----- .changeset/tiny-bikes-flash.md | 11 ----------- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 5 files changed, 15 insertions(+), 22 deletions(-) delete mode 100644 .changeset/slow-stingrays-eat.md delete mode 100644 .changeset/spotty-carpets-enjoy.md delete mode 100644 .changeset/tiny-bikes-flash.md diff --git a/.changeset/slow-stingrays-eat.md b/.changeset/slow-stingrays-eat.md deleted file mode 100644 index 76127079c..000000000 --- a/.changeset/slow-stingrays-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-eth": patch ---- - -templates: optional YourContract.sol in extensions diff --git a/.changeset/spotty-carpets-enjoy.md b/.changeset/spotty-carpets-enjoy.md deleted file mode 100644 index ae2cad457..000000000 --- a/.changeset/spotty-carpets-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-eth": patch ---- - -added nextjs config template diff --git a/.changeset/tiny-bikes-flash.md b/.changeset/tiny-bikes-flash.md deleted file mode 100644 index 12d2264bf..000000000 --- a/.changeset/tiny-bikes-flash.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"create-eth": patch ---- - -- feat: update uniswap deps (https://github.com/scaffold-eth/scaffold-eth-2/pull/956) -- feat: update envfile (https://github.com/scaffold-eth/scaffold-eth-2/pull/958) -- Update usehooks-ts, remove use-debounce (https://github.com/scaffold-eth/scaffold-eth-2/pull/957) -- Update other packages (https://github.com/scaffold-eth/scaffold-eth-2/pull/960) -- feat: wagmi and viem (https://github.com/scaffold-eth/scaffold-eth-2/pull/971) -- Update ts, eslint, prettier (https://github.com/scaffold-eth/scaffold-eth-2/pull/963) -- feat: update husky and lintstaged (https://github.com/scaffold-eth/scaffold-eth-2/pull/959) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04e1c4805..ae25e03a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # create-eth +## 0.0.59 + +### Patch Changes + +- 5ad5d8e: templates: optional YourContract.sol in extensions +- e950e6f: added nextjs config template +- a444817: - feat: update uniswap deps (https://github.com/scaffold-eth/scaffold-eth-2/pull/956) + - feat: update envfile (https://github.com/scaffold-eth/scaffold-eth-2/pull/958) + - Update usehooks-ts, remove use-debounce (https://github.com/scaffold-eth/scaffold-eth-2/pull/957) + - Update other packages (https://github.com/scaffold-eth/scaffold-eth-2/pull/960) + - feat: wagmi and viem (https://github.com/scaffold-eth/scaffold-eth-2/pull/971) + - Update ts, eslint, prettier (https://github.com/scaffold-eth/scaffold-eth-2/pull/963) + - feat: update husky and lintstaged (https://github.com/scaffold-eth/scaffold-eth-2/pull/959) + ## 0.0.58 ### Patch Changes diff --git a/package.json b/package.json index 504026855..578f34eac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-eth", - "version": "0.0.58", + "version": "0.0.59", "description": "Create a Scaffold-ETH-2 app", "repository": { "type": "git",