@ui5/webcomponents-tools 2.17.1 → 2.18.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,12 +3,17 @@
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.17.1](https://github.com/UI5/webcomponents/compare/v2.17.0...v2.17.1) (2025-12-17)
6
+ # [2.18.0-rc.1](https://github.com/UI5/webcomponents/compare/v2.18.0-rc.0...v2.18.0-rc.1) (2025-12-18)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-tools
9
+
7
10
 
8
11
 
9
- ### Bug Fixes
10
12
 
11
- * **build:** fix legacy (hbs templates) build flow on Windows ([d09bad6](https://github.com/UI5/webcomponents/commit/d09bad66ef29be2472f3f9202416d2eca2317511))
13
+
14
+ # [2.18.0-rc.0](https://github.com/UI5/webcomponents/compare/v2.17.0...v2.18.0-rc.0) (2025-12-11)
15
+
16
+ **Note:** Version bump only for package @ui5/webcomponents-tools
12
17
 
13
18
 
14
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-tools",
3
- "version": "2.17.1",
3
+ "version": "2.18.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": "48db20034ae9198de4b4367866506631afe74105"
85
+ "gitHead": "988e821178b9ff6c47c2faeae3ef1d5a56f46280"
86
86
  }