@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 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.0"></a>
9
- ## [v1.72.0] - 2025-03-21 (UI5 1.134)
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.0]: https://github.com/SAP/ui5-manifest/compare/v1.71.0...v1.72.0
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
@@ -1,6 +1,7 @@
1
1
  {
2
- "latest": "1.72.2",
3
- "1.134": "1.72.2",
2
+ "latest": "1.72.3",
3
+ "1.135": "1.72.3",
4
+ "1.134": "1.72.0",
4
5
  "1.133": "1.70.1",
5
6
  "1.132": "1.69.0",
6
7
  "1.131": "1.68.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/manifest",
3
- "version": "1.72.2",
3
+ "version": "1.72.3",
4
4
  "description": "This project contains the flattend json schema for the ui5 manifest.",
5
5
  "repository": {
6
6
  "type": "git",
package/schema.json CHANGED
@@ -89,7 +89,7 @@
89
89
  "1.69.0",
90
90
  "1.70.1",
91
91
  "1.71.0",
92
- "1.72.2"
92
+ "1.72.0"
93
93
  ]
94
94
  },
95
95
  "start_url": {