@sapui5/sap.fe.placeholder 1.139.0 → 1.141.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.fe.placeholder",
3
- "version": "1.139.0",
3
+ "version": "1.141.0",
4
4
  "description": "SAPUI5 Library sap.fe.placeholder",
5
5
  "keywords": [
6
6
  "sapui5",
@@ -6,7 +6,7 @@
6
6
  SAP UI development toolkit for HTML5 (SAPUI5)
7
7
  (c) Copyright 2009-2021 SAP SE. All rights reserved
8
8
  </copyright>
9
- <version>1.139.0</version>
9
+ <version>1.141.0</version>
10
10
 
11
11
  <documentation>UI5 library: sap.fe.placeholder</documentation>
12
12
 
@@ -17,7 +17,6 @@ sap.ui.define(
17
17
  * Fiori Elements Placeholder Library
18
18
  * @namespace
19
19
  * @private
20
- * @experimental
21
20
  */
22
21
 
23
22
  // library dependencies
@@ -31,7 +30,7 @@ sap.ui.define(
31
30
  controls: [],
32
31
  elements: [],
33
32
  // eslint-disable-next-line no-template-curly-in-string
34
- version: "1.139.0",
33
+ version: "1.141.0",
35
34
  noLibraryCSS: false,
36
35
  extensions: {}
37
36
  });