Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 89a9f21

Browse files
committed
Merge pull request #182 from paulrberg/staging
Fix script in "package.json" in React app and roll v1.7.4
2 parents 4040dc0 + 522ae58 commit 89a9f21

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.7.3] - 2021-12-27
8+
## [1.7.4] - 2021-12-27
9+
10+
### Fixed
11+
12+
- IPFS script in package.json in React app.
13+
14+
## [1.7.3] - 2021-12-27 [YANKED]
915

1016
### Fixed
1117

@@ -222,6 +228,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
222228
- Initial release of the tool
223229
- The default template
224230

231+
[1.7.4]: https://github.com/paulrberg/create-eth-app/compare/v1.7.3...v1.7.4
225232
[1.7.3]: https://github.com/paulrberg/create-eth-app/compare/v1.7.2...v1.7.3
226233
[1.7.2]: https://github.com/paulrberg/create-eth-app/compare/v1.7.1...v1.7.2
227234
[1.7.1]: https://github.com/paulrberg/create-eth-app/compare/v1.7.0...v1.7.1

handlebars/react/packages/react-app/package.json.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"scripts": {
5252
"build": "react-scripts build",
5353
"eject": "react-scripts eject",
54-
"ipfs": "yarn build && node scripts/ipfs.js",
54+
"ipfs": "yarn build && ipfs-deploy build/",
5555
"start": "react-scripts start",
5656
"test": "react-scripts test"
5757
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-eth-app",
33
"description": "Create Ethereum-powered apps with one command",
4-
"version": "1.7.3",
4+
"version": "1.7.4",
55
"bin": "./dist/index.js",
66
"bugs": {
77
"url": "https://github.com/paulrberg/create-eth-app/issues"

0 commit comments

Comments
 (0)