@ui5/cli 3.6.0 → 3.7.0
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 +17 -1
- package/npm-shrinkwrap.json +536 -336
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,21 @@
|
|
|
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.7.0...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v3.7.0"></a>
|
|
8
|
+
## [v3.7.0] - 2023-10-11
|
|
9
|
+
### Dependency Updates
|
|
10
|
+
- Bump [@ui5](https://github.com/ui5)/project from 3.7.1 to 3.7.2 [`0cba692`](https://github.com/SAP/ui5-cli/commit/0cba6927b847d205241bb86628468a22ccd0b999)
|
|
11
|
+
- Bump [@ui5](https://github.com/ui5)/builder from 3.0.9 to 3.1.0 [`0230f09`](https://github.com/SAP/ui5-cli/commit/0230f0965f146af99095a738899fd048d98218c9)
|
|
12
|
+
- Bump [@ui5](https://github.com/ui5)/fs from 3.0.4 to 3.0.5 [`e0da997`](https://github.com/SAP/ui5-cli/commit/e0da997b5e4e09f7509f2bf095b85bcf65b491ff)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
<a name="v3.6.1"></a>
|
|
16
|
+
## [v3.6.1] - 2023-10-02
|
|
17
|
+
### Dependency Updates
|
|
18
|
+
- Bump [@ui5](https://github.com/ui5)/project from 3.7.0 to 3.7.1 [`3f2d021`](https://github.com/SAP/ui5-cli/commit/3f2d021f01c1506281f264caed8643cac5af66a7)
|
|
19
|
+
|
|
6
20
|
|
|
7
21
|
<a name="v3.6.0"></a>
|
|
8
22
|
## [v3.6.0] - 2023-09-06
|
|
@@ -1109,6 +1123,8 @@ Only Node.js v10 or higher is supported.
|
|
|
1109
1123
|
|
|
1110
1124
|
<a name="v0.0.1"></a>
|
|
1111
1125
|
## v0.0.1 - 2018-06-06
|
|
1126
|
+
[v3.7.0]: https://github.com/SAP/ui5-cli/compare/v3.6.1...v3.7.0
|
|
1127
|
+
[v3.6.1]: https://github.com/SAP/ui5-cli/compare/v3.6.0...v3.6.1
|
|
1112
1128
|
[v3.6.0]: https://github.com/SAP/ui5-cli/compare/v3.5.0...v3.6.0
|
|
1113
1129
|
[v3.5.0]: https://github.com/SAP/ui5-cli/compare/v3.4.0...v3.5.0
|
|
1114
1130
|
[v3.4.0]: https://github.com/SAP/ui5-cli/compare/v3.3.4...v3.4.0
|