Skip to content

Commit

Permalink
v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Jul 29, 2020
1 parent 16ee824 commit cbe6101
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.1...HEAD --grep="Merge pull"-->
<!--git log --pretty="* %s ([%h](https://github.com/DuneSt/MaterialDesignLite/commit/%H))" v2.2.3...HEAD --grep="Merge pull"-->

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

## Enhancements

* Make huge sortable tables scrollable ([16ee8245](https://github.com/DuneSt/MaterialDesignLite/commit/16ee8245df6a80987bef9d302fe730f5f664ab81))

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

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.2'
^ 'v2.2.3'
]

{ #category : #hooks }
Expand Down

0 comments on commit cbe6101

Please sign in to comment.