@ui5/manifest 1.75.0 → 1.75.1

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,11 +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.75.0"></a>
9
- ## [v1.75.0] - 2025-06-04 (UI5 1.137)
10
-
11
- <a name="v1.74.0"></a>
12
- ## [v1.74.0] - 2025-06-04 (UI5 1.137)
8
+ <a name="v1.75.1"></a>
9
+ ## [v1.75.1] - 2025-06-04 (UI5 1.137)
13
10
  ### Added
14
11
  - sap.card: Added option for "actions" for all elements of type "status"
15
12
  - sap.flp: new property "vizOptions" has been added to provide more options for tile sizes. Only needed for declaration of custom Fiori launchpad tiles.
@@ -146,9 +143,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
146
143
  <a name="v1.48.1"></a>
147
144
  ## v1.48.1 - 2022-11-10
148
145
 
149
- [Unreleased]: https://github.com/SAP/ui5-manifest/compare/v1.75.0...HEAD
150
- [v1.75.0]: https://github.com/SAP/ui5-manifest/compare/v1.74.0...v1.75.0
151
- [v1.74.0]: https://github.com/SAP/ui5-manifest/compare/v1.73.1...v1.74.0
146
+ [Unreleased]: https://github.com/SAP/ui5-manifest/compare/v1.75.1...HEAD
147
+ [v1.75.1]: https://github.com/SAP/ui5-manifest/compare/v1.73.1...v1.75.1
152
148
  [v1.73.1]: https://github.com/SAP/ui5-manifest/compare/v1.72.0...v1.73.1
153
149
  [v1.72.3]: https://github.com/SAP/ui5-manifest/compare/v1.71.0...v1.72.0
154
150
  [v1.71.0]: https://github.com/SAP/ui5-manifest/compare/v1.70.1...v1.71.0
package/mapping.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "latest": "1.75.0",
3
- "1.137": "1.75.0",
2
+ "latest": "1.75.1",
3
+ "1.137": "1.75.1",
4
4
  "1.136": "1.73.1",
5
5
  "1.135": "1.72.3",
6
6
  "1.134": "1.72.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/manifest",
3
- "version": "1.75.0",
3
+ "version": "1.75.1",
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
@@ -91,7 +91,7 @@
91
91
  "1.71.0",
92
92
  "1.72.0",
93
93
  "1.73.1",
94
- "1.74.0"
94
+ "1.75.1"
95
95
  ]
96
96
  },
97
97
  "start_url": {
@@ -743,7 +743,7 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
743
743
  | "1.71.0"
744
744
  | "1.72.0"
745
745
  | "1.73.1"
746
- | "1.74.0";
746
+ | "1.75.1";
747
747
  /**
748
748
  * Represents the URL that the developer would prefer the user agent load when the user launches the web application
749
749
  */