@ui5/manifest 1.72.2 → 1.72.3
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 +3 -3
- package/REUSE.toml +10 -0
- package/mapping.json +3 -2
- package/package.json +1 -1
- package/schema.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,8 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
|
5
5
|
<a name="Unreleased"></a>
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
-
<a name="v1.72.
|
|
9
|
-
## [v1.72.
|
|
8
|
+
<a name="v1.72.3"></a>
|
|
9
|
+
## [v1.72.3] - 2025-03-21 (UI5 1.135)
|
|
10
10
|
|
|
11
11
|
### Added
|
|
12
12
|
- sap.ui5/commands: added new "ref" property to reference SAP standardized command and a "description" property to provide a translatable text for describing the command.
|
|
@@ -126,7 +126,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
|
126
126
|
## v1.48.1 - 2022-11-10
|
|
127
127
|
|
|
128
128
|
[Unreleased]: https://github.com/SAP/ui5-manifest/compare/v1.72.0...HEAD
|
|
129
|
-
[v1.72.
|
|
129
|
+
[v1.72.3]: https://github.com/SAP/ui5-manifest/compare/v1.71.0...v1.72.0
|
|
130
130
|
[v1.71.0]: https://github.com/SAP/ui5-manifest/compare/v1.70.1...v1.71.0
|
|
131
131
|
[v1.70.1]: https://github.com/SAP/ui5-manifest/compare/v1.70.0...v1.70.1
|
|
132
132
|
[v1.70.0]: https://github.com/SAP/ui5-manifest/compare/v1.69.0...v1.70.0
|
package/REUSE.toml
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
version = 1
|
|
2
|
+
SPDX-PackageName = "ui5-manifest"
|
|
3
|
+
SPDX-PackageSupplier = "Aleksandr Suvorov <aleksandr.suvorov@sap.com>"
|
|
4
|
+
SPDX-PackageDownloadLocation = "https://github.com/SAP/ui5-manifest"
|
|
5
|
+
|
|
6
|
+
[[annotations]]
|
|
7
|
+
path = "**.**"
|
|
8
|
+
precedence = "aggregate"
|
|
9
|
+
SPDX-FileCopyrightText = "2009-2025 SAP SE or an SAP affiliate company"
|
|
10
|
+
SPDX-License-Identifier = "Apache-2.0"
|
package/mapping.json
CHANGED
package/package.json
CHANGED