@progress/kendo-angular-tooltip 17.3.0-develop.2 → 18.0.0-develop.2

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.
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-tooltip',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1736180708,
13
- version: '17.3.0-develop.2',
12
+ publishDate: 1736256071,
13
+ version: '18.0.0-develop.2',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -303,8 +303,8 @@ const packageMetadata = {
303
303
  name: '@progress/kendo-angular-tooltip',
304
304
  productName: 'Kendo UI for Angular',
305
305
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
306
- publishDate: 1736180708,
307
- version: '17.3.0-develop.2',
306
+ publishDate: 1736256071,
307
+ version: '18.0.0-develop.2',
308
308
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
309
309
  };
310
310
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-tooltip",
3
- "version": "17.3.0-develop.2",
3
+ "version": "18.0.0-develop.2",
4
4
  "description": "Kendo UI Tooltip for Angular - A highly customizable and easily themeable tooltip from the creators developers trust for professional Angular components.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -25,15 +25,15 @@
25
25
  "@angular/core": "16 - 19",
26
26
  "@angular/platform-browser": "16 - 19",
27
27
  "@progress/kendo-licensing": "^1.0.2",
28
- "@progress/kendo-angular-common": "17.3.0-develop.2",
29
- "@progress/kendo-angular-l10n": "17.3.0-develop.2",
30
- "@progress/kendo-angular-popup": "17.3.0-develop.2",
31
- "@progress/kendo-angular-icons": "17.3.0-develop.2",
28
+ "@progress/kendo-angular-common": "18.0.0-develop.2",
29
+ "@progress/kendo-angular-l10n": "18.0.0-develop.2",
30
+ "@progress/kendo-angular-popup": "18.0.0-develop.2",
31
+ "@progress/kendo-angular-icons": "18.0.0-develop.2",
32
32
  "rxjs": "^6.5.3 || ^7.0.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "tslib": "^2.3.1",
36
- "@progress/kendo-angular-schematics": "17.3.0-develop.2"
36
+ "@progress/kendo-angular-schematics": "18.0.0-develop.2"
37
37
  },
38
38
  "schematics": "./schematics/collection.json",
39
39
  "module": "fesm2022/progress-kendo-angular-tooltip.mjs",