Skip to content

Commit d0313a2

Browse files
committed
Release 1.0.2
1 parent e41b74a commit d0313a2

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
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/v1.0.1...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v1.0.2...HEAD).
6+
7+
<a name="v1.0.2"></a>
8+
## [v1.0.2] - 2019-04-12
9+
### Bug Fixes
10+
- **ProjectPreprocessor:** Fix dependency resolution [`0671a8b`](https://github.com/SAP/ui5-project/commit/0671a8bf2de9ca24823df6f041a77e7c8e46f6f0)
11+
12+
### Dependency Updates
13+
- Bump [@ui5](https://github.com/ui5)/builder from 1.0.2 to 1.0.3 ([#154](https://github.com/SAP/ui5-project/issues/154)) [`cf86764`](https://github.com/SAP/ui5-project/commit/cf867643b8b621019a5d5b0f5d3117ebcdd1cd44)
14+
615

716
<a name="v1.0.1"></a>
817
## [v1.0.1] - 2019-02-14
@@ -83,6 +92,7 @@ Renamed parameter "translator" of functions generateDependencyTree and generateP
8392
- **npm t8r:** Fix collection fallback with missing package.json [`578466f`](https://github.com/SAP/ui5-project/commit/578466fdedf871091874c93d1a9305859e34e3ed)
8493

8594

95+
[v1.0.2]: https://github.com/SAP/ui5-project/compare/v1.0.1...v1.0.2
8696
[v1.0.1]: https://github.com/SAP/ui5-project/compare/v1.0.0...v1.0.1
8797
[v1.0.0]: https://github.com/SAP/ui5-project/compare/v0.2.5...v1.0.0
8898
[v0.2.5]: https://github.com/SAP/ui5-project/compare/v0.2.4...v0.2.5

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": "1.0.1",
3+
"version": "1.0.2",
44
"description": "UI5 Tooling - Project ",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)