Skip to content

Commit 4d39781

Browse files
committed
Release 3.5.1
1 parent dda3011 commit 4d39781

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
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/v3.5.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v3.5.1...HEAD).
6+
7+
<a name="v3.5.1"></a>
8+
## [v3.5.1] - 2024-07-22
9+
### Bug Fixes
10+
- **generateThemeDesignerResources:** Allow core .theming in sources ([#1062](https://github.com/SAP/ui5-builder/issues/1062)) [`dda3011`](https://github.com/SAP/ui5-builder/commit/dda30114461314e81da43bd739e709186744f592)
11+
612

713
<a name="v3.5.0"></a>
8-
## [v3.5.0] - 2024-06-21
14+
## [v3.5.0] - 2024-06-24
915
### Features
1016
- ES2023 Support [`097049d`](https://github.com/SAP/ui5-builder/commit/097049daeec5c54c2d5e858b12e0c54c826ff663)
1117

@@ -878,6 +884,7 @@ to load the custom bundle file instead.
878884

879885
### Features
880886
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
887+
[v3.5.1]: https://github.com/SAP/ui5-builder/compare/v3.5.0...v3.5.1
881888
[v3.5.0]: https://github.com/SAP/ui5-builder/compare/v3.4.1...v3.5.0
882889
[v3.4.1]: https://github.com/SAP/ui5-builder/compare/v3.4.0...v3.4.1
883890
[v3.4.0]: https://github.com/SAP/ui5-builder/compare/v3.3.1...v3.4.0

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

0 commit comments

Comments
 (0)