File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.0.2] ( https://github.com/aurelia/cli/compare/1.0.1...1.0.2 ) (2019-06-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** cli-bundler:** fix source map path for local source file ([ 7deea6f] ( https://github.com/aurelia/cli/commit/7deea6f ) ), closes [ #1117 ] ( https://github.com/aurelia/cli/issues/1117 )
7
+ * ** release-check:** adjust task for webpack hostname ([ 3f22fef] ( https://github.com/aurelia/cli/commit/3f22fef ) )
8
+ * ** release-check:** avoid duplicated task ([ 19f6547] ( https://github.com/aurelia/cli/commit/19f6547 ) )
9
+ * ** release-check:** bypass win32 puppeteer error on 0.0.0.0 ([ bcbe262] ( https://github.com/aurelia/cli/commit/bcbe262 ) )
10
+ * ** skeleton:** don't overwrite user's editorconfig ([ d896772] ( https://github.com/aurelia/cli/commit/d896772 ) ), closes [ #1121 ] ( https://github.com/aurelia/cli/issues/1121 )
11
+ * ** skeleton:** fix readonly environment files ([ 4ae1bba] ( https://github.com/aurelia/cli/commit/4ae1bba ) ), closes [ #1031 ] ( https://github.com/aurelia/cli/issues/1031 )
12
+ * ** webpack:** allow webpack app to run inside docker container ([ 263b2c2] ( https://github.com/aurelia/cli/commit/263b2c2 ) )
13
+ * ** webpack:** bring in "open" to cli deps to avoid breaking existing webpack apps ([ 1258f4f] ( https://github.com/aurelia/cli/commit/1258f4f ) )
14
+ * ** webpack:** use npm package "open" to replace deprecated "opn" ([ 112075f] ( https://github.com/aurelia/cli/commit/112075f ) ), closes [ #1120 ] ( https://github.com/aurelia/cli/issues/1120 )
15
+
16
+
17
+
1
18
## [ 1.0.1] ( https://github.com/aurelia/cli/compare/1.0.0...1.0.1 ) (2019-06-11)
2
19
3
20
Original file line number Diff line number Diff line change 7
7
"aspnet-webpack" : " ^3.0.0" ,
8
8
"aurelia-animator-css" : " ^1.0.4" ,
9
9
"aurelia-bootstrapper" : " ^2.3.2" ,
10
- "aurelia-cli" : " ^1.0.1 " ,
10
+ "aurelia-cli" : " ^1.0.2 " ,
11
11
"aurelia-loader-nodejs" : " ^1.0.1" ,
12
12
"aurelia-pal-nodejs" : " ^1.2.0" ,
13
13
"aurelia-protractor-plugin" : " ^1.0.6" ,
105
105
"webpack-cli" : " ^3.1.2" ,
106
106
"webpack-dev-server" : " ^3.1.9" ,
107
107
"webpack-hot-middleware" : " ^2.24.3"
108
- }
108
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aurelia-cli" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " The command line tooling for Aurelia." ,
5
5
"keywords" : [
6
6
" aurelia" ,
You can’t perform that action at this time.
0 commit comments