@progress/kendo-react-common 15.0.0-develop.1 → 15.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -64,7 +64,7 @@ How to use the Icon component in your apps:
64
64
  ```tsx
65
65
  import { Icon } from '@progress/kendo-react-common';
66
66
  ...
67
- <link rel="stylesheet" href="https://unpkg.com/@progress/kendo-font-icons/dist/index.css" />
67
+ <link rel="stylesheet" href="https://unpkg.com/@progress/kendo-font-icons@5/dist/index.css" />
68
68
  <Icon name="home"/>
69
69
  ```
70
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-common",
3
- "version": "15.0.0-develop.1",
3
+ "version": "15.0.0-develop.2",
4
4
  "description": "React Common package delivers common utilities that can be used with the KendoReact UI components. KendoReact Common Utilities package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",