Skip to content

Commit 99eef2c

Browse files
committed
[builder] Release 2.6.1
1 parent 7fc6c42 commit 99eef2c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

packages/builder/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
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.6.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v2.6.1...HEAD).
6+
7+
<a name="v2.6.1"></a>
8+
## [v2.6.1] - 2021-01-21
9+
### Bug Fixes
10+
- **Theme Build:** Only process themes within library namespace ([#570](https://github.com/SAP/ui5-builder/issues/570)) [`8cecc01`](https://github.com/SAP/ui5-builder/commit/8cecc01ccbd1a84e2ede91e618f31dcf6c00b3fd)
11+
- **processors/libraryLessGenerator:** Don't throw in case of import errors [`0e25b59`](https://github.com/SAP/ui5-builder/commit/0e25b59fe8e7e37f4f6b5c947a76b4da6f79469f)
12+
613

714
<a name="v2.6.0"></a>
815
## [v2.6.0] - 2021-01-14
@@ -497,6 +504,7 @@ to load the custom bundle file instead.
497504
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
498505

499506

507+
[v2.6.1]: https://github.com/SAP/ui5-builder/compare/v2.6.0...v2.6.1
500508
[v2.6.0]: https://github.com/SAP/ui5-builder/compare/v2.5.1...v2.6.0
501509
[v2.5.1]: https://github.com/SAP/ui5-builder/compare/v2.5.0...v2.5.1
502510
[v2.5.0]: https://github.com/SAP/ui5-builder/compare/v2.4.5...v2.5.0

packages/builder/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.

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

0 commit comments

Comments
 (0)