Skip to content

Commit a3f69a5

Browse files
authored
[ui5-builder][INTERNAL] .chglog/CHANGELOG.tpl.md: Add missing v3 releases (#1067)
JIRA: CPOUI5FOUNDATION-846
1 parent b69ac0d commit a3f69a5

2 files changed

Lines changed: 32 additions & 2 deletions

File tree

packages/builder/.chglog/CHANGELOG.tpl.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ A list of unreleased changes can be found [here]({{ .Info.RepositoryURL }}/compa
3333
{{ end -}}
3434
{{ end -}}
3535

36+
<a name="v3.5.1"></a>
37+
## [v3.5.1] - 2024-07-22
38+
### Bug Fixes
39+
- **generateThemeDesignerResources:** Allow core .theming in sources ([#1062](https://github.com/SAP/ui5-builder/issues/1062)) [`dda3011`](https://github.com/SAP/ui5-builder/commit/dda30114461314e81da43bd739e709186744f592)
40+
3641
<a name="v3.5.0"></a>
3742
## [v3.5.0] - 2024-06-21
3843
### Features
@@ -916,6 +921,24 @@ to load the custom bundle file instead.
916921
{{ end -}}
917922
{{ end -}}
918923
{{ end -}}
924+
[v3.5.1]: https://github.com/SAP/ui5-builder/compare/v3.5.0...v3.5.1
925+
[v3.5.0]: https://github.com/SAP/ui5-builder/compare/v3.4.1...v3.5.0
926+
[v3.4.1]: https://github.com/SAP/ui5-builder/compare/v3.4.0...v3.4.1
927+
[v3.4.0]: https://github.com/SAP/ui5-builder/compare/v3.3.1...v3.4.0
928+
[v3.3.1]: https://github.com/SAP/ui5-builder/compare/v3.3.0...v3.3.1
929+
[v3.3.0]: https://github.com/SAP/ui5-builder/compare/v3.2.0...v3.3.0
930+
[v3.2.0]: https://github.com/SAP/ui5-builder/compare/v3.1.1...v3.2.0
931+
[v3.1.1]: https://github.com/SAP/ui5-builder/compare/v3.1.0...v3.1.1
932+
[v3.1.0]: https://github.com/SAP/ui5-builder/compare/v3.0.9...v3.1.0
933+
[v3.0.9]: https://github.com/SAP/ui5-builder/compare/v3.0.8...v3.0.9
934+
[v3.0.8]: https://github.com/SAP/ui5-builder/compare/v3.0.7...v3.0.8
935+
[v3.0.7]: https://github.com/SAP/ui5-builder/compare/v3.0.6...v3.0.7
936+
[v3.0.6]: https://github.com/SAP/ui5-builder/compare/v3.0.5...v3.0.6
937+
[v3.0.5]: https://github.com/SAP/ui5-builder/compare/v3.0.4...v3.0.5
938+
[v3.0.4]: https://github.com/SAP/ui5-builder/compare/v3.0.3...v3.0.4
939+
[v3.0.3]: https://github.com/SAP/ui5-builder/compare/v3.0.2...v3.0.3
940+
[v3.0.2]: https://github.com/SAP/ui5-builder/compare/v3.0.1...v3.0.2
941+
[v3.0.1]: https://github.com/SAP/ui5-builder/compare/v3.0.0...v3.0.1
919942
[v3.0.0]: https://github.com/SAP/ui5-builder/compare/v2.11.2...v3.0.0
920943
[v2.11.9]: https://github.com/SAP/ui5-builder/compare/v2.11.8...v2.11.9
921944
[v2.11.8]: https://github.com/SAP/ui5-builder/compare/v2.11.7...v2.11.8

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

0 commit comments

Comments
 (0)