Skip to content

Commit

Permalink
🔖 [RELEASE] Modules: core
Browse files Browse the repository at this point in the history
🔖 Bump core to version 11.10.4

Signed-off-by: palexdev <alessandro.parisi406@gmail.com>
  • Loading branch information
palexdev committed Oct 24, 2024
1 parent fbe9268 commit 7d545fd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ testJdk=17

# Modules
mfx=11.26.1
mfxcore=11.10.3
mfxcore=11.10.4
mfxeffects=11.4.1
mfxlocalization=11.1.0
mfxresources=11.11.1
Expand Down
12 changes: 12 additions & 0 deletions modules/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

[//]: ##[Unreleased]

## [11.10.4] - 24-10-2024

### Added

- SimpleEventBus: use a PriorityQueue instead which also allows easily implementing a simple priority system between the
subscribers

### Fixed

- SimpleEventBus: do not use a WeakHashSet for storing event subscribers as unexpected GC may cause
NullPointerExceptions

## [11.10.3] - 20-09-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.3
VERSION_NAME=11.10.4

POM_NAME=mfxcore
POM_DESCRIPTION=Core components for MaterialFX
Expand Down

0 comments on commit 7d545fd

Please sign in to comment.