@ui5/cli 2.13.0 → 3.0.0-alpha.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 CHANGED
@@ -2,7 +2,34 @@
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/v2.13.0...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-cli/compare/v3.0.0-alpha.0...HEAD).
6
+
7
+ <a name="v3.0.0-alpha.0"></a>
8
+ ## [v3.0.0-alpha.0] - 2021-12-14
9
+ ### Dependency Updates
10
+ - Bump [@ui5](https://github.com/ui5)/logger from 3.0.0-next.0 to 3.0.1-alpha.0 [`2fa522c`](https://github.com/SAP/ui5-cli/commit/2fa522c5b33766703a14261dc1aa4256fe6be999)
11
+ - Bump [@ui5](https://github.com/ui5)/project from 2.6.0 to 3.0.0-alpha.0 [`2879975`](https://github.com/SAP/ui5-cli/commit/2879975d917423eb4cca7ceccbc209f861c179e0)
12
+ - Bump [@ui5](https://github.com/ui5)/server from 2.4.0 to 3.0.0-alpha.0 [`f850407`](https://github.com/SAP/ui5-cli/commit/f850407871396f151ffddd98ec6a879ded88541d)
13
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.11.3 to 3.0.0-alpha.0 [`7ac03ba`](https://github.com/SAP/ui5-cli/commit/7ac03baf0fd46028aa01cedb0a16763bc3d86cfd)
14
+ - Bump [@ui5](https://github.com/ui5)/fs from 2.0.6 to 3.0.0-alpha.0 [`46bbb4d`](https://github.com/SAP/ui5-cli/commit/46bbb4da942527fe8d9c0a4ece102d951d3b254c)
15
+ - Bump [@ui5](https://github.com/ui5)/logger from 3.0.0-next.0 to 3.0.0-alpha.0 [`e011b86`](https://github.com/SAP/ui5-cli/commit/e011b862c85ba7388c00d3ae0cc86396671b1e2d)
16
+ - Bump [@ui5](https://github.com/ui5)/logger from 2.0.1 to 3.0.0-next.0 [`32a2bcc`](https://github.com/SAP/ui5-cli/commit/32a2bcc47d16bd255d6bd9f6a76a29496782b357)
17
+
18
+
19
+ <a name="v2.14.1"></a>
20
+ ## [v2.14.1] - 2021-11-17
21
+ ### Dependency Updates
22
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.11.1 to 2.11.2 [`f389b00`](https://github.com/SAP/ui5-cli/commit/f389b00c95ce81ad1993fef2bd7b4ad79d523be1)
23
+
24
+
25
+ <a name="v2.14.0"></a>
26
+ ## [v2.14.0] - 2021-10-19
27
+ ### Dependency Updates
28
+ - Bump [@ui5](https://github.com/ui5)/project from 2.5.0 to 2.6.0 [`2c42bba`](https://github.com/SAP/ui5-cli/commit/2c42bba826add655dd0bf44d4c78ff72258d10b2)
29
+ - Bump [@ui5](https://github.com/ui5)/server from 2.3.1 to 2.4.0 [`063b2f7`](https://github.com/SAP/ui5-cli/commit/063b2f77c936b90f1a2cd9febb7a5aed0f17fa20)
30
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.11.0 to 2.11.1 [`11a0f5a`](https://github.com/SAP/ui5-cli/commit/11a0f5a391ca9e629b52b3046560678a8afeaf16)
31
+ - Bump [@ui5](https://github.com/ui5)/builder from 2.10.0 to 2.11.0 [`6f13917`](https://github.com/SAP/ui5-cli/commit/6f139171d3bd46da7bdb1c4c8015589e60fa14f6)
32
+
6
33
 
7
34
  <a name="v2.13.0"></a>
8
35
  ## [v2.13.0] - 2021-10-05
@@ -687,6 +714,9 @@ Only Node.js v10 or higher is supported.
687
714
  <a name="v0.0.1"></a>
688
715
  ## v0.0.1 - 2018-06-06
689
716
 
717
+ [v3.0.0-alpha.0]: https://github.com/SAP/ui5-cli/compare/v2.14.1...v3.0.0-alpha.0
718
+ [v2.14.1]: https://github.com/SAP/ui5-cli/compare/v2.14.0...v2.14.1
719
+ [v2.14.0]: https://github.com/SAP/ui5-cli/compare/v2.13.0...v2.14.0
690
720
  [v2.13.0]: https://github.com/SAP/ui5-cli/compare/v2.12.1...v2.13.0
691
721
  [v2.12.1]: https://github.com/SAP/ui5-cli/compare/v2.12.0...v2.12.1
692
722
  [v2.12.0]: https://github.com/SAP/ui5-cli/compare/v2.11.3...v2.12.0
package/lib/init/init.js CHANGED
@@ -66,7 +66,7 @@ function getProjectType(hasWebapp, hasSrc, hasTest) {
66
66
  */
67
67
  async function init({cwd = "./"} = {}) {
68
68
  const projectConfig = {
69
- specVersion: "2.5",
69
+ specVersion: "2.6",
70
70
  metadata: {}
71
71
  };
72
72
  let pkg;