Skip to content

Commit 7958575

Browse files
committed
Release 2.2.2
1 parent 264c353 commit 7958575

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
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/v2.2.1...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-project/compare/v2.2.2...HEAD).
6+
7+
<a name="v2.2.2"></a>
8+
## [v2.2.2] - 2020-09-14
9+
### Bug Fixes
10+
- **ui5Framework.mergeTrees:** Do not abort merge if a project has already been processed [`264c353`](https://github.com/SAP/ui5-project/commit/264c353b6973bade57164aded4f10a668986482d)
11+
612

713
<a name="v2.2.1"></a>
814
## [v2.2.1] - 2020-09-02
@@ -198,6 +204,7 @@ Renamed parameter "translator" of functions generateDependencyTree and generateP
198204
- **npm t8r:** Fix collection fallback with missing package.json [`578466f`](https://github.com/SAP/ui5-project/commit/578466fdedf871091874c93d1a9305859e34e3ed)
199205

200206

207+
[v2.2.2]: https://github.com/SAP/ui5-project/compare/v2.2.1...v2.2.2
201208
[v2.2.1]: https://github.com/SAP/ui5-project/compare/v2.2.0...v2.2.1
202209
[v2.2.0]: https://github.com/SAP/ui5-project/compare/v2.1.5...v2.2.0
203210
[v2.1.5]: https://github.com/SAP/ui5-project/compare/v2.1.4...v2.1.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": "2.2.1",
3+
"version": "2.2.2",
44
"description": "UI5 Tooling - Project ",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)