@progress/kendo-react-labels 10.1.0-develop.9 → 10.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -14,7 +14,7 @@ The React Labels package, part of KendoReact Free, provides components for label
14
14
  How to start:
15
15
 
16
16
  ```sh
17
- npm install --save @kendo-react-labels @progress/kendo-licensing @progress/kendo-react-common @progress/kendo-react-intl
17
+ npm i @kendo-react-labels
18
18
  ```
19
19
 
20
20
  What's in this package:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-labels",
3
- "version": "10.1.0-develop.9",
3
+ "version": "10.1.0",
4
4
  "description": "React Labels package provides components for labelling form editors. KendoReact Labels package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -26,8 +26,8 @@
26
26
  "sideEffects": false,
27
27
  "peerDependencies": {
28
28
  "@progress/kendo-licensing": "^1.5.1",
29
- "@progress/kendo-react-common": "10.1.0-develop.9",
30
- "@progress/kendo-react-intl": "10.1.0-develop.9",
29
+ "@progress/kendo-react-common": "10.1.0",
30
+ "@progress/kendo-react-intl": "10.1.0",
31
31
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
32
32
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
33
33
  },