@ui5/builder 3.6.0 → 3.7.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,7 +2,10 @@
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-builder/compare/v3.6.0...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v3.7.0...HEAD).
6
+
7
+ <a name="v3.7.0"></a>
8
+ ## [v3.7.0] - 2025-06-06
6
9
 
7
10
  <a name="v3.6.0"></a>
8
11
  ## [v3.6.0] - 2025-06-06
@@ -890,6 +893,7 @@ to load the custom bundle file instead.
890
893
 
891
894
  ### Features
892
895
  - Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
896
+ [v3.7.0]: https://github.com/SAP/ui5-builder/compare/v3.6.0...v3.7.0
893
897
  [v3.6.0]: https://github.com/SAP/ui5-builder/compare/v3.5.1...v3.6.0
894
898
  [v3.5.1]: https://github.com/SAP/ui5-builder/compare/v3.5.0...v3.5.1
895
899
  [v3.5.0]: https://github.com/SAP/ui5-builder/compare/v3.4.1...v3.5.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/builder",
3
- "version": "3.6.0",
3
+ "version": "3.7.0",
4
4
  "description": "UI5 Tooling - Builder",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -139,7 +139,7 @@
139
139
  "devDependencies": {
140
140
  "@istanbuljs/esm-loader-hook": "^0.2.0",
141
141
  "@jridgewell/trace-mapping": "^0.3.25",
142
- "@ui5/project": "^3.9.2",
142
+ "@ui5/project": "^3.9.3",
143
143
  "ava": "^5.3.1",
144
144
  "chai": "^4.5.0",
145
145
  "chai-fs": "^2.0.0",