Changes since 24.0.6
Fixes
-
Do not downgrade es-version (#16474)
Commit · Pull request · Issue -
Theme change should trigger dev bundle build in all cases (#16667) (CP: 24.0)
Commit · Pull requestFixing some cases when theme.json change is not triggering a dev bundle build and so stat.json is not reflecting those changes, covered with unit tests, so will be easier next time (if needed) to check for other specific cases.
-
TaskUpdatePackages should use finder (#16692)
Commit · Pull request · IssueThe tasks should use finder for getting resources instead of using a XYZ.class.getClassLoader() as that doesn't contain required content.