@ui5/builder 3.0.0-rc.6 → 3.0.0-rc.7
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 +8 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,13 @@
|
|
|
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.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-builder/compare/v3.0.0-rc.7...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v3.0.0-rc.7"></a>
|
|
8
|
+
## [v3.0.0-rc.7] - 2023-02-08
|
|
9
|
+
### Dependency Updates
|
|
10
|
+
- Bump jsdoc from 3.6.11 to 4.0.0 ([#821](https://github.com/SAP/ui5-builder/issues/821)) [`6d05117`](https://github.com/SAP/ui5-builder/commit/6d0511785069d12a588b2ad9fa31de828700fef0)
|
|
11
|
+
|
|
6
12
|
|
|
7
13
|
<a name="v3.0.0-rc.6"></a>
|
|
8
14
|
## [v3.0.0-rc.6] - 2023-02-08
|
|
@@ -858,6 +864,7 @@ to load the custom bundle file instead.
|
|
|
858
864
|
- Add ability to configure component preloads and custom bundles [`2241e5f`](https://github.com/SAP/ui5-builder/commit/2241e5ff98fd95f1f80cc74959655ae7a9c660e7)
|
|
859
865
|
|
|
860
866
|
|
|
867
|
+
[v3.0.0-rc.7]: https://github.com/SAP/ui5-builder/compare/v3.0.0-rc.6...v3.0.0-rc.7
|
|
861
868
|
[v3.0.0-rc.6]: https://github.com/SAP/ui5-builder/compare/v3.0.0-rc.5...v3.0.0-rc.6
|
|
862
869
|
[v3.0.0-rc.5]: https://github.com/SAP/ui5-builder/compare/v3.0.0-rc.4...v3.0.0-rc.5
|
|
863
870
|
[v3.0.0-rc.4]: https://github.com/SAP/ui5-builder/compare/v3.0.0-rc.3...v3.0.0-rc.4
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/builder",
|
|
3
|
-
"version": "3.0.0-rc.
|
|
3
|
+
"version": "3.0.0-rc.7",
|
|
4
4
|
"description": "UI5 Tooling - Builder",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SAP SE",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"escope": "^4.0.0",
|
|
126
126
|
"espree": "^9.4.1",
|
|
127
127
|
"graceful-fs": "^4.2.10",
|
|
128
|
-
"jsdoc": "^
|
|
128
|
+
"jsdoc": "^4.0.0",
|
|
129
129
|
"less-openui5": "^0.11.6",
|
|
130
130
|
"pretty-data": "^0.40.0",
|
|
131
131
|
"rimraf": "^4.1.2",
|