@ui5/cli 4.0.28 → 4.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,13 @@
|
|
|
2
2
|
All notable changes to this project will be documented in this file.
|
|
3
3
|
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
4
4
|
|
|
5
|
-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v4.0.29...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v4.0.29"></a>
|
|
8
|
+
## [v4.0.29] - 2025-10-07
|
|
9
|
+
### Dependency Updates
|
|
10
|
+
- Bump [@ui5](https://github.com/ui5)/builder from 4.0.11 to 4.0.12 [`4ee1fbf`](https://github.com/SAP/ui5-cli/commit/4ee1fbff4e22b783b2b8174b98715e96ec8d4fe7)
|
|
11
|
+
|
|
6
12
|
|
|
7
13
|
<a name="v4.0.27"></a>
|
|
8
14
|
## [v4.0.27] - 2025-10-01
|
|
@@ -1386,6 +1392,7 @@ Only Node.js v10 or higher is supported.
|
|
|
1386
1392
|
|
|
1387
1393
|
<a name="v0.0.1"></a>
|
|
1388
1394
|
## v0.0.1 - 2018-06-06
|
|
1395
|
+
[v4.0.29]: https://github.com/SAP/ui5-cli/compare/v4.0.27...v4.0.29
|
|
1389
1396
|
[v4.0.27]: https://github.com/SAP/ui5-cli/compare/v4.0.26...v4.0.27
|
|
1390
1397
|
[v4.0.26]: https://github.com/SAP/ui5-cli/compare/v4.0.25...v4.0.26
|
|
1391
1398
|
[v4.0.25]: https://github.com/SAP/ui5-cli/compare/v4.0.24...v4.0.25
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/cli",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.29",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@ui5/cli",
|
|
9
|
-
"version": "4.0.
|
|
9
|
+
"version": "4.0.29",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@ui5/builder": "^4.0.12",
|