@ui5/cli 3.9.2 → 3.10.1
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 +16 -1
- package/npm-shrinkwrap.json +302 -311
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,20 @@
|
|
|
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/v3.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.10.1...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v3.10.1"></a>
|
|
8
|
+
## [v3.10.1] - 2024-05-13
|
|
9
|
+
### Dependency Updates
|
|
10
|
+
- Bump [@ui5](https://github.com/ui5)/builder from 3.4.0 to 3.4.1 [`7c072df`](https://github.com/SAP/ui5-cli/commit/7c072df00fa205d083c68934dac42a9abec94dcc)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
<a name="v3.10.0"></a>
|
|
14
|
+
## [v3.10.0] - 2024-04-24
|
|
15
|
+
### Dependency Updates
|
|
16
|
+
- Bump [@ui5](https://github.com/ui5)/server from 3.1.5 to 3.2.0 [`3aae04d`](https://github.com/SAP/ui5-cli/commit/3aae04d9e60c162d42d6e5c75906cdb563bbe761)
|
|
17
|
+
- Bump [@ui5](https://github.com/ui5)/builder from 3.3.1 to 3.4.0 [`023693e`](https://github.com/SAP/ui5-cli/commit/023693e4790a6c7f2ba12492fd5868f27234620e)
|
|
18
|
+
|
|
6
19
|
|
|
7
20
|
<a name="v3.9.2"></a>
|
|
8
21
|
## [v3.9.2] - 2024-03-27
|
|
@@ -1175,6 +1188,8 @@ Only Node.js v10 or higher is supported.
|
|
|
1175
1188
|
|
|
1176
1189
|
<a name="v0.0.1"></a>
|
|
1177
1190
|
## v0.0.1 - 2018-06-06
|
|
1191
|
+
[v3.10.1]: https://github.com/SAP/ui5-cli/compare/v3.10.0...v3.10.1
|
|
1192
|
+
[v3.10.0]: https://github.com/SAP/ui5-cli/compare/v3.9.2...v3.10.0
|
|
1178
1193
|
[v3.9.2]: https://github.com/SAP/ui5-cli/compare/v3.9.1...v3.9.2
|
|
1179
1194
|
[v3.9.1]: https://github.com/SAP/ui5-cli/compare/v3.9.0...v3.9.1
|
|
1180
1195
|
[v3.9.0]: https://github.com/SAP/ui5-cli/compare/v3.8.0...v3.9.0
|