Skip to content

Commit ac796f0

Browse files
committed
Release 0.2.4
1 parent eaa2863 commit ac796f0

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
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/v0.2.3...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v0.2.4...HEAD).
6+
7+
<a name="v0.2.4"></a>
8+
## [v0.2.4] - 2018-12-17
9+
### Bug Fixes
10+
- **npm t8r:** Add deduplication of npm dependencies [`2717088`](https://github.com/SAP/ui5-project/commit/2717088532d415b6922f290b58d9227b946a965f)
11+
- **projectPreprocessor:** Ignore deduped modules [`84f7b25`](https://github.com/SAP/ui5-project/commit/84f7b25a9e45df3bc55a7957e4f61db580e68509)
12+
13+
### Internal Changes
14+
- Add tests for cyclic dependency handling [`0378b77`](https://github.com/SAP/ui5-project/commit/0378b77406107294acb3a0103eb6a3464d129be1)
15+
- UA Review README.md [`dd64ff5`](https://github.com/SAP/ui5-project/commit/dd64ff58099d2d21d59a1fe0b05ae7a7e416a5df)
16+
- **npm t8r:** Add includeDeduped option [`eaa2863`](https://github.com/SAP/ui5-project/commit/eaa2863c506f98e011bc0a78776d0f4d61c506d6)
17+
- **static translator and normalizer:** Add tests [`595936d`](https://github.com/SAP/ui5-project/commit/595936d97379bd2ab92967dc7e7e1f568374e4db)
18+
619

720
<a name="v0.2.3"></a>
821
## [v0.2.3] - 2018-11-20
@@ -90,6 +103,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-proj
90103
- **npm t8r:** Improve handling of missing package.json [`4b32134`](https://github.com/SAP/ui5-project/commit/4b321345139058dc821fb08c4556aff88366ea86)
91104

92105

106+
[v0.2.4]: https://github.com/SAP/ui5-project/compare/v0.2.3...v0.2.4
93107
[v0.2.3]: https://github.com/SAP/ui5-project/compare/v0.2.2...v0.2.3
94108
[v0.2.2]: https://github.com/SAP/ui5-project/compare/v0.2.1...v0.2.2
95109
[v0.2.1]: https://github.com/SAP/ui5-project/compare/v0.2.0...v0.2.1

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.3",
3+
"version": "0.2.4",
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)