@progress/kendo-angular-upload 23.2.0-develop.8 → 23.2.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.
@@ -1584,7 +1584,7 @@ const packageMetadata = {
1584
1584
  productCode: 'KENDOUIANGULAR',
1585
1585
  productCodes: ['KENDOUIANGULAR'],
1586
1586
  publishDate: 0,
1587
- version: '23.2.0-develop.8',
1587
+ version: '23.2.0',
1588
1588
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
1589
1589
  };
1590
1590
 
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1772115231,
11
- "version": "23.2.0-develop.8",
10
+ "publishDate": 1772197294,
11
+ "version": "23.2.0",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-upload",
3
- "version": "23.2.0-develop.8",
3
+ "version": "23.2.0",
4
4
  "description": "Kendo UI Angular Upload Component",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -19,7 +19,7 @@
19
19
  "package": {
20
20
  "productName": "Kendo UI for Angular",
21
21
  "productCode": "KENDOUIANGULAR",
22
- "publishDate": 1772115231,
22
+ "publishDate": 1772197294,
23
23
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
24
24
  }
25
25
  },
@@ -30,16 +30,16 @@
30
30
  "@angular/forms": "19 - 21",
31
31
  "@angular/platform-browser": "19 - 21",
32
32
  "@progress/kendo-licensing": "^1.10.0",
33
- "@progress/kendo-angular-common": "23.2.0-develop.8",
34
- "@progress/kendo-angular-l10n": "23.2.0-develop.8",
35
- "@progress/kendo-angular-icons": "23.2.0-develop.8",
36
- "@progress/kendo-angular-buttons": "23.2.0-develop.8",
37
- "@progress/kendo-angular-progressbar": "23.2.0-develop.8",
33
+ "@progress/kendo-angular-common": "23.2.0",
34
+ "@progress/kendo-angular-l10n": "23.2.0",
35
+ "@progress/kendo-angular-icons": "23.2.0",
36
+ "@progress/kendo-angular-buttons": "23.2.0",
37
+ "@progress/kendo-angular-progressbar": "23.2.0",
38
38
  "rxjs": "^6.5.3 || ^7.0.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "tslib": "^2.3.1",
42
- "@progress/kendo-angular-schematics": "23.2.0-develop.8"
42
+ "@progress/kendo-angular-schematics": "23.2.0"
43
43
  },
44
44
  "schematics": "./schematics/collection.json",
45
45
  "module": "fesm2022/progress-kendo-angular-upload.mjs",
@@ -15,9 +15,9 @@ function default_1(options) {
15
15
  ], peerDependencies: {
16
16
  // peer dep of the icons
17
17
  '@progress/kendo-svg-icons': '^4.0.0',
18
- '@progress/kendo-angular-buttons': '23.2.0-develop.8',
19
- '@progress/kendo-angular-progressbar': '23.2.0-develop.8',
20
- '@progress/kendo-angular-popup': '23.2.0-develop.8',
18
+ '@progress/kendo-angular-buttons': '23.2.0',
19
+ '@progress/kendo-angular-progressbar': '23.2.0',
20
+ '@progress/kendo-angular-popup': '23.2.0',
21
21
  } });
22
22
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
23
23
  }