Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thellmund committed Mar 3, 2021
1 parent 4752965 commit ca9545f
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

## Version 5.3.0
*(2021-03-03)*

- **Breaking**: The deprecation level of several properties has been increased from `warning` to `error`.
- Fixed: WeekView no longer ignores uses day background colors set in code or XML.

## Version 5.2.4
*(2021-02-14)*

Expand Down
2 changes: 1 addition & 1 deletion base/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'com.github.thellmund.Android-Week-View'
version = '5.2.2'
version = '5.3.0'

apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.android.library'
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'com.github.thellmund.Android-Week-View'
version = '5.2.2'
version = '5.3.0'

apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.android.library'
Expand Down
2 changes: 1 addition & 1 deletion emoji/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'com.github.thellmund.Android-Week-View'
version = '5.2.2'
version = '5.3.0'

apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.android.library'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=5.2.2
VERSION_NAME=5.3.0
GROUP=com.github.thellmund

POM_DESCRIPTION=An Android library to display customizable calendar views
Expand Down
2 changes: 1 addition & 1 deletion jodatime/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'com.github.thellmund.Android-Week-View'
version = '5.2.2'
version = '5.3.0'

apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.android.library'
Expand Down
2 changes: 1 addition & 1 deletion jsr310/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'com.github.thellmund.Android-Week-View'
version = '5.2.2'
version = '5.3.0'

apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.android.library'
Expand Down
2 changes: 1 addition & 1 deletion threetenabp/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'com.github.thellmund.Android-Week-View'
version = '5.2.2'
version = '5.3.0'

apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.android.library'
Expand Down

0 comments on commit ca9545f

Please sign in to comment.