Skip to content

Commit

Permalink
Merge pull request #182 from paulrberg/staging
Browse files Browse the repository at this point in the history
Fix script in "package.json" in React app and roll v1.7.4
  • Loading branch information
PaulRBerg committed Dec 27, 2021
2 parents 4040dc0 + 522ae58 commit 89a9f21
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.7.3] - 2021-12-27
## [1.7.4] - 2021-12-27

### Fixed

- IPFS script in package.json in React app.

## [1.7.3] - 2021-12-27 [YANKED]

### Fixed

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

[1.7.4]: https://github.com/paulrberg/create-eth-app/compare/v1.7.3...v1.7.4
[1.7.3]: https://github.com/paulrberg/create-eth-app/compare/v1.7.2...v1.7.3
[1.7.2]: https://github.com/paulrberg/create-eth-app/compare/v1.7.1...v1.7.2
[1.7.1]: https://github.com/paulrberg/create-eth-app/compare/v1.7.0...v1.7.1
Expand Down
2 changes: 1 addition & 1 deletion handlebars/react/packages/react-app/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"scripts": {
"build": "react-scripts build",
"eject": "react-scripts eject",
"ipfs": "yarn build && node scripts/ipfs.js",
"ipfs": "yarn build && ipfs-deploy build/",
"start": "react-scripts start",
"test": "react-scripts test"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-eth-app",
"description": "Create Ethereum-powered apps with one command",
"version": "1.7.3",
"version": "1.7.4",
"bin": "./dist/index.js",
"bugs": {
"url": "https://github.com/paulrberg/create-eth-app/issues"
Expand Down

0 comments on commit 89a9f21

Please sign in to comment.