@geotab/zenith 3.12.2-beta.0 → 3.12.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 +1 -1
package/README.md CHANGED
@@ -49,7 +49,7 @@ Markdown reference for each component (used by AI tooling and IRIS) lives in [`d
49
49
 
50
50
  ## Change log
51
51
 
52
- ### 3.12.2
52
+ ### 3.12.3
53
53
 
54
54
  - Fix: line chart crash when timed chart has no data
55
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geotab/zenith",
3
- "version": "3.12.2-beta.0",
3
+ "version": "3.12.3",
4
4
  "description": "Zenith components library on React",
5
5
  "main": "dist/index.js",
6
6
  "types": "esm/index.d.ts",