Skip to content

Commit b59a2ec

Browse files
committed
Release 2.11.4
1 parent fb1217a commit b59a2ec

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
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/v2.11.3...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v2.11.4...HEAD).
6+
7+
<a name="v2.11.4"></a>
8+
## [v2.11.4] - 2022-02-21
9+
### Bug Fixes
10+
- **generateFlexChangesBundle:** Fix minUI5Version check for UI5 v1.100.0+ ([#706](https://github.com/SAP/ui5-builder/issues/706)) [`fb1217a`](https://github.com/SAP/ui5-builder/commit/fb1217ac536c20da81526f82f2ecb03686815942)
11+
612

713
<a name="v2.11.3"></a>
8-
## [v2.11.3] - 2021-12-12
14+
## [v2.11.3] - 2021-12-14
915
### Bug Fixes
1016
- Enable buildThemes for libraries without .library [`7b941a7`](https://github.com/SAP/ui5-builder/commit/7b941a797210463a9fa8ca50753662c5db373aa6)
1117

@@ -639,6 +645,7 @@ to load the custom bundle file instead.
639645
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
640646

641647

648+
[v2.11.4]: https://github.com/SAP/ui5-builder/compare/v2.11.3...v2.11.4
642649
[v2.11.3]: https://github.com/SAP/ui5-builder/compare/v2.11.2...v2.11.3
643650
[v2.11.2]: https://github.com/SAP/ui5-builder/compare/v2.11.1...v2.11.2
644651
[v2.11.1]: https://github.com/SAP/ui5-builder/compare/v2.11.0...v2.11.1

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "2.11.3",
3+
"version": "2.11.4",
44
"description": "UI5 Tooling - Builder",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)