Skip to content

Commit bf90f68

Browse files
committed
Release 2.11.8
1 parent 1cbfd82 commit bf90f68

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
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.7...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v2.11.8...HEAD).
6+
7+
<a name="v2.11.8"></a>
8+
## [v2.11.8] - 2022-10-28
9+
### Bug Fixes
10+
- **ComponentAnalyzer:** Fix detection of rootView [`acb3d9f`](https://github.com/SAP/ui5-builder/commit/acb3d9fd7fc60ad61ac88d68cb0fd5296b795e9f)
11+
- **XMLTemplateAnalyzer:** Fix detection of nested views [`1cbfd82`](https://github.com/SAP/ui5-builder/commit/1cbfd82396e5fa78455e0a696e9229a2e8a337fc)
12+
613

714
<a name="v2.11.7"></a>
8-
## [v2.11.7] - 2022-10-16
15+
## [v2.11.7] - 2022-10-20
916
### Dependency Updates
1017
- Bump escope from 3.6.0 to 4.0.0 [`852b37f`](https://github.com/SAP/ui5-builder/commit/852b37f549f3927decbc1b40cc6055325472d625)
1118

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

665672

673+
[v2.11.8]: https://github.com/SAP/ui5-builder/compare/v2.11.7...v2.11.8
666674
[v2.11.7]: https://github.com/SAP/ui5-builder/compare/v2.11.6...v2.11.7
667675
[v2.11.6]: https://github.com/SAP/ui5-builder/compare/v2.11.5...v2.11.6
668676
[v2.11.5]: https://github.com/SAP/ui5-builder/compare/v2.11.4...v2.11.5

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.7",
3+
"version": "2.11.8",
44
"description": "UI5 Tooling - Builder",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)