From b2688e9871323c4fa2e6f6b6d3c7a5edc8960997 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Wed, 24 Apr 2024 07:57:08 +0000 Subject: [PATCH] Release 3.4.0 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5a5d0442..6afe0de2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ 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.3.1...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v3.4.0...HEAD). + + +## [v3.4.0] - 2024-04-24 +### Features +- **generateFlexChangesBundle:** Handle minUI5Version as array ([#1009](https://github.com/SAP/ui5-builder/issues/1009)) [`45c9b7e`](https://github.com/SAP/ui5-builder/commit/45c9b7efc255e1d62dfed82ccf67b61d54dd8627) + ## [v3.3.1] - 2024-03-27 @@ -860,6 +866,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.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 diff --git a/package-lock.json b/package-lock.json index 793d90c73..28bbee33a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ui5/builder", - "version": "3.3.1", + "version": "3.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/builder", - "version": "3.3.1", + "version": "3.4.0", "license": "Apache-2.0", "dependencies": { "@jridgewell/sourcemap-codec": "^1.4.15", diff --git a/package.json b/package.json index 2eac9d8a1..694a3fdc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/builder", - "version": "3.3.1", + "version": "3.4.0", "description": "UI5 Tooling - Builder", "author": { "name": "SAP SE",