Skip to content

Commit cd80a6d

Browse files
committed
Release 3.3.1
1 parent a8b0804 commit cd80a6d

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +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.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+
613

714
<a name="v3.3.0"></a>
8-
## [v3.3.0] - 2023-05-04
15+
## [v3.3.0] - 2023-05-05
916
### Bug Fixes
1017
- Resolve properly package.json dependency aliases ([#608](https://github.com/SAP/ui5-project/issues/608)) [`f8753e5`](https://github.com/SAP/ui5-project/commit/f8753e53c6bc7f89bb19107073fb52db0a725cb9)
1118

@@ -384,6 +391,7 @@ Renamed parameter "translator" of functions generateDependencyTree and generateP
384391
## v0.0.1 - 2018-06-06
385392
### Bug Fixes
386393
- **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
387395
[v3.3.0]: https://github.com/SAP/ui5-project/compare/v3.2.2...v3.3.0
388396
[v3.2.2]: https://github.com/SAP/ui5-project/compare/v3.2.1...v3.2.2
389397
[v3.2.1]: https://github.com/SAP/ui5-project/compare/v3.2.0...v3.2.1

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

0 commit comments

Comments
 (0)