Skip to content

Commit c55d258

Browse files
Version Packages (#803)
1 parent 3be84f9 commit c55d258

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

.changeset/pink-vans-taste.md

-12
This file was deleted.

CHANGELOG.md

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

3+
## 0.0.36
4+
5+
### Patch Changes
6+
7+
- Extract metadata title and description (#770)
8+
- Remove Goerli from supported networks (#771)
9+
- fix: redundant error notifications on block explorer (#775)
10+
- chore: fix typo (#777)
11+
- fix: vercel deployment linking from github (#780)
12+
- Remove useAccountBalance (#788)
13+
- Templatise README in CLI (#790, #782)
14+
- Add .env to .gitignore in nextjs package (#798)
15+
316
## 0.0.35
417

518
### 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.35",
3+
"version": "0.0.36",
44
"description": "Create a Scaffold-ETH-2 app",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)