File tree 3 files changed +14
-6
lines changed
3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Bloggero ChangeLog
2
2
3
+ ## 2017-04-25, Version 0.3.0
4
+
5
+ * :new : The News section.
6
+ * :new : Closable InPlaceAlert.
7
+ * Many fixes, refactorings and cleaning of code.
8
+ * Styling.
9
+ * Upgrade packages.
10
+
3
11
## 2017-01-11, Version 0.2.8
4
12
5
13
* Extracted Config.
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.2.8 " ,
2
+ "version" : " 0.3.0 " ,
3
3
"summary" : " Bloggero -- engine for static blogs written in Elm with Material Design Light." ,
4
4
"repository" : " https://github.com/easimonenko/bloggero-elm-mdl.git" ,
5
5
"license" : " MIT" ,
12
12
"NoRedInk/elm-decode-pipeline" : " 3.0.0 <= v < 4.0.0" ,
13
13
"debois/elm-mdl" : " 8.1.0 <= v < 9.0.0" ,
14
14
"elm-community/html-extra" : " 2.1.0 <= v < 3.0.0" ,
15
- "elm-community/list-extra" : " 5.0 .0 <= v < 6 .0.0" ,
16
- "elm-community/maybe-extra" : " 3.1 .0 <= v < 4 .0.0" ,
15
+ "elm-community/list-extra" : " 6.1 .0 <= v < 7 .0.0" ,
16
+ "elm-community/maybe-extra" : " 4.0 .0 <= v < 5 .0.0" ,
17
17
"elm-community/string-extra" : " 1.3.0 <= v < 2.0.0" ,
18
18
"elm-lang/core" : " 5.1.1 <= v < 6.0.0" ,
19
19
"elm-lang/html" : " 2.0.0 <= v < 3.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bloggero-elm-mdl" ,
3
- "version" : " 0.2.8 " ,
3
+ "version" : " 0.3.0 " ,
4
4
"description" : " Bloggero -- engine for static blogs with single page interface written in Elm with Material Design Light." ,
5
5
"main" : " app.js" ,
6
6
"scripts" : {
37
37
"elm-live" : " ^2.6.0" ,
38
38
"gulp" : " ^3.9.1" ,
39
39
"gulp-connect" : " ^5.0.0" ,
40
- "gulp-elm" : " ^0.6 .1" ,
40
+ "gulp-elm" : " ^0.7 .1" ,
41
41
"gulp-plumber" : " ^1.1.0" ,
42
42
"gulp-util" : " ^3.0.7" ,
43
43
"stylelint" : " ^7.5.0" ,
44
- "stylelint-config-standard" : " ^14 .0.0"
44
+ "stylelint-config-standard" : " ^16 .0.0"
45
45
}
46
46
}
You can’t perform that action at this time.
0 commit comments