Skip to content

Commit f703151

Browse files
committed
Release 3.1.0
1 parent 8ffc676 commit f703151

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,21 @@
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.0.4...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v3.1.0...HEAD).
6+
7+
<a name="v3.1.0"></a>
8+
## [v3.1.0] - 2023-03-31
9+
### Bug Fixes
10+
- **Taskrunner:** pass new taskutil options to determineRequiredDependencies hook [`94bcd99`](https://github.com/SAP/ui5-project/commit/94bcd9931d6709170b78a92e7372bbd0de44ae03)
11+
- **ui5Framework:** Prevent install of libraries within workspace ([#589](https://github.com/SAP/ui5-project/issues/589)) [`8ffc676`](https://github.com/SAP/ui5-project/commit/8ffc676434defd320c70b615960efc9182a29de9)
12+
13+
### Features
14+
- **Specification:** Add getId method [`7bdb47a`](https://github.com/SAP/ui5-project/commit/7bdb47a2925c0936ee33faf23f51f6c6ab396369)
15+
- **Workspace:** Add getModules method [`1e2aa0e`](https://github.com/SAP/ui5-project/commit/1e2aa0e48bb2d895728f3d5f4cb74d55fbc8ec34)
16+
617

718
<a name="v3.0.4"></a>
8-
## [v3.0.4] - 2023-03-07
19+
## [v3.0.4] - 2023-03-10
920
### Bug Fixes
1021
- Resolve properly absolute path for ui5HomeDir ([#588](https://github.com/SAP/ui5-project/issues/588)) [`9b414a7`](https://github.com/SAP/ui5-project/commit/9b414a77a1d86f6a3560231ae04db407e2f022c5)
1122

@@ -335,6 +346,7 @@ Renamed parameter "translator" of functions generateDependencyTree and generateP
335346
## v0.0.1 - 2018-06-06
336347
### Bug Fixes
337348
- **npm t8r:** Fix collection fallback with missing package.json [`578466f`](https://github.com/SAP/ui5-project/commit/578466fdedf871091874c93d1a9305859e34e3ed)
349+
[v3.1.0]: https://github.com/SAP/ui5-project/compare/v3.0.4...v3.1.0
338350
[v3.0.4]: https://github.com/SAP/ui5-project/compare/v3.0.3...v3.0.4
339351
[v3.0.3]: https://github.com/SAP/ui5-project/compare/v3.0.2...v3.0.3
340352
[v3.0.2]: https://github.com/SAP/ui5-project/compare/v3.0.1...v3.0.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.0.4",
3+
"version": "3.1.0",
44
"description": "UI5 Tooling - Project ",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)