@ui5/webcomponents-tools 2.11.0 → 2.12.0-rc.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 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.1](https://github.com/SAP/ui5-webcomponents/compare/v2.12.0-rc.0...v2.12.0-rc.1) (2025-06-19)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-tools
9
+
10
+
11
+
12
+
13
+
14
+ # [2.12.0-rc.0](https://github.com/SAP/ui5-webcomponents/compare/v2.11.0...v2.12.0-rc.0) (2025-06-12)
15
+
16
+ **Note:** Version bump only for package @ui5/webcomponents-tools
17
+
18
+
19
+
20
+
21
+
6
22
  # [2.11.0](https://github.com/SAP/ui5-webcomponents/compare/v2.11.0-rc.4...v2.11.0) (2025-06-05)
7
23
 
8
24
  **Note:** Version bump only for package @ui5/webcomponents-tools
@@ -75,7 +75,7 @@ const generateFiles = (componentName, tagName, library, packageName) => {
75
75
 
76
76
  // Change the color of the output
77
77
  console.warn('\x1b[33m%s\x1b[0m', `
78
- Now, import the component in src/bundle.esm.ts via: "import ${componentName} from ./${componentName}.js";
78
+ Now, import the component in "src/bundle.esm.ts" via: import "./${componentName}.js";
79
79
  And, add it to your HTML: <${tagName}></${tagName}>.`);
80
80
  }
81
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-tools",
3
- "version": "2.11.0",
3
+ "version": "2.12.0-rc.1",
4
4
  "description": "UI5 Web Components: webcomponents.tools",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -82,5 +82,5 @@
82
82
  "esbuild": "^0.25.0",
83
83
  "yargs": "^17.5.1"
84
84
  },
85
- "gitHead": "a768710e9fa722b88e495e9aea1964764af5b985"
85
+ "gitHead": "3bcf15cdf500ddc903d2373c4e4870c98ea318fb"
86
86
  }