Skip to content

Commit 75267de

Browse files
Merge pull request #754 from scaffold-eth/changeset-release/cli
2 parents a9e8e9e + 6b2a80c commit 75267de

5 files changed

+15
-23
lines changed

.changeset/silly-coins-share.md

-5
This file was deleted.

.changeset/wet-carrots-laugh.md

-5
This file was deleted.

.changeset/wicked-bugs-doubt.md

-12
This file was deleted.

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# create-eth
22

3+
## 0.0.35
4+
5+
### Patch Changes
6+
7+
- Yarn flatten (#745, 62553fd)
8+
- Add format with prettier task (b03c011)
9+
- Fix local next build (#749)
10+
- Fix emit event value in contract (#765, 833d09b)
11+
- Fix useScaffoldContractWrite so it properly throws errors (#758)
12+
- Fix vercel deployment mismatch (#757)
13+
- Remove extra notifications when using useTransactor (#766)
14+
- Ignore JetBrains IDE settings file (#732)
15+
- Fix hardhat lint errors (ac1d2ac)
16+
317
## 0.0.34
418

519
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-eth",
3-
"version": "0.0.34",
3+
"version": "0.0.35",
44
"description": "Create a Scaffold-ETH-2 app",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)