Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Jul 29, 2020
2 parents 73351a2 + cbe6101 commit 8148203
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ os:
#- osx

smalltalk:
- Pharo64-9.0
- Pharo64-8.0
- Pharo64-7.0
- Pharo64-6.1
Expand All @@ -14,7 +15,7 @@ smalltalk:
matrix:
fast_finish: true
allow_failures:
- smalltalk: Pharo64-8.0
- smalltalk: Pharo64-9.0

# This make Gemstone builds 3x faster
#cache:
Expand Down
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
Loading

0 comments on commit 8148203

Please sign in to comment.