@progress/kendo-react-gauges 7.2.2-develop.1 → 7.2.3-develop.1

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/index.mjs +1 -1
  2. package/package.json +3 -3
package/index.mjs CHANGED
@@ -119,7 +119,7 @@ const B = {
119
119
  name: "@progress/kendo-react-gauges",
120
120
  productName: "KendoReact",
121
121
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
122
- publishDate: 1708608179,
122
+ publishDate: 1708618020,
123
123
  version: "",
124
124
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
125
125
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-gauges",
3
- "version": "7.2.2-develop.1",
3
+ "version": "7.2.3-develop.1",
4
4
  "description": "React Gauges provide a set of React components for building beautiful and customizable gauges. KendoReact Gauges package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -24,8 +24,8 @@
24
24
  "peerDependencies": {
25
25
  "@progress/kendo-drawing": "^1.19.0",
26
26
  "@progress/kendo-licensing": "^1.3.4",
27
- "@progress/kendo-react-common": "7.2.2-develop.1",
28
- "@progress/kendo-react-intl": "7.2.2-develop.1",
27
+ "@progress/kendo-react-common": "7.2.3-develop.1",
28
+ "@progress/kendo-react-intl": "7.2.3-develop.1",
29
29
  "hammerjs": "^2.0.0",
30
30
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
31
31
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"