From 380e3580b263d41246119bd7392ce60499c834d6 Mon Sep 17 00:00:00 2001 From: Matthias Osswald Date: Thu, 1 Aug 2024 13:42:52 +0000 Subject: [PATCH] Release 4.0.2 --- CHANGELOG.md | 11 +++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8623628c6..1102d9e90 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-project/compare/v4.0.1...HEAD). +A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v4.0.2...HEAD). + + +## [v4.0.2] - 2024-08-01 +### Bug Fixes +- decorateBootstrapModule should default to "false" [`b2a420a`](https://github.com/SAP/ui5-project/commit/b2a420a13e8ad025672ef616ff2e56e0371f5439) + -## [v4.0.1] - 2024-07-30 +## [v4.0.1] - 2024-07-31 ### Dependency Updates - Fix [@ui5](https://github.com/ui5)/builder peerDependency range [`71a4d6e`](https://github.com/SAP/ui5-project/commit/71a4d6e7bbe10a7f5a735dcef2e9022a4ecbdb97) @@ -550,6 +556,7 @@ Renamed parameter "translator" of functions generateDependencyTree and generateP ## v0.0.1 - 2018-06-06 ### Bug Fixes - **npm t8r:** Fix collection fallback with missing package.json [`578466f`](https://github.com/SAP/ui5-project/commit/578466fdedf871091874c93d1a9305859e34e3ed) +[v4.0.2]: https://github.com/SAP/ui5-project/compare/v4.0.1...v4.0.2 [v4.0.1]: https://github.com/SAP/ui5-project/compare/v4.0.0...v4.0.1 [v4.0.0]: https://github.com/SAP/ui5-project/compare/v3.9.0...v4.0.0 [v3.9.2]: https://github.com/SAP/ui5-project/compare/v3.9.1...v3.9.2 diff --git a/package-lock.json b/package-lock.json index 2b4f14736..81ad181f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ui5/project", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/project", - "version": "4.0.1", + "version": "4.0.2", "license": "Apache-2.0", "dependencies": { "@npmcli/config": "^8.3.4", diff --git a/package.json b/package.json index 6ec709730..80e724836 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/project", - "version": "4.0.1", + "version": "4.0.2", "description": "UI5 Tooling - Project ", "author": { "name": "SAP SE",