This repository was archived by the owner on Mar 25, 2025. It is now read-only.
File tree 3 files changed +10
-3
lines changed
handlebars/react/packages/react-app
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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]
9
15
10
16
### Fixed
11
17
@@ -222,6 +228,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
222
228
- Initial release of the tool
223
229
- The default template
224
230
231
+ [ 1.7.4 ] : https://github.com/paulrberg/create-eth-app/compare/v1.7.3...v1.7.4
225
232
[ 1.7.3 ] : https://github.com/paulrberg/create-eth-app/compare/v1.7.2...v1.7.3
226
233
[ 1.7.2 ] : https://github.com/paulrberg/create-eth-app/compare/v1.7.1...v1.7.2
227
234
[ 1.7.1 ] : https://github.com/paulrberg/create-eth-app/compare/v1.7.0...v1.7.1
Original file line number Diff line number Diff line change 51
51
"scripts": {
52
52
"build": "react-scripts build",
53
53
"eject": "react-scripts eject",
54
- "ipfs": "yarn build && node scripts/ipfs.js ",
54
+ "ipfs": "yarn build && ipfs-deploy build/ ",
55
55
"start": "react-scripts start",
56
56
"test": "react-scripts test"
57
57
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-eth-app" ,
3
3
"description" : " Create Ethereum-powered apps with one command" ,
4
- "version" : " 1.7.3 " ,
4
+ "version" : " 1.7.4 " ,
5
5
"bin" : " ./dist/index.js" ,
6
6
"bugs" : {
7
7
"url" : " https://github.com/paulrberg/create-eth-app/issues"
You can’t perform that action at this time.
0 commit comments