Skip to content

Commit 380e358

Browse files
committed
Release 4.0.2
1 parent b2a420a commit 380e358

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

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-project/compare/v4.0.1...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v4.0.2...HEAD).
6+
7+
<a name="v4.0.2"></a>
8+
## [v4.0.2] - 2024-08-01
9+
### Bug Fixes
10+
- decorateBootstrapModule should default to "false" [`b2a420a`](https://github.com/SAP/ui5-project/commit/b2a420a13e8ad025672ef616ff2e56e0371f5439)
11+
612

713
<a name="v4.0.1"></a>
8-
## [v4.0.1] - 2024-07-30
14+
## [v4.0.1] - 2024-07-31
915
### Dependency Updates
1016
- Fix [@ui5](https://github.com/ui5)/builder peerDependency range [`71a4d6e`](https://github.com/SAP/ui5-project/commit/71a4d6e7bbe10a7f5a735dcef2e9022a4ecbdb97)
1117

@@ -550,6 +556,7 @@ Renamed parameter "translator" of functions generateDependencyTree and generateP
550556
## v0.0.1 - 2018-06-06
551557
### Bug Fixes
552558
- **npm t8r:** Fix collection fallback with missing package.json [`578466f`](https://github.com/SAP/ui5-project/commit/578466fdedf871091874c93d1a9305859e34e3ed)
559+
[v4.0.2]: https://github.com/SAP/ui5-project/compare/v4.0.1...v4.0.2
553560
[v4.0.1]: https://github.com/SAP/ui5-project/compare/v4.0.0...v4.0.1
554561
[v4.0.0]: https://github.com/SAP/ui5-project/compare/v3.9.0...v4.0.0
555562
[v3.9.2]: https://github.com/SAP/ui5-project/compare/v3.9.1...v3.9.2

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/project",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "UI5 Tooling - Project ",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)