@progress/kendo-angular-listbox 22.0.0-develop.1 → 22.0.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.
@@ -24,8 +24,8 @@ const packageMetadata = {
24
24
  productName: 'Kendo UI for Angular',
25
25
  productCode: 'KENDOUIANGULAR',
26
26
  productCodes: ['KENDOUIANGULAR'],
27
- publishDate: 1768396040,
28
- version: '22.0.0-develop.1',
27
+ publishDate: 1768402549,
28
+ version: '22.0.0',
29
29
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
30
30
  };
31
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-listbox",
3
- "version": "22.0.0-develop.1",
3
+ "version": "22.0.0",
4
4
  "description": "Kendo UI for Angular ListBox",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -48,14 +48,14 @@
48
48
  "@angular/core": "19 - 21",
49
49
  "@angular/platform-browser": "19 - 21",
50
50
  "@progress/kendo-licensing": "^1.7.0",
51
- "@progress/kendo-angular-buttons": "22.0.0-develop.1",
52
- "@progress/kendo-angular-common": "22.0.0-develop.1",
53
- "@progress/kendo-angular-popup": "22.0.0-develop.1",
51
+ "@progress/kendo-angular-buttons": "22.0.0",
52
+ "@progress/kendo-angular-common": "22.0.0",
53
+ "@progress/kendo-angular-popup": "22.0.0",
54
54
  "rxjs": "^6.5.3 || ^7.0.0"
55
55
  },
56
56
  "dependencies": {
57
57
  "tslib": "^2.3.1",
58
- "@progress/kendo-angular-schematics": "22.0.0-develop.1",
58
+ "@progress/kendo-angular-schematics": "22.0.0",
59
59
  "@progress/kendo-common": "^1.0.1"
60
60
  },
61
61
  "schematics": "./schematics/collection.json",
@@ -11,11 +11,11 @@ function default_1(options) {
11
11
  // Additional dependencies to install.
12
12
  // See https://github.com/telerik/kendo-schematics/issues/28
13
13
  peerDependencies: {
14
- '@progress/kendo-angular-buttons': '22.0.0-develop.1',
15
- '@progress/kendo-angular-common': '22.0.0-develop.1',
16
- '@progress/kendo-angular-l10n': '22.0.0-develop.1',
14
+ '@progress/kendo-angular-buttons': '22.0.0',
15
+ '@progress/kendo-angular-common': '22.0.0',
16
+ '@progress/kendo-angular-l10n': '22.0.0',
17
17
  // Peer of kendo-angular-buttons
18
- '@progress/kendo-angular-popup': '22.0.0-develop.1'
18
+ '@progress/kendo-angular-popup': '22.0.0'
19
19
  } });
20
20
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
21
21
  }