Skip to content

Commit 85b6f9f

Browse files
author
test
committed
Release 0.1.0
1 parent e47529e commit 85b6f9f

File tree

3 files changed

+22
-10
lines changed

3 files changed

+22
-10
lines changed

CHANGELOG.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,25 @@
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-task-adaptation/compare/v1.5.1...HEAD).
5+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-task-adaptation/compare/v0.1.0...HEAD).
6+
7+
<a name="v0.1.0"></a>
8+
## [v0.1.0] - 2026-02-19
69

710
<a name="v1.5.4"></a>
811
## [v1.5.4] - 2026-02-16
9-
### Fixed
10-
- Should not rename sap.ui5/dependencies/libs and sap.ui5/dependencies/components ids if they contain base application id
12+
13+
<a name="v1.5.3"></a>
14+
## [v1.5.3] - 2025-09-29
15+
16+
<a name="v1.5.2"></a>
17+
## [v1.5.2] - 2025-08-25
18+
### Bug Fixes
19+
- Removed moved changes [`babdc1b`](https://github.com/SAP/ui5-task-adaptation/commit/babdc1bce8e407b2638e014cfaa4e6547bba10ac)
20+
1121

1222
<a name="v1.5.1"></a>
1323
## [v1.5.1] - 2025-08-06
14-
### Bug Fixes
15-
- Correct handling of manifest changes
1624

1725
<a name="v1.4.3"></a>
1826
## [v1.4.3] - 2025-04-17
@@ -126,7 +134,11 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-task
126134
<a name="v1.0.0"></a>
127135
## v1.0.0 - 2020-12-09
128136

129-
[v1.5.4]: https://github.com/SAP/ui5-task-adaptation/compare/v1.4.3...v1.5.4
137+
[v0.1.0]: https://github.com/SAP/ui5-task-adaptation/compare/v1.5.4...v0.1.0
138+
[v1.5.4]: https://github.com/SAP/ui5-task-adaptation/compare/v1.5.3...v1.5.4
139+
[v1.5.3]: https://github.com/SAP/ui5-task-adaptation/compare/v1.5.2...v1.5.3
140+
[v1.5.2]: https://github.com/SAP/ui5-task-adaptation/compare/v1.5.1...v1.5.2
141+
[v1.5.1]: https://github.com/SAP/ui5-task-adaptation/compare/v1.4.3...v1.5.1
130142
[v1.4.3]: https://github.com/SAP/ui5-task-adaptation/compare/v1.4.2...v1.4.3
131143
[v1.4.2]: https://github.com/SAP/ui5-task-adaptation/compare/v1.4.0...v1.4.2
132144
[v1.4.0]: https://github.com/SAP/ui5-task-adaptation/compare/v1.3.3...v1.4.0

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/task-adaptation",
3-
"version": "1.5.4",
3+
"version": "0.1.0",
44
"description": "Custom task for ui5-builder which allows building UI5 Flexibility Adaptation Projects for SAP BTP, Cloud Foundry environment",
55
"main": "index.js",
66
"scripts": {
@@ -129,4 +129,4 @@
129129
"@rollup/rollup-linux-x64-gnu": "^4.28.1",
130130
"@rollup/rollup-linux-x64-musl": "^4.28.1"
131131
}
132-
}
132+
}

0 commit comments

Comments
 (0)