Skip to content

Commit

Permalink
Merge pull request #186 from vincenzopalazzo/development
Browse files Browse the repository at this point in the history
prepare release v1.1.3-rc2
  • Loading branch information
vincenzopalazzo authored Apr 22, 2022
2 parents aee3990 + b534b96 commit 71c070b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 71c070b

Please sign in to comment.