@ui5/manifest 1.68.1 → 1.68.2
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 +6 -2
- package/mapping.json +2 -2
- package/package.json +1 -1
- package/schema.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,10 +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-manifest/compare/v1.68.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-manifest/compare/v1.68.2...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v1.68.2"></a>
|
|
8
|
+
## [v1.68.2] - 2026-02-23
|
|
6
9
|
|
|
7
10
|
<a name="v1.68.1"></a>
|
|
8
|
-
## [v1.68.1] -
|
|
11
|
+
## [v1.68.1] - 2026-02-23
|
|
9
12
|
|
|
10
13
|
<a name="v1.68.0"></a>
|
|
11
14
|
## [v1.68.0] - 2026-02-23
|
|
@@ -154,6 +157,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-mani
|
|
|
154
157
|
<a name="v1.48.1"></a>
|
|
155
158
|
## v1.48.1 - 2022-11-10
|
|
156
159
|
|
|
160
|
+
[v1.68.2]: https://github.com/SAP/ui5-manifest/compare/v1.68.1...v1.68.2
|
|
157
161
|
[v1.68.1]: https://github.com/SAP/ui5-manifest/compare/v1.68.0...v1.68.1
|
|
158
162
|
[v1.68.0]: https://github.com/SAP/ui5-manifest/compare/v1.83.0...v1.68.0
|
|
159
163
|
[v1.83.0]: https://github.com/SAP/ui5-manifest/compare/v1.82.0...v1.83.0
|
package/mapping.json
CHANGED
package/package.json
CHANGED