This repository was archived by the owner on Mar 25, 2025. It is now read-only.
File tree 3 files changed +10
-2
lines changed
handlebars/vue/packages/vue-app
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.6.5] - 2021-05-26
9
+
10
+ ### Fixed
11
+
12
+ - Install core.js missing dependency in vue handlebars template, which fixes [ issue #104 ] ( https://github.com/paulrberg/create-eth-app/issues/104 )
13
+
8
14
## [ 1.6.4] - 2021-05-25
9
15
10
16
### Fixed
@@ -170,7 +176,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
170
176
- Initial release of the tool
171
177
- The default template
172
178
173
- [ 1.6.4 ] : https://github.com/paulrberg/create-eth-app/compare/v1.6.2...v1.6.4
179
+ [ 1.6.5 ] : https://github.com/paulrberg/create-eth-app/compare/v1.6.4...v1.6.5
180
+ [ 1.6.4 ] : https://github.com/paulrberg/create-eth-app/compare/v1.6.3...v1.6.4
174
181
[ 1.6.3 ] : https://github.com/paulrberg/create-eth-app/compare/v1.6.2...v1.6.3
175
182
[ 1.6.2 ] : https://github.com/paulrberg/create-eth-app/compare/v1.6.1...v1.6.2
176
183
[ 1.6.1 ] : https://github.com/paulrberg/create-eth-app/compare/v1.5.0...v1.6.1
Original file line number Diff line number Diff line change 22
22
"apollo-link-http": "^1.5.17",
23
23
"babel-eslint": "^10.1.0",
24
24
"chalk": "^4.1.0",
25
+ "core-js": "^3.13.0",
25
26
"eslint": "^6.8.0",
26
27
"eslint-plugin-vue": "^6.2.2",
27
28
"graphql": "^15.3.0",
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.6.4 " ,
4
+ "version" : " 1.6.5 " ,
5
5
"bin" : {
6
6
"create-eth-app" : " ./dist/index.js"
7
7
},
You can’t perform that action at this time.
0 commit comments