@ui5/cli 3.0.0-alpha.0 → 3.0.0-alpha.3
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 +32 -1
- package/npm-shrinkwrap.json +5650 -634
- package/package.json +16 -15
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,35 @@
|
|
|
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.0.0-alpha.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.3...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v3.0.0-alpha.3"></a>
|
|
8
|
+
## [v3.0.0-alpha.3] - 2022-02-25
|
|
9
|
+
### Dependency Updates
|
|
10
|
+
- Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-alpha.1 to 3.0.0-alpha.2 [`617f0f0`](https://github.com/SAP/ui5-cli/commit/617f0f06b29e81f384186c88c07da85be55d2970)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
<a name="v3.0.0-alpha.2"></a>
|
|
14
|
+
## [v3.0.0-alpha.2] - 2022-01-31
|
|
15
|
+
|
|
16
|
+
<a name="v3.0.0-alpha.1"></a>
|
|
17
|
+
## [v3.0.0-alpha.1] - 2022-01-25
|
|
18
|
+
### Breaking Changes
|
|
19
|
+
- Require Node.js >= 16.13.2 / npm >= 8 [`71a2696`](https://github.com/SAP/ui5-cli/commit/71a2696ecc056ccfa695bd560d59bb31c7dbeb65)
|
|
20
|
+
|
|
21
|
+
### Dependency Updates
|
|
22
|
+
- Bump [@ui5](https://github.com/ui5)/project from 3.0.0-alpha.0 to 3.0.0-alpha.1 [`23601ce`](https://github.com/SAP/ui5-cli/commit/23601ce6330f5427960ae40316a8569e641cdf55)
|
|
23
|
+
- Bump [@ui5](https://github.com/ui5)/server from 3.0.0-alpha.0 to 3.0.0-alpha.1 [`61a8714`](https://github.com/SAP/ui5-cli/commit/61a8714a55cb18ba384feee50ddd52f91810f4d0)
|
|
24
|
+
- Bump [@ui5](https://github.com/ui5)/builder from 3.0.0-alpha.0 to 3.0.0-alpha.1 [`e7fcc14`](https://github.com/SAP/ui5-cli/commit/e7fcc14a97d9b89e5b8e958e41e74d0300e45771)
|
|
25
|
+
- Bump [@ui5](https://github.com/ui5)/fs from 3.0.0-alpha.1 to 3.0.0-alpha.2 [`511f3c8`](https://github.com/SAP/ui5-cli/commit/511f3c8044b1f41840c15fcbdca95da5d159d207)
|
|
26
|
+
- Bump [@ui5](https://github.com/ui5)/logger from 3.0.1-alpha.0 to 3.0.1-alpha.1 [`85f5657`](https://github.com/SAP/ui5-cli/commit/85f565781ebe0286ba61601c744c6239e26df6a7)
|
|
27
|
+
- Bump [@ui5](https://github.com/ui5)/fs from 3.0.0-alpha.0 to 3.0.0-alpha.1 [`f629e31`](https://github.com/SAP/ui5-cli/commit/f629e31c22ca375ddf4282bafcd38ff45ea5a4bc)
|
|
28
|
+
|
|
29
|
+
### BREAKING CHANGE
|
|
30
|
+
|
|
31
|
+
Support for older Node.js and npm releases has been dropped.
|
|
32
|
+
Only Node.js v16.13.2 and npm v8 or higher are supported.
|
|
33
|
+
|
|
6
34
|
|
|
7
35
|
<a name="v3.0.0-alpha.0"></a>
|
|
8
36
|
## [v3.0.0-alpha.0] - 2021-12-14
|
|
@@ -714,6 +742,9 @@ Only Node.js v10 or higher is supported.
|
|
|
714
742
|
<a name="v0.0.1"></a>
|
|
715
743
|
## v0.0.1 - 2018-06-06
|
|
716
744
|
|
|
745
|
+
[v3.0.0-alpha.3]: https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.2...v3.0.0-alpha.3
|
|
746
|
+
[v3.0.0-alpha.2]: https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.1...v3.0.0-alpha.2
|
|
747
|
+
[v3.0.0-alpha.1]: https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.0...v3.0.0-alpha.1
|
|
717
748
|
[v3.0.0-alpha.0]: https://github.com/SAP/ui5-cli/compare/v2.14.1...v3.0.0-alpha.0
|
|
718
749
|
[v2.14.1]: https://github.com/SAP/ui5-cli/compare/v2.14.0...v2.14.1
|
|
719
750
|
[v2.14.0]: https://github.com/SAP/ui5-cli/compare/v2.13.0...v2.14.0
|