File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
4
4
5
- A list of unreleased changes can be found [ here] ( https://github.com/SAP/ui5-project/compare/v3.3.0...HEAD ) .
5
+ A list of unreleased changes can be found [ here] ( https://github.com/SAP/ui5-project/compare/v3.3.1...HEAD ) .
6
+
7
+ <a name =" v3.3.1 " ></a >
8
+ ## [ v3.3.1] - 2023-05-23
9
+ ### Bug Fixes
10
+ - ** Workspace:** Ignore empty npm workspace modules ([ #614 ] ( https://github.com/SAP/ui5-project/issues/614 ) ) [ ` 66e82a3 ` ] ( https://github.com/SAP/ui5-project/commit/66e82a37f8c559eb7219fad0329a4d77fd3a6481 )
11
+ - ** projectGraphBuilder:** Add module cache invalidation ([ #612 ] ( https://github.com/SAP/ui5-project/issues/612 ) ) [ ` 65496ea ` ] ( https://github.com/SAP/ui5-project/commit/65496eabeaafc50348dfc276d19d135eb035b261 )
12
+
6
13
7
14
<a name =" v3.3.0 " ></a >
8
- ## [ v3.3.0] - 2023-05-04
15
+ ## [ v3.3.0] - 2023-05-05
9
16
### Bug Fixes
10
17
- 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
18
@@ -384,6 +391,7 @@ Renamed parameter "translator" of functions generateDependencyTree and generateP
384
391
## v0.0.1 - 2018-06-06
385
392
### Bug Fixes
386
393
- ** npm t8r:** Fix collection fallback with missing package.json [ ` 578466f ` ] ( https://github.com/SAP/ui5-project/commit/578466fdedf871091874c93d1a9305859e34e3ed )
394
+ [ v3.3.1 ] : https://github.com/SAP/ui5-project/compare/v3.3.0...v3.3.1
387
395
[ v3.3.0 ] : https://github.com/SAP/ui5-project/compare/v3.2.2...v3.3.0
388
396
[ v3.2.2 ] : https://github.com/SAP/ui5-project/compare/v3.2.1...v3.2.2
389
397
[ v3.2.1 ] : https://github.com/SAP/ui5-project/compare/v3.2.0...v3.2.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ui5/project" ,
3
- "version" : " 3.3.0 " ,
3
+ "version" : " 3.3.1 " ,
4
4
"description" : " UI5 Tooling - Project " ,
5
5
"author" : {
6
6
"name" : " SAP SE" ,
You can’t perform that action at this time.
0 commit comments