@progress/kendo-angular-gauges 16.11.0-develop.8 → 16.11.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.
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-gauges',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1727789114,
13
- version: '16.11.0-develop.8',
12
+ publishDate: 1728372683,
13
+ version: '16.11.0',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -286,8 +286,8 @@ const packageMetadata = {
286
286
  name: '@progress/kendo-angular-gauges',
287
287
  productName: 'Kendo UI for Angular',
288
288
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
289
- publishDate: 1727789114,
290
- version: '16.11.0-develop.8',
289
+ publishDate: 1728372683,
290
+ version: '16.11.0',
291
291
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
292
292
  };
293
293
 
@@ -284,8 +284,8 @@ const packageMetadata = {
284
284
  name: '@progress/kendo-angular-gauges',
285
285
  productName: 'Kendo UI for Angular',
286
286
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
287
- publishDate: 1727789114,
288
- version: '16.11.0-develop.8',
287
+ publishDate: 1728372683,
288
+ version: '16.11.0',
289
289
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
290
290
  };
291
291
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-gauges",
3
- "version": "16.11.0-develop.8",
3
+ "version": "16.11.0",
4
4
  "description": "Kendo UI Angular Gauges",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -26,15 +26,15 @@
26
26
  "@angular/platform-browser": "15 - 18",
27
27
  "@progress/kendo-drawing": "^1.20.4",
28
28
  "@progress/kendo-licensing": "^1.0.2",
29
- "@progress/kendo-angular-common": "16.11.0-develop.8",
30
- "@progress/kendo-angular-intl": "16.11.0-develop.8",
31
- "@progress/kendo-angular-l10n": "16.11.0-develop.8",
29
+ "@progress/kendo-angular-common": "16.11.0",
30
+ "@progress/kendo-angular-intl": "16.11.0",
31
+ "@progress/kendo-angular-l10n": "16.11.0",
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": "16.11.0-develop.8",
37
- "@progress/kendo-charts": "2.5.2"
36
+ "@progress/kendo-angular-schematics": "16.11.0",
37
+ "@progress/kendo-charts": "2.5.3"
38
38
  },
39
39
  "schematics": "./schematics/collection.json",
40
40
  "module": "fesm2015/progress-kendo-angular-gauges.mjs",