@progress/kendo-angular-l10n 17.2.0-develop.2 → 17.2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <a href="https://www.telerik.com/kendo-angular-ui/" target="_blank">
2
- <img width="631" src="https://www.telerik.com/kendo-angular-ui/npm-banner.svg">
2
+ <img width="631" src="https://demos.telerik.com/kendo-angular-ui/assets/banner/npm-banner.svg">
3
3
  </a>
4
4
 
5
5
  ## Kendo UI for Angular L10n Component
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-l10n",
3
- "version": "17.2.0-develop.2",
3
+ "version": "17.2.0-develop.3",
4
4
  "description": "Kendo UI Angular l10n 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",
@@ -22,13 +22,13 @@
22
22
  "@angular/common": "16 - 19",
23
23
  "@angular/core": "16 - 19",
24
24
  "@angular/platform-browser": "16 - 19",
25
- "@progress/kendo-angular-common": "17.2.0-develop.2",
25
+ "@progress/kendo-angular-common": "17.2.0-develop.3",
26
26
  "@progress/kendo-licensing": "^1.0.2",
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": "17.2.0-develop.2"
31
+ "@progress/kendo-angular-schematics": "17.2.0-develop.3"
32
32
  },
33
33
  "schematics": "./schematics/collection.json",
34
34
  "module": "fesm2022/progress-kendo-angular-l10n.mjs",