@sapui5/sap.fe.placeholder 1.128.0 → 1.129.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.128.0",
3
+ "version": "1.129.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.128.0</version>
9
+ <version>1.129.0</version>
10
10
 
11
11
  <documentation>UI5 library: sap.fe.placeholder</documentation>
12
12
 
@@ -15,9 +15,7 @@ sap.ui.define(
15
15
 
16
16
  /**
17
17
  * Fiori Elements Placeholder Library
18
- *
19
18
  * @namespace
20
- * @name sap.fe.placeholder
21
19
  * @private
22
20
  * @experimental
23
21
  */
@@ -32,7 +30,7 @@ sap.ui.define(
32
30
  controls: [],
33
31
  elements: [],
34
32
  // eslint-disable-next-line no-template-curly-in-string
35
- version: "1.128.0",
33
+ version: "1.129.0",
36
34
  noLibraryCSS: false,
37
35
  extensions: {}
38
36
  });