Skip to content

Commit ba6eef9

Browse files
committed
Release 3.3.0
1 parent f8753e5 commit ba6eef9

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@
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.2.2...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v3.3.0...HEAD).
6+
7+
<a name="v3.3.0"></a>
8+
## [v3.3.0] - 2023-05-04
9+
### Bug Fixes
10+
- Resolve properly package.json dependency aliases ([#608](https://github.com/SAP/ui5-project/issues/608)) [`f8753e5`](https://github.com/SAP/ui5-project/commit/f8753e53c6bc7f89bb19107073fb52db0a725cb9)
11+
12+
### Features
13+
- **Sapui5MavenSnapshotResolver:** Expose cacheMode parameter through all APIs ([#607](https://github.com/SAP/ui5-project/issues/607)) [`78eb482`](https://github.com/SAP/ui5-project/commit/78eb4825ecab9534426f517e764451f53d232fed)
14+
615

716
<a name="v3.2.2"></a>
8-
## [v3.2.2] - 2023-04-26
17+
## [v3.2.2] - 2023-04-27
918
### Bug Fixes
1019
- **ui5Framework:** Respect npm proxy configuration to fetch libraries [`5e3da0c`](https://github.com/SAP/ui5-project/commit/5e3da0c552593ff521c8e27cdbb4aeb849f56aa4)
1120

@@ -375,6 +384,7 @@ Renamed parameter "translator" of functions generateDependencyTree and generateP
375384
## v0.0.1 - 2018-06-06
376385
### Bug Fixes
377386
- **npm t8r:** Fix collection fallback with missing package.json [`578466f`](https://github.com/SAP/ui5-project/commit/578466fdedf871091874c93d1a9305859e34e3ed)
387+
[v3.3.0]: https://github.com/SAP/ui5-project/compare/v3.2.2...v3.3.0
378388
[v3.2.2]: https://github.com/SAP/ui5-project/compare/v3.2.1...v3.2.2
379389
[v3.2.1]: https://github.com/SAP/ui5-project/compare/v3.2.0...v3.2.1
380390
[v3.2.0]: https://github.com/SAP/ui5-project/compare/v3.1.1...v3.2.0

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.2.2",
3+
"version": "3.3.0",
44
"description": "UI5 Tooling - Project ",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)