@progress/kendo-angular-dialog 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.
@@ -502,8 +502,8 @@ const packageMetadata = {
502
502
  productName: 'Kendo UI for Angular',
503
503
  productCode: 'KENDOUIANGULAR',
504
504
  productCodes: ['KENDOUIANGULAR'],
505
- publishDate: 1768395835,
506
- version: '22.0.0-develop.1',
505
+ publishDate: 1768402305,
506
+ version: '22.0.0',
507
507
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
508
508
  };
509
509
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dialog",
3
- "version": "22.0.0-develop.1",
3
+ "version": "22.0.0",
4
4
  "description": "Dialog Package for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -27,15 +27,15 @@
27
27
  "@angular/core": "19 - 21",
28
28
  "@angular/platform-browser": "19 - 21",
29
29
  "@progress/kendo-licensing": "^1.7.0",
30
- "@progress/kendo-angular-buttons": "22.0.0-develop.1",
31
- "@progress/kendo-angular-common": "22.0.0-develop.1",
32
- "@progress/kendo-angular-icons": "22.0.0-develop.1",
33
- "@progress/kendo-angular-l10n": "22.0.0-develop.1",
30
+ "@progress/kendo-angular-buttons": "22.0.0",
31
+ "@progress/kendo-angular-common": "22.0.0",
32
+ "@progress/kendo-angular-icons": "22.0.0",
33
+ "@progress/kendo-angular-l10n": "22.0.0",
34
34
  "rxjs": "^6.5.3 || ^7.0.0"
35
35
  },
36
36
  "dependencies": {
37
37
  "tslib": "^2.3.1",
38
- "@progress/kendo-angular-schematics": "22.0.0-develop.1",
38
+ "@progress/kendo-angular-schematics": "22.0.0",
39
39
  "@progress/kendo-popup-common": "1.9.5"
40
40
  },
41
41
  "schematics": "./schematics/collection.json",
@@ -9,7 +9,7 @@ const schematics_1 = require("@angular-devkit/schematics");
9
9
  function default_1(options) {
10
10
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'DialogsModule', package: 'dialog', peerDependencies: {
11
11
  // Peer dependency of buttons
12
- '@progress/kendo-angular-popup': '22.0.0-develop.1',
12
+ '@progress/kendo-angular-popup': '22.0.0',
13
13
  // Peer dependency of icons
14
14
  '@progress/kendo-svg-icons': '^4.0.0'
15
15
  } });