diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a12c3b..b296c76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v1.1.3-rc2 + +## Deprecated +- material-title-pane: deprecate MaterialTitlePaneUI old class ([commit](https://github.com/vincenzopalazzo/material-ui-swing/commit/fc7e2c81956428e9bf8adf0c3baac1347e0f8255)). @vincenzopalazzo 21-04-2022 +- remove the `paintFocusBorder` function ([commit](https://github.com/vincenzopalazzo/material-ui-swing/commit/5696bf23244eea2e82cc80ee5e6083cb87e20e45)). @vincenzopalazzo 21-04-2022 + +## Fixed +- button: fixes when the button should paint the border in focus mode ([commit](https://github.com/vincenzopalazzo/material-ui-swing/commit/ac510948ca20d45b0d6186020effda2681acc992)). @vincenzopalazzo 21-04-2022 +- title-pane: fixes button behavior ([commit](https://github.com/vincenzopalazzo/material-ui-swing/commit/b1d539daee8c402baa719a8ab7ed331ea7a6957d)). @vincenzopalazzo 21-04-2022 + + # v1.1.3-rc1 ## Fixed diff --git a/changelog.json b/changelog.json index 361f6ab..975c58d 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,6 @@ { "package_name": "material-ui-swing", - "version": "v1.1.3-rc1", + "version": "v1.1.3-rc2", "api": { "name": "github", "repository": "vincenzopalazzo/material-ui-swing", diff --git a/gradle.properties b/gradle.properties index 5bd6378..9eade8d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ GROUP_ID=io.github.vincenzopalazzo ARTIFACT_ID=material-ui-swing #VERSION=1.1.2-rc2-SNAPSHOT -VERSION=1.1.3-rc2-SNAPSHOT +VERSION=1.1.3-rc2 MODULE_NAME=io.github.vincenzopalazzo.materialuiswing RELEASE_ENABLE=true