@ui5/create-webcomponents-package 2.12.0-rc.0 → 2.12.0-rc.2

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
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [2.12.0-rc.2](https://github.com/SAP/ui5-webcomponents/compare/v2.12.0-rc.1...v2.12.0-rc.2) (2025-06-26)
7
+
8
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
9
+
10
+
11
+
12
+
13
+
14
+ # [2.12.0-rc.1](https://github.com/SAP/ui5-webcomponents/compare/v2.12.0-rc.0...v2.12.0-rc.1) (2025-06-19)
15
+
16
+ **Note:** Version bump only for package @ui5/create-webcomponents-package
17
+
18
+
19
+
20
+
21
+
6
22
  # [2.12.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.11.0...v2.12.0-rc.0) (2025-06-12)
7
23
 
8
24
  **Note:** Version bump only for package @ui5/create-webcomponents-package
package/create-package.js CHANGED
@@ -112,7 +112,7 @@ const generateFilesContent = async (
112
112
  await processFiles(destDir, vars, testSetup);
113
113
 
114
114
  console.log("\nPackage successfully created!\nNext steps:\n");
115
- console.log(`$ cd ${destDir}`);
115
+ console.log(`$ cd ${packageBaseName}`);
116
116
 
117
117
  try {
118
118
  const userAgent = parser(process.env.npm_config_user_agent);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/create-webcomponents-package",
3
- "version": "2.12.0-rc.0",
3
+ "version": "2.12.0-rc.2",
4
4
  "description": "UI5 Web Components: create package",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -26,5 +26,5 @@
26
26
  "prompts": "^2.4.1",
27
27
  "yargs": "^17.5.1"
28
28
  },
29
- "gitHead": "5c2fda3eb3253dcaf7587763aa436541f2c5160b"
29
+ "gitHead": "72aae89c43412b585e17f5d552810cad8564d656"
30
30
  }