@openui5/sap.ui.documentation 1.84.52 → 1.84.53

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": "@openui5/sap.ui.documentation",
3
- "version": "1.84.52",
3
+ "version": "1.84.53",
4
4
  "description": "OpenUI5 UI Library sap.ui.documentation",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,10 +14,10 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.84.52",
18
- "@openui5/sap.ui.core": "1.84.52",
19
- "@openui5/sap.ui.layout": "1.84.52",
20
- "@openui5/themelib_sap_belize": "1.84.52",
21
- "@openui5/themelib_sap_fiori_3": "1.84.52"
17
+ "@openui5/sap.m": "1.84.53",
18
+ "@openui5/sap.ui.core": "1.84.53",
19
+ "@openui5/sap.ui.layout": "1.84.53",
20
+ "@openui5/themelib_sap_belize": "1.84.53",
21
+ "@openui5/themelib_sap_fiori_3": "1.84.53"
22
22
  }
23
23
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.84.52</version>
9
+ <version>1.84.53</version>
10
10
 
11
11
  <documentation>SAPUI5 library for the Demokit 2.0.</documentation>
12
12
 
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  // delegate further initialization of this library to the Core
22
22
  sap.ui.getCore().initLibrary({
23
23
  name : 'sap.ui.documentation',
24
- version: '1.84.52',
24
+ version: '1.84.53',
25
25
  dependencies : ['sap.ui.core','sap.m'],
26
26
  types: [],
27
27
  interfaces: [],
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @namespace
48
48
  * @name sap.ui.documentation
49
49
  * @author SAP SE
50
- * @version 1.84.52
50
+ * @version 1.84.53
51
51
  * @public
52
52
  */
53
53
  var thisLibrary = sap.ui.documentation;