File tree 3 files changed +8
-2
lines changed
BaselineOfMaterialDesignLite
Material-Design-Lite-Demo
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!-- git log --pretty="* %s ([%h](https://github.com/DuneSt/MaterialDesignLite/commit/%H))" v1.3.2...HEAD-->
2
2
3
3
4
+ # [ v2.1.1] ( https://github.com/DuneSt/MaterialDesignLite/compare/v2.1.0...v2.1.1 ) (2019-02-11)
5
+
6
+ ## Bug fix
7
+
8
+ * Fix broken ` all ` group in Baseline ([ cb6db74] ( https://github.com/DuneSt/MaterialDesignLite/commit/cb6db7476faa70a86d32d8be394d61a25bcc01cd ) )
9
+
4
10
# [ v2.1.0] ( https://github.com/DuneSt/MaterialDesignLite/compare/v2.0.1...v2.1.0 ) (2019-02-07)
5
11
6
12
## Feature
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ BaselineOfMaterialDesignLite >> baseline: spec [
36
36
37
37
" Groups"
38
38
spec
39
- group: ' all' with: #('default' 'Magritte ') ;
39
+ group: ' all' with: #('default' 'magritte ') ;
40
40
group: ' extensions' with: #('Material-Design-Lite-Extensions') ;
41
41
group: ' core' with: #('Material-Design-Lite-Widgets' 'Material-Design-Lite-Components' 'Material-Design-Lite-Core' 'Material-Design-Lite-Utils') ;
42
42
group: ' default' with: #('core' 'tests' 'demo') ;
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ MDLDemo class >> open [
81
81
82
82
{ #category : #versions }
83
83
MDLDemo class >> version [
84
- ^ ' v2.1.0 '
84
+ ^ ' v2.1.1 '
85
85
]
86
86
87
87
{ #category : #hooks }
You can’t perform that action at this time.
0 commit comments