Skip to content

Commit 408b344

Browse files
committed
Release 4.0.7
1 parent 3dc75be commit 408b344

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

5-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v4.0.6...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v4.0.7...HEAD).
6+
7+
<a name="v4.0.7"></a>
8+
## [v4.0.7] - 2025-05-18
9+
### Bug Fixes
10+
- **manifestEnhancer:** Only use valid files for supportedLocales ([#1080](https://github.com/SAP/ui5-builder/issues/1080)) [`a6c04d2`](https://github.com/SAP/ui5-builder/commit/a6c04d26ae964566c82e82d1be2ef6a7fd836530)
11+
612

713
<a name="v4.0.6"></a>
814
## [v4.0.6] - 2025-04-29
@@ -951,6 +957,7 @@ to load the custom bundle file instead.
951957

952958
### Features
953959
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
960+
[v4.0.7]: https://github.com/SAP/ui5-builder/compare/v4.0.6...v4.0.7
954961
[v4.0.6]: https://github.com/SAP/ui5-builder/compare/v4.0.5...v4.0.6
955962
[v4.0.5]: https://github.com/SAP/ui5-builder/compare/v4.0.4...v4.0.5
956963
[v4.0.4]: https://github.com/SAP/ui5-builder/compare/v4.0.3...v4.0.4

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/builder",
3-
"version": "4.0.6",
3+
"version": "4.0.7",
44
"description": "UI5 Tooling - Builder",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)