@progress/kendo-angular-conversational-ui 17.0.0-develop.1 → 17.0.0-develop.3

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-conversational-ui',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1728903656,
13
- version: '17.0.0-develop.1',
12
+ publishDate: 1728917607,
13
+ version: '17.0.0-develop.3',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -123,8 +123,8 @@ const packageMetadata = {
123
123
  name: '@progress/kendo-angular-conversational-ui',
124
124
  productName: 'Kendo UI for Angular',
125
125
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
126
- publishDate: 1728903656,
127
- version: '17.0.0-develop.1',
126
+ publishDate: 1728917607,
127
+ version: '17.0.0-develop.3',
128
128
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
129
129
  };
130
130
 
@@ -119,8 +119,8 @@ const packageMetadata = {
119
119
  name: '@progress/kendo-angular-conversational-ui',
120
120
  productName: 'Kendo UI for Angular',
121
121
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
122
- publishDate: 1728903656,
123
- version: '17.0.0-develop.1',
122
+ publishDate: 1728917607,
123
+ version: '17.0.0-develop.3',
124
124
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
125
125
  };
126
126
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-conversational-ui",
3
- "version": "17.0.0-develop.1",
3
+ "version": "17.0.0-develop.3",
4
4
  "description": "Kendo UI for Angular Conversational UI components",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -24,19 +24,19 @@
24
24
  "@angular/core": "15 - 18",
25
25
  "@angular/platform-browser": "15 - 18",
26
26
  "@progress/kendo-licensing": "^1.0.2",
27
- "@progress/kendo-angular-buttons": "17.0.0-develop.1",
28
- "@progress/kendo-angular-inputs": "17.0.0-develop.1",
29
- "@progress/kendo-angular-layout": "17.0.0-develop.1",
30
- "@progress/kendo-angular-icons": "17.0.0-develop.1",
31
- "@progress/kendo-angular-common": "17.0.0-develop.1",
32
- "@progress/kendo-angular-intl": "17.0.0-develop.1",
33
- "@progress/kendo-angular-l10n": "17.0.0-develop.1",
34
- "@progress/kendo-angular-popup": "17.0.0-develop.1",
27
+ "@progress/kendo-angular-buttons": "17.0.0-develop.3",
28
+ "@progress/kendo-angular-inputs": "17.0.0-develop.3",
29
+ "@progress/kendo-angular-layout": "17.0.0-develop.3",
30
+ "@progress/kendo-angular-icons": "17.0.0-develop.3",
31
+ "@progress/kendo-angular-common": "17.0.0-develop.3",
32
+ "@progress/kendo-angular-intl": "17.0.0-develop.3",
33
+ "@progress/kendo-angular-l10n": "17.0.0-develop.3",
34
+ "@progress/kendo-angular-popup": "17.0.0-develop.3",
35
35
  "rxjs": "^6.5.3 || ^7.0.0"
36
36
  },
37
37
  "dependencies": {
38
38
  "tslib": "^2.3.1",
39
- "@progress/kendo-angular-schematics": "17.0.0-develop.1"
39
+ "@progress/kendo-angular-schematics": "17.0.0-develop.3"
40
40
  },
41
41
  "schematics": "./schematics/collection.json",
42
42
  "module": "fesm2015/progress-kendo-angular-conversational-ui.mjs",