@progress/kendo-angular-conversational-ui 16.4.0 → 16.5.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.
@@ -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: 1720608200,
13
- version: '16.4.0',
12
+ publishDate: 1721125285,
13
+ version: '16.5.0-develop.2',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -124,8 +124,8 @@ const packageMetadata = {
124
124
  name: '@progress/kendo-angular-conversational-ui',
125
125
  productName: 'Kendo UI for Angular',
126
126
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
127
- publishDate: 1720608200,
128
- version: '16.4.0',
127
+ publishDate: 1721125285,
128
+ version: '16.5.0-develop.2',
129
129
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
130
130
  };
131
131
 
@@ -120,8 +120,8 @@ const packageMetadata = {
120
120
  name: '@progress/kendo-angular-conversational-ui',
121
121
  productName: 'Kendo UI for Angular',
122
122
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
123
- publishDate: 1720608200,
124
- version: '16.4.0',
123
+ publishDate: 1721125285,
124
+ version: '16.5.0-develop.2',
125
125
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
126
126
  };
127
127
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-conversational-ui",
3
- "version": "16.4.0",
3
+ "version": "16.5.0-develop.2",
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": "16.4.0",
28
- "@progress/kendo-angular-inputs": "16.4.0",
29
- "@progress/kendo-angular-layout": "16.4.0",
30
- "@progress/kendo-angular-icons": "16.4.0",
31
- "@progress/kendo-angular-common": "16.4.0",
32
- "@progress/kendo-angular-intl": "16.4.0",
33
- "@progress/kendo-angular-l10n": "16.4.0",
34
- "@progress/kendo-angular-popup": "16.4.0",
27
+ "@progress/kendo-angular-buttons": "16.5.0-develop.2",
28
+ "@progress/kendo-angular-inputs": "16.5.0-develop.2",
29
+ "@progress/kendo-angular-layout": "16.5.0-develop.2",
30
+ "@progress/kendo-angular-icons": "16.5.0-develop.2",
31
+ "@progress/kendo-angular-common": "16.5.0-develop.2",
32
+ "@progress/kendo-angular-intl": "16.5.0-develop.2",
33
+ "@progress/kendo-angular-l10n": "16.5.0-develop.2",
34
+ "@progress/kendo-angular-popup": "16.5.0-develop.2",
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": "16.4.0"
39
+ "@progress/kendo-angular-schematics": "16.5.0-develop.2"
40
40
  },
41
41
  "schematics": "./schematics/collection.json",
42
42
  "module": "fesm2015/progress-kendo-angular-conversational-ui.mjs",