Skip to content

Commit

Permalink
v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Jul 30, 2020
1 parent c0a86d0 commit a13c8e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<!--git log --pretty="* %s ([%h](https://github.com/DuneSt/MaterialDesignLite/commit/%H))" v2.2.3...HEAD --grep="Merge pull"-->
<!--git log --pretty="* %s ([%h](https://github.com/DuneSt/MaterialDesignLite/commit/%H))" v2.2.4...HEAD --grep="Merge pull"-->

# [v2.2.4](https://github.com/DuneSt/MaterialDesignLite/compare/v2.2.3...v2.2.4) (2020-07-30)

## Bug fixes

* Fix svg icons not showing because of Seaside update ([c0a86d01](https://github.com/DuneSt/MaterialDesignLite/commit/c0a86d0152de2aa3bf12e052f7c38d46609ec53f))

# [v2.2.3](https://github.com/DuneSt/MaterialDesignLite/compare/v2.2.2...v2.2.3) (2020-07-29)

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 @@ -88,7 +88,7 @@ MDLDemo class >> open [

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

{ #category : #hooks }
Expand Down

0 comments on commit a13c8e8

Please sign in to comment.