Skip to content

Commit dc965a6

Browse files
authored
Merge pull request #237 from DuneSt/development
v2.1.1
2 parents b9029d6 + 5a9b977 commit dc965a6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<!--git log --pretty="* %s ([%h](https://github.com/DuneSt/MaterialDesignLite/commit/%H))" v1.3.2...HEAD-->
22

33

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+
410
# [v2.1.0](https://github.com/DuneSt/MaterialDesignLite/compare/v2.0.1...v2.1.0) (2019-02-07)
511

612
## Feature

src/BaselineOfMaterialDesignLite/BaselineOfMaterialDesignLite.class.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ BaselineOfMaterialDesignLite >> baseline: spec [
3636

3737
"Groups"
3838
spec
39-
group: 'all' with: #('default' 'Magritte');
39+
group: 'all' with: #('default' 'magritte');
4040
group: 'extensions' with: #('Material-Design-Lite-Extensions');
4141
group: 'core' with: #('Material-Design-Lite-Widgets' 'Material-Design-Lite-Components' 'Material-Design-Lite-Core' 'Material-Design-Lite-Utils');
4242
group: 'default' with: #('core' 'tests' 'demo');

src/Material-Design-Lite-Demo/MDLDemo.class.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ MDLDemo class >> open [
8181

8282
{ #category : #versions }
8383
MDLDemo class >> version [
84-
^ 'v2.1.0'
84+
^ 'v2.1.1'
8585
]
8686

8787
{ #category : #hooks }

0 commit comments

Comments
 (0)