@progress/kendo-angular-dialog 16.4.0-develop.5 → 16.4.0-develop.6

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-dialog',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1719998301,
13
- version: '16.4.0-develop.5',
12
+ publishDate: 1720184812,
13
+ version: '16.4.0-develop.6',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -614,8 +614,8 @@ const packageMetadata = {
614
614
  name: '@progress/kendo-angular-dialog',
615
615
  productName: 'Kendo UI for Angular',
616
616
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
617
- publishDate: 1719998301,
618
- version: '16.4.0-develop.5',
617
+ publishDate: 1720184812,
618
+ version: '16.4.0-develop.6',
619
619
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
620
620
  };
621
621
 
@@ -610,8 +610,8 @@ const packageMetadata = {
610
610
  name: '@progress/kendo-angular-dialog',
611
611
  productName: 'Kendo UI for Angular',
612
612
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
613
- publishDate: 1719998301,
614
- version: '16.4.0-develop.5',
613
+ publishDate: 1720184812,
614
+ version: '16.4.0-develop.6',
615
615
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
616
616
  };
617
617
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dialog",
3
- "version": "16.4.0-develop.5",
3
+ "version": "16.4.0-develop.6",
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": "15 - 18",
28
28
  "@angular/platform-browser": "15 - 18",
29
29
  "@progress/kendo-licensing": "^1.0.2",
30
- "@progress/kendo-angular-buttons": "16.4.0-develop.5",
31
- "@progress/kendo-angular-common": "16.4.0-develop.5",
32
- "@progress/kendo-angular-icons": "16.4.0-develop.5",
33
- "@progress/kendo-angular-l10n": "16.4.0-develop.5",
30
+ "@progress/kendo-angular-buttons": "16.4.0-develop.6",
31
+ "@progress/kendo-angular-common": "16.4.0-develop.6",
32
+ "@progress/kendo-angular-icons": "16.4.0-develop.6",
33
+ "@progress/kendo-angular-l10n": "16.4.0-develop.6",
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": "16.4.0-develop.5",
38
+ "@progress/kendo-angular-schematics": "16.4.0-develop.6",
39
39
  "@progress/kendo-popup-common": "^1.7.0"
40
40
  },
41
41
  "schematics": "./schematics/collection.json",
@@ -4,7 +4,7 @@ const schematics_1 = require("@angular-devkit/schematics");
4
4
  function default_1(options) {
5
5
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'DialogsModule', package: 'dialog', peerDependencies: {
6
6
  // Peer dependency of buttons
7
- '@progress/kendo-angular-popup': '16.4.0-develop.5',
7
+ '@progress/kendo-angular-popup': '16.4.0-develop.6',
8
8
  // Peer dependency of icons
9
9
  '@progress/kendo-svg-icons': '^3.0.0'
10
10
  } });