Skip to content

Commit

Permalink
Merge pull request #237 from DuneSt/development
Browse files Browse the repository at this point in the history
v2.1.1
  • Loading branch information
jecisc committed Feb 11, 2019
2 parents b9029d6 + 5a9b977 commit dc965a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<!--git log --pretty="* %s ([%h](https://github.com/DuneSt/MaterialDesignLite/commit/%H))" v1.3.2...HEAD-->


# [v2.1.1](https://github.com/DuneSt/MaterialDesignLite/compare/v2.1.0...v2.1.1) (2019-02-11)

## Bug fix

* Fix broken `all` group in Baseline ([cb6db74](https://github.com/DuneSt/MaterialDesignLite/commit/cb6db7476faa70a86d32d8be394d61a25bcc01cd))

# [v2.1.0](https://github.com/DuneSt/MaterialDesignLite/compare/v2.0.1...v2.1.0) (2019-02-07)

## Feature
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ BaselineOfMaterialDesignLite >> baseline: spec [

"Groups"
spec
group: 'all' with: #('default' 'Magritte');
group: 'all' with: #('default' 'magritte');
group: 'extensions' with: #('Material-Design-Lite-Extensions');
group: 'core' with: #('Material-Design-Lite-Widgets' 'Material-Design-Lite-Components' 'Material-Design-Lite-Core' 'Material-Design-Lite-Utils');
group: 'default' with: #('core' 'tests' 'demo');
Expand Down
2 changes: 1 addition & 1 deletion src/Material-Design-Lite-Demo/MDLDemo.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ MDLDemo class >> open [

{ #category : #versions }
MDLDemo class >> version [
^ 'v2.1.0'
^ 'v2.1.1'
]

{ #category : #hooks }
Expand Down

0 comments on commit dc965a6

Please sign in to comment.