@progress/kendo-angular-popup 22.1.0-develop.1 → 22.1.0-develop.2

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.
@@ -684,7 +684,7 @@ const packageMetadata = {
684
684
  productCode: 'KENDOUIANGULAR',
685
685
  productCodes: ['KENDOUIANGULAR'],
686
686
  publishDate: 0,
687
- version: '22.1.0-develop.1',
687
+ version: '22.1.0-develop.2',
688
688
  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'
689
689
  };
690
690
 
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1768575573,
11
- "version": "22.1.0-develop.1",
10
+ "publishDate": 1768577290,
11
+ "version": "22.1.0-develop.2",
12
12
  "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"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-popup",
3
- "version": "22.1.0-develop.1",
3
+ "version": "22.1.0-develop.2",
4
4
  "description": "Kendo UI Angular Popup component - an easily customized popup from the most trusted provider of professional Angular components.",
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": 1768575573,
22
+ "publishDate": 1768577290,
23
23
  "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"
24
24
  }
25
25
  },
@@ -28,14 +28,14 @@
28
28
  "@angular/common": "19 - 21",
29
29
  "@angular/core": "19 - 21",
30
30
  "@angular/platform-browser": "19 - 21",
31
- "@progress/kendo-angular-common": "22.1.0-develop.1",
31
+ "@progress/kendo-angular-common": "22.1.0-develop.2",
32
32
  "@progress/kendo-licensing": "^1.7.0",
33
33
  "rxjs": "^6.5.3 || ^7.0.0"
34
34
  },
35
35
  "dependencies": {
36
36
  "@progress/kendo-popup-common": "1.9.5",
37
37
  "tslib": "^2.3.1",
38
- "@progress/kendo-angular-schematics": "22.1.0-develop.1"
38
+ "@progress/kendo-angular-schematics": "22.1.0-develop.2"
39
39
  },
40
40
  "schematics": "./schematics/collection.json",
41
41
  "module": "fesm2022/progress-kendo-angular-popup.mjs",