Skip to content

Commit

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

Signed-off-by: palexdev <[email protected]>
  • Loading branch information
palexdev committed Sep 29, 2024
1 parent 19733c1 commit 3bee4f4
Show file tree
Hide file tree
Showing 7 changed files with 27 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.0
mfx=11.26.1
mfxcore=11.10.3
mfxeffects=11.4.1
mfxlocalization=11.1.0
mfxresources=11.11.0
mfxresources=11.11.1

# 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.1] - 29-09-2024

### Changed

- Update themes path according to recent changes in the resources module

### Fixed

- Fix setVariants method and general optimizations

## [11.26.0] - 15-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.26.0
VERSION_NAME=11.26.1

POM_NAME=mfxcomponents
POM_DESCRIPTION=Material Design/Modern components for JavaFX
Expand Down
6 changes: 6 additions & 0 deletions modules/release/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.1] - 29-09-2024

- Bump components and release modules to version 11.26.1
- Bump core to version 11.10.3
- Bump resources to version 11.11.1

## [11.26.0] - 15-06-2024

- Bump components and release modules to version 11.26.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.26.0
VERSION_NAME=11.26.1

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.1] - 29-09-2024

### Fixed

- Unquote shapes and re-generate themes

## [11.11.0] - 15-06-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.11.0
VERSION_NAME=11.11.1

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

0 comments on commit 3bee4f4

Please sign in to comment.