From 2268141fb2350fc5cf1e84c8ff01441843762c58 Mon Sep 17 00:00:00 2001 From: Florian Vogt Date: Thu, 18 Jan 2024 15:55:23 +0000 Subject: [PATCH] Release 2.11.11 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7997a951..24e325d07 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/v2.11.10...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v2.11.11...HEAD). + + +## [v2.11.11] - 2024-01-18 +### Bug Fixes +- **flexChangesBundler:** Merge existing with new flexibility-bundle.json [`b9e372d`](https://github.com/SAP/ui5-builder/commit/b9e372dfec2abb83f7779112c93480f86a4a4fbb) + ## [v2.11.10] - 2023-04-12 @@ -685,6 +691,7 @@ to load the custom bundle file instead. - Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7) +[v2.11.11]: https://github.com/SAP/ui5-builder/compare/v2.11.10...v2.11.11 [v2.11.10]: https://github.com/SAP/ui5-builder/compare/v2.11.9...v2.11.10 [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/package-lock.json b/package-lock.json index d6c7f3ceb..ea0c2aadf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ui5/builder", - "version": "2.11.10", + "version": "2.11.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 25244f33b..a40dc1a5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/builder", - "version": "2.11.10", + "version": "2.11.11", "description": "UI5 Tooling - Builder", "author": { "name": "SAP SE",