Skip to content

Commit 380a5ac

Browse files
committed
Release 3.7.0
1 parent 8b667ef commit 380a5ac

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
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.6.0...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v3.7.0...HEAD).
6+
7+
<a name="v3.7.0"></a>
8+
## [v3.7.0] - 2023-09-05
9+
### Bug Fixes
10+
- Ensure usage of provided UI5 data dir [`1e0503a`](https://github.com/SAP/ui5-project/commit/1e0503a32dae06202b62408558d5ef85bb49daf1)
11+
- **NodePackageDependencies:** Implement validation for missing package.json attributes [`b070972`](https://github.com/SAP/ui5-project/commit/b0709725b373441fd62fe9e33cc0440b6df17401)
12+
- **ProjectGraph:** Improve error message when adding duplicate projects or extensions [`2b4a49e`](https://github.com/SAP/ui5-project/commit/2b4a49e2b6dc4004bf078d259c1a8f54ccc0ae2c)
13+
- **pacote:** Use npm cache within UI5 data dir [`f1e2178`](https://github.com/SAP/ui5-project/commit/f1e217803d0c455f61135084b00a7daf42fb9094)
14+
15+
### Features
16+
- **Resolvers:** Allow ranges / npm tags for version resolution [`2841004`](https://github.com/SAP/ui5-project/commit/28410044f9d4abd348dc3e0697048543eb7796d9)
17+
- **Resolvers:** Use npm tags for determining 'latest' [`5cde95a`](https://github.com/SAP/ui5-project/commit/5cde95a04f2f040fffd0798822058f9692761cc4)
18+
619

720
<a name="v3.6.0"></a>
821
## [v3.6.0] - 2023-08-22
@@ -444,6 +457,7 @@ Renamed parameter "translator" of functions generateDependencyTree and generateP
444457
## v0.0.1 - 2018-06-06
445458
### Bug Fixes
446459
- **npm t8r:** Fix collection fallback with missing package.json [`578466f`](https://github.com/SAP/ui5-project/commit/578466fdedf871091874c93d1a9305859e34e3ed)
460+
[v3.7.0]: https://github.com/SAP/ui5-project/compare/v3.6.0...v3.7.0
447461
[v3.6.0]: https://github.com/SAP/ui5-project/compare/v3.5.1...v3.6.0
448462
[v3.5.1]: https://github.com/SAP/ui5-project/compare/v3.5.0...v3.5.1
449463
[v3.5.0]: https://github.com/SAP/ui5-project/compare/v3.4.2...v3.5.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.6.0",
3+
"version": "3.7.0",
44
"description": "UI5 Tooling - Project ",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)