@ui5/cli 3.6.1 → 3.7.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 +17 -1
- package/npm-shrinkwrap.json +515 -312
- package/package.json +8 -8
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.1...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v3.7.1"></a>
|
|
8
|
+
## [v3.7.1] - 2023-10-20
|
|
9
|
+
### Dependency Updates
|
|
10
|
+
- Bump [@ui5](https://github.com/ui5)/project from 3.7.2 to 3.7.3 [`c59d1fb`](https://github.com/SAP/ui5-cli/commit/c59d1fb7577a17590c55b111fb1bcbd30c3ba425)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
<a name="v3.7.0"></a>
|
|
14
|
+
## [v3.7.0] - 2023-10-11
|
|
15
|
+
### Dependency Updates
|
|
16
|
+
- Bump [@ui5](https://github.com/ui5)/project from 3.7.1 to 3.7.2 [`0cba692`](https://github.com/SAP/ui5-cli/commit/0cba6927b847d205241bb86628468a22ccd0b999)
|
|
17
|
+
- Bump [@ui5](https://github.com/ui5)/builder from 3.0.9 to 3.1.0 [`0230f09`](https://github.com/SAP/ui5-cli/commit/0230f0965f146af99095a738899fd048d98218c9)
|
|
18
|
+
- Bump [@ui5](https://github.com/ui5)/fs from 3.0.4 to 3.0.5 [`e0da997`](https://github.com/SAP/ui5-cli/commit/e0da997b5e4e09f7509f2bf095b85bcf65b491ff)
|
|
19
|
+
|
|
6
20
|
|
|
7
21
|
<a name="v3.6.1"></a>
|
|
8
22
|
## [v3.6.1] - 2023-10-02
|
|
@@ -1115,6 +1129,8 @@ Only Node.js v10 or higher is supported.
|
|
|
1115
1129
|
|
|
1116
1130
|
<a name="v0.0.1"></a>
|
|
1117
1131
|
## v0.0.1 - 2018-06-06
|
|
1132
|
+
[v3.7.1]: https://github.com/SAP/ui5-cli/compare/v3.7.0...v3.7.1
|
|
1133
|
+
[v3.7.0]: https://github.com/SAP/ui5-cli/compare/v3.6.1...v3.7.0
|
|
1118
1134
|
[v3.6.1]: https://github.com/SAP/ui5-cli/compare/v3.6.0...v3.6.1
|
|
1119
1135
|
[v3.6.0]: https://github.com/SAP/ui5-cli/compare/v3.5.0...v3.6.0
|
|
1120
1136
|
[v3.5.0]: https://github.com/SAP/ui5-cli/compare/v3.4.0...v3.5.0
|