Skip to content

Commit

Permalink
🔖 [RELEASE] Modules: resources, components, release
Browse files Browse the repository at this point in the history
🔖 Bump components and release modules to version 11.26.9
🔖 Bump core module to version 11.12.1

Signed-off-by: palexdev <[email protected]>
  • Loading branch information
palexdev committed Dec 28, 2024
1 parent 0c83a9d commit 765859d
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 5 deletions.
4 changes: 2 additions & 2 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.26.8
mfx=11.26.9
mfxcore=11.11.1
mfxeffects=11.4.1
mfxlocalization=11.1.0
mfxresources=11.12.0
mfxresources=11.12.1

# Plugins
jfxPlugin=0.1.0
Expand Down
6 changes: 6 additions & 0 deletions modules/components/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.26.9] - 28-12-2024

### Changed

- MaterialSurface: use a priority system for the states

## [11.26.8] - 04-11-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.26.8
VERSION_NAME=11.26.9

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

[//]: ##[Unreleased]

## [11.26.9] - 28-12-2024

- Bump components and release modules to version 11.26.9
- Bump resources module to version 11.12.1

## [11.26.8] - 04-11-2024

- Bump components and release modules to version 11.26.8
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.26.8
VERSION_NAME=11.26.9

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.12.1] - 28-12-2024

### Changed

- Update themes

## [11.12.0] - 02-11-2024

### Added
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.12.0
VERSION_NAME=11.12.1

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

0 comments on commit 765859d

Please sign in to comment.