@progress/kendo-angular-notification 18.0.0-develop.6 → 18.0.0-develop.7

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-notification',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1736439957,
13
- version: '18.0.0-develop.6',
12
+ publishDate: 1736519911,
13
+ version: '18.0.0-develop.7',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -106,8 +106,8 @@ const packageMetadata = {
106
106
  name: '@progress/kendo-angular-notification',
107
107
  productName: 'Kendo UI for Angular',
108
108
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
109
- publishDate: 1736439957,
110
- version: '18.0.0-develop.6',
109
+ publishDate: 1736519911,
110
+ version: '18.0.0-develop.7',
111
111
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
112
112
  };
113
113
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-notification",
3
- "version": "18.0.0-develop.6",
3
+ "version": "18.0.0-develop.7",
4
4
  "description": "Kendo UI Notification for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -21,14 +21,14 @@
21
21
  "@angular/core": "16 - 19",
22
22
  "@angular/platform-browser": "16 - 19",
23
23
  "@progress/kendo-licensing": "^1.0.2",
24
- "@progress/kendo-angular-common": "18.0.0-develop.6",
25
- "@progress/kendo-angular-l10n": "18.0.0-develop.6",
26
- "@progress/kendo-angular-icons": "18.0.0-develop.6",
24
+ "@progress/kendo-angular-common": "18.0.0-develop.7",
25
+ "@progress/kendo-angular-l10n": "18.0.0-develop.7",
26
+ "@progress/kendo-angular-icons": "18.0.0-develop.7",
27
27
  "rxjs": "^6.5.3 || ^7.0.0"
28
28
  },
29
29
  "dependencies": {
30
30
  "tslib": "^2.3.1",
31
- "@progress/kendo-angular-schematics": "18.0.0-develop.6"
31
+ "@progress/kendo-angular-schematics": "18.0.0-develop.7"
32
32
  },
33
33
  "schematics": "./schematics/collection.json",
34
34
  "module": "fesm2022/progress-kendo-angular-notification.mjs",