@ui5/builder 3.0.0-rc.4 → 3.0.0-rc.5

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.0.0-rc.4...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v3.0.0-rc.5...HEAD).
6
+
7
+ <a name="v3.0.0-rc.5"></a>
8
+ ## [v3.0.0-rc.5] - 2023-02-03
6
9
 
7
10
  <a name="v3.0.0-rc.4"></a>
8
11
  ## [v3.0.0-rc.4] - 2023-02-03
@@ -852,6 +855,7 @@ to load the custom bundle file instead.
852
855
  - Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
853
856
 
854
857
 
858
+ [v3.0.0-rc.5]: https://github.com/SAP/ui5-builder/compare/v3.0.0-rc.4...v3.0.0-rc.5
855
859
  [v3.0.0-rc.4]: https://github.com/SAP/ui5-builder/compare/v3.0.0-rc.3...v3.0.0-rc.4
856
860
  [v3.0.0-rc.3]: https://github.com/SAP/ui5-builder/compare/v3.0.0-rc.2...v3.0.0-rc.3
857
861
  [v3.0.0-rc.2]: https://github.com/SAP/ui5-builder/compare/v3.0.0-rc.1...v3.0.0-rc.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/builder",
3
- "version": "3.0.0-rc.4",
3
+ "version": "3.0.0-rc.5",
4
4
  "description": "UI5 Tooling - Builder",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -118,7 +118,7 @@
118
118
  },
119
119
  "dependencies": {
120
120
  "@jridgewell/sourcemap-codec": "^1.4.14",
121
- "@ui5/fs": "^3.0.0-rc.5",
121
+ "@ui5/fs": "^3.0.0-rc.6",
122
122
  "@ui5/logger": "^3.0.1-rc.3",
123
123
  "cheerio": "1.0.0-rc.12",
124
124
  "escape-unicode": "^0.2.0",