Skip to content

Commit 8ee7767

Browse files
committed
Release 0.2.5
1 parent 7e55ae3 commit 8ee7767

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +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/v0.2.4...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v0.2.5...HEAD).
6+
7+
<a name="v0.2.5"></a>
8+
## [v0.2.5] - 2018-12-18
9+
### Bug Fixes
10+
- **npm translator:** Deduplicate subtrees of pending dependencies [`7e55ae3`](https://github.com/SAP/ui5-project/commit/7e55ae3d88280746f5800bffc7bbd13e1495ba07)
11+
- **npm translator:** Fix handling of indirect dependency cycles [`c99d6d3`](https://github.com/SAP/ui5-project/commit/c99d6d3a19fbb6c197b449dfd6cb8acc48837dba)
12+
13+
### Internal Changes
14+
- **npm translator:** Ignore packages that can't be read [`d8c2354`](https://github.com/SAP/ui5-project/commit/d8c23545fd8f1180f988417a9c8cee880b668415)
15+
- **npm translator:** Add silly debug logging [`1ae0d5d`](https://github.com/SAP/ui5-project/commit/1ae0d5dbc9ec9630cd405e108529cab83bc87347)
16+
- **npm translator:** Add addtl. test for cyclic dependencies [`299eb2a`](https://github.com/SAP/ui5-project/commit/299eb2af0472ecf9bf79b96895a2864667b535bf)
17+
618

719
<a name="v0.2.4"></a>
820
## [v0.2.4] - 2018-12-17
@@ -103,6 +115,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-proj
103115
- **npm t8r:** Improve handling of missing package.json [`4b32134`](https://github.com/SAP/ui5-project/commit/4b321345139058dc821fb08c4556aff88366ea86)
104116

105117

118+
[v0.2.5]: https://github.com/SAP/ui5-project/compare/v0.2.4...v0.2.5
106119
[v0.2.4]: https://github.com/SAP/ui5-project/compare/v0.2.3...v0.2.4
107120
[v0.2.3]: https://github.com/SAP/ui5-project/compare/v0.2.2...v0.2.3
108121
[v0.2.2]: https://github.com/SAP/ui5-project/compare/v0.2.1...v0.2.2

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "0.2.4",
3+
"version": "0.2.5",
44
"description": "UI5 Build and Development Tooling - Project ",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)