Skip to content

Commit

Permalink
🔖 [RELEASE] Modules: core, effects, resources, components, release
Browse files Browse the repository at this point in the history
🔖 Bump components and release modules to version 11.26.0
🔖 Bump core to version 11.10.1
🔖 Bump effects module to version 11.4.1
🔖 Bump resources to version 11.11.0

Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
  • Loading branch information
palexdev committed Jun 15, 2024
1 parent 55d4a54 commit 73d38ca
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 9 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jdk=11
testJdk=17

# Modules
mfx=11.25.0
mfxcore=11.10.0
mfxeffects=11.4.0
mfx=11.26.0
mfxcore=11.10.1
mfxeffects=11.4.1
mfxlocalization=11.1.0
mfxresources=11.10.0
mfxresources=11.11.0

# Plugins
jfxPlugin=0.1.0
Expand Down
10 changes: 10 additions & 0 deletions modules/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[//]: ##[Unreleased]

## [11.26.0] - 15-06-2024

### Added

- Implemented linear and circular progress indicators

### Changed

- MFXSkinBase: implement initBehavior method to avoid boiler plate code in skins that do not need it

## [11.25.0] - 05-06-2024

### Added
Expand Down
2 changes: 1 addition & 1 deletion modules/components/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Maven #
#--------------------------------------#
POM_ARTIFACT_ID=mfxcomponents
VERSION_NAME=11.25.0
VERSION_NAME=11.26.0

POM_NAME=mfxcomponents
POM_DESCRIPTION=Material Design/Modern components for JavaFX
Expand Down
6 changes: 6 additions & 0 deletions modules/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[//]: ##[Unreleased]

## [11.10.1] - 15-06-2024

### Added

- CSSFragment: add border width method to builder

## [11.10.0] - 05-06-2024

### Added
Expand Down
2 changes: 1 addition & 1 deletion modules/core/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Maven #
#--------------------------------------#
POM_ARTIFACT_ID=mfxcore
VERSION_NAME=11.10.0
VERSION_NAME=11.10.1

POM_NAME=mfxcore
POM_DESCRIPTION=Core components for MaterialFX
Expand Down
6 changes: 6 additions & 0 deletions modules/effects/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[//]: ##[Unreleased]

## [11.4.1] - 15-06-2024

### Added

- Animations: add auto reverse method to TimelineBuilder

## [11.4.0] - 05-06-2024

### Added
Expand Down
2 changes: 1 addition & 1 deletion modules/effects/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Maven #
#--------------------------------------#
POM_ARTIFACT_ID=mfxeffects
VERSION_NAME=11.4.0
VERSION_NAME=11.4.1

POM_NAME=mfxeffects
POM_DESCRIPTION=Effects extracted from MaterialFX
Expand Down
7 changes: 7 additions & 0 deletions modules/release/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[//]: ##[Unreleased]

## [11.26.0] - 15-06-2024

- Bump components and release modules to version 11.26.0
- Bump core to version 11.10.1
- Bump effects module to version 11.4.1
- Bump resources to version 11.11.0

## [11.25.0] - 05-06-2024

- Bump components and release modules to version 11.25.0
Expand Down
2 changes: 1 addition & 1 deletion modules/release/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Maven #
#--------------------------------------#
POM_ARTIFACT_ID=materialfx-all
VERSION_NAME=11.25.0
VERSION_NAME=11.26.0

POM_NAME=materialfx-all
POM_DESCRIPTION=Material Design/Modern components for JavaFX, now packed as a single Jar
Expand Down
6 changes: 6 additions & 0 deletions modules/resources/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[//]: ##[Unreleased]

## [11.11.0] - 15-06-2024

### Added

- Added styles for linear and circular indicators

## [11.10.0] - 05-06-2024

### Changed
Expand Down
2 changes: 1 addition & 1 deletion modules/resources/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Maven #
#--------------------------------------#
POM_ARTIFACT_ID=mfxresources
VERSION_NAME=11.10.0
VERSION_NAME=11.11.0

POM_NAME=mfxresources
POM_DESCRIPTION=Resources, fonts, icons and themes for MaterialFX
Expand Down

0 comments on commit 73d38ca

Please sign in to comment.