Skip to content

Commit 2301ffe

Browse files
committed
Release 3.3.2
1 parent f3318f0 commit 2301ffe

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
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/v3.3.1...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v3.3.2...HEAD).
6+
7+
<a name="v3.3.2"></a>
8+
## [v3.3.2] - 2023-06-05
9+
### Bug Fixes
10+
- **ui5Framework:** Treat 'optional' dependencies of root project as non-optional [`f3318f0`](https://github.com/SAP/ui5-project/commit/f3318f0daff617e12ac97050e19d41a16ecbc748)
11+
- **ui5Framework:** Choose correct resolver for snapshot framework version overrides [`ba860de`](https://github.com/SAP/ui5-project/commit/ba860de97bc1674fa8381706cc09bd68ee08df38)
12+
13+
### Dependency Updates
14+
- Bump xml2js from 0.5.0 to 0.6.0 [`aa7d853`](https://github.com/SAP/ui5-project/commit/aa7d853f4a719006a6aaf4e51cc5c12fd00d2aa1)
15+
616

717
<a name="v3.3.1"></a>
818
## [v3.3.1] - 2023-05-23
@@ -391,6 +401,7 @@ Renamed parameter "translator" of functions generateDependencyTree and generateP
391401
## v0.0.1 - 2018-06-06
392402
### Bug Fixes
393403
- **npm t8r:** Fix collection fallback with missing package.json [`578466f`](https://github.com/SAP/ui5-project/commit/578466fdedf871091874c93d1a9305859e34e3ed)
404+
[v3.3.2]: https://github.com/SAP/ui5-project/compare/v3.3.1...v3.3.2
394405
[v3.3.1]: https://github.com/SAP/ui5-project/compare/v3.3.0...v3.3.1
395406
[v3.3.0]: https://github.com/SAP/ui5-project/compare/v3.2.2...v3.3.0
396407
[v3.2.2]: https://github.com/SAP/ui5-project/compare/v3.2.1...v3.2.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": "3.3.1",
3+
"version": "3.3.2",
44
"description": "UI5 Tooling - Project ",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)