From ae105f1c9b8e52ec3f46eb0bc0ed1b964433e1bc Mon Sep 17 00:00:00 2001 From: Florian Vogt Date: Tue, 23 Jul 2024 14:22:50 +0200 Subject: [PATCH] [INTERNAL] .chglog/CHANGELOG.tpl.md: Add missing v3 releases (#1067) JIRA: CPOUI5FOUNDATION-846 --- .chglog/CHANGELOG.tpl.md | 23 +++++++++++++++++++++++ CHANGELOG.md | 11 +++++++++-- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/.chglog/CHANGELOG.tpl.md b/.chglog/CHANGELOG.tpl.md index df246b2ae..96e4d9d73 100755 --- a/.chglog/CHANGELOG.tpl.md +++ b/.chglog/CHANGELOG.tpl.md @@ -33,6 +33,11 @@ A list of unreleased changes can be found [here]({{ .Info.RepositoryURL }}/compa {{ end -}} {{ end -}} + +## [v3.5.1] - 2024-07-22 +### Bug Fixes +- **generateThemeDesignerResources:** Allow core .theming in sources ([#1062](https://github.com/SAP/ui5-builder/issues/1062)) [`dda3011`](https://github.com/SAP/ui5-builder/commit/dda30114461314e81da43bd739e709186744f592) + ## [v3.5.0] - 2024-06-21 ### Features @@ -916,6 +921,24 @@ to load the custom bundle file instead. {{ end -}} {{ end -}} {{ end -}} +[v3.5.1]: https://github.com/SAP/ui5-builder/compare/v3.5.0...v3.5.1 +[v3.5.0]: https://github.com/SAP/ui5-builder/compare/v3.4.1...v3.5.0 +[v3.4.1]: https://github.com/SAP/ui5-builder/compare/v3.4.0...v3.4.1 +[v3.4.0]: https://github.com/SAP/ui5-builder/compare/v3.3.1...v3.4.0 +[v3.3.1]: https://github.com/SAP/ui5-builder/compare/v3.3.0...v3.3.1 +[v3.3.0]: https://github.com/SAP/ui5-builder/compare/v3.2.0...v3.3.0 +[v3.2.0]: https://github.com/SAP/ui5-builder/compare/v3.1.1...v3.2.0 +[v3.1.1]: https://github.com/SAP/ui5-builder/compare/v3.1.0...v3.1.1 +[v3.1.0]: https://github.com/SAP/ui5-builder/compare/v3.0.9...v3.1.0 +[v3.0.9]: https://github.com/SAP/ui5-builder/compare/v3.0.8...v3.0.9 +[v3.0.8]: https://github.com/SAP/ui5-builder/compare/v3.0.7...v3.0.8 +[v3.0.7]: https://github.com/SAP/ui5-builder/compare/v3.0.6...v3.0.7 +[v3.0.6]: https://github.com/SAP/ui5-builder/compare/v3.0.5...v3.0.6 +[v3.0.5]: https://github.com/SAP/ui5-builder/compare/v3.0.4...v3.0.5 +[v3.0.4]: https://github.com/SAP/ui5-builder/compare/v3.0.3...v3.0.4 +[v3.0.3]: https://github.com/SAP/ui5-builder/compare/v3.0.2...v3.0.3 +[v3.0.2]: https://github.com/SAP/ui5-builder/compare/v3.0.1...v3.0.2 +[v3.0.1]: https://github.com/SAP/ui5-builder/compare/v3.0.0...v3.0.1 [v3.0.0]: https://github.com/SAP/ui5-builder/compare/v2.11.2...v3.0.0 [v2.11.9]: https://github.com/SAP/ui5-builder/compare/v2.11.8...v2.11.9 [v2.11.8]: https://github.com/SAP/ui5-builder/compare/v2.11.7...v2.11.8 diff --git a/CHANGELOG.md b/CHANGELOG.md index 120fced5e..1a9522cd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v3.5.0...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v3.5.1...HEAD). + + +## [v3.5.1] - 2024-07-22 +### Bug Fixes +- **generateThemeDesignerResources:** Allow core .theming in sources ([#1062](https://github.com/SAP/ui5-builder/issues/1062)) [`dda3011`](https://github.com/SAP/ui5-builder/commit/dda30114461314e81da43bd739e709186744f592) + -## [v3.5.0] - 2024-06-21 +## [v3.5.0] - 2024-06-24 ### Features - ES2023 Support [`097049d`](https://github.com/SAP/ui5-builder/commit/097049daeec5c54c2d5e858b12e0c54c826ff663) @@ -878,6 +884,7 @@ to load the custom bundle file instead. ### Features - Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7) +[v3.5.1]: https://github.com/SAP/ui5-builder/compare/v3.5.0...v3.5.1 [v3.5.0]: https://github.com/SAP/ui5-builder/compare/v3.4.1...v3.5.0 [v3.4.1]: https://github.com/SAP/ui5-builder/compare/v3.4.0...v3.4.1 [v3.4.0]: https://github.com/SAP/ui5-builder/compare/v3.3.1...v3.4.0