@progress/kendo-angular-sortable 22.0.0-develop.1 → 22.0.0

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.
@@ -193,8 +193,8 @@ const packageMetadata = {
193
193
  productName: 'Kendo UI for Angular',
194
194
  productCode: 'KENDOUIANGULAR',
195
195
  productCodes: ['KENDOUIANGULAR'],
196
- publishDate: 1768396034,
197
- version: '22.0.0-develop.1',
196
+ publishDate: 1768402525,
197
+ version: '22.0.0',
198
198
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
199
199
  };
200
200
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-sortable",
3
- "version": "22.0.0-develop.1",
3
+ "version": "22.0.0",
4
4
  "description": "A Sortable Component for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -23,13 +23,13 @@
23
23
  "@angular/core": "19 - 21",
24
24
  "@angular/platform-browser": "19 - 21",
25
25
  "@progress/kendo-licensing": "^1.7.0",
26
- "@progress/kendo-angular-common": "22.0.0-develop.1",
27
- "@progress/kendo-angular-l10n": "22.0.0-develop.1",
26
+ "@progress/kendo-angular-common": "22.0.0",
27
+ "@progress/kendo-angular-l10n": "22.0.0",
28
28
  "rxjs": "^6.5.3 || ^7.0.0"
29
29
  },
30
30
  "dependencies": {
31
31
  "tslib": "^2.3.1",
32
- "@progress/kendo-angular-schematics": "22.0.0-develop.1",
32
+ "@progress/kendo-angular-schematics": "22.0.0",
33
33
  "@progress/kendo-draggable": "^3.0.2"
34
34
  },
35
35
  "schematics": "./schematics/collection.json",