Skip to content

Commit c7aa84b

Browse files
committed
Release 0.3.0
1 parent 8480eca commit c7aa84b

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Bloggero ChangeLog
22

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+
311
## 2017-01-11, Version 0.2.8
412

513
* Extracted Config.

elm-package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.8",
2+
"version": "0.3.0",
33
"summary": "Bloggero -- engine for static blogs written in Elm with Material Design Light.",
44
"repository": "https://github.com/easimonenko/bloggero-elm-mdl.git",
55
"license": "MIT",
@@ -12,8 +12,8 @@
1212
"NoRedInk/elm-decode-pipeline": "3.0.0 <= v < 4.0.0",
1313
"debois/elm-mdl": "8.1.0 <= v < 9.0.0",
1414
"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",
1717
"elm-community/string-extra": "1.3.0 <= v < 2.0.0",
1818
"elm-lang/core": "5.1.1 <= v < 6.0.0",
1919
"elm-lang/html": "2.0.0 <= v < 3.0.0",

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bloggero-elm-mdl",
3-
"version": "0.2.8",
3+
"version": "0.3.0",
44
"description": "Bloggero -- engine for static blogs with single page interface written in Elm with Material Design Light.",
55
"main": "app.js",
66
"scripts": {
@@ -37,10 +37,10 @@
3737
"elm-live": "^2.6.0",
3838
"gulp": "^3.9.1",
3939
"gulp-connect": "^5.0.0",
40-
"gulp-elm": "^0.6.1",
40+
"gulp-elm": "^0.7.1",
4141
"gulp-plumber": "^1.1.0",
4242
"gulp-util": "^3.0.7",
4343
"stylelint": "^7.5.0",
44-
"stylelint-config-standard": "^14.0.0"
44+
"stylelint-config-standard": "^16.0.0"
4545
}
4646
}

0 commit comments

Comments
 (0)