@pie-lib/charting 5.26.0 → 5.28.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/CHANGELOG.md +17 -7
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [5.26.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.26.0) (2025-09-16)
6
+ # [5.28.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.28.0) (2025-09-18)
7
7
 
8
8
 
9
9
  ### Bug Fixes
@@ -20,18 +20,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
20
20
 
21
21
 
22
22
 
23
- # [5.25.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.15.6...@pie-lib/charting@5.25.0) (2025-09-16)
23
+ # [5.27.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.26.0...@pie-lib/charting@5.27.0) (2025-09-17)
24
24
 
25
+ **Note:** Version bump only for package @pie-lib/charting
25
26
 
26
- ### Bug Fixes
27
27
 
28
- * **charting:** make the “answer key correct” indicators smaller for plot PD-5198 ([ce6bb35](https://github.com/pie-framework/pie-lib/commit/ce6bb35099c832f017e1bc213403ccb094792442))
29
- * fixed pie-lib/icons import [PD-5126] ([dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f))
30
28
 
31
29
 
32
- ### Features
33
30
 
34
- * split pie-toolbox into multiple packages [PD-5126] ([7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2))
31
+ # [5.26.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.25.0...@pie-lib/charting@5.26.0) (2025-09-17)
32
+
33
+ **Note:** Version bump only for package @pie-lib/charting
34
+
35
+
36
+
37
+
38
+
39
+ # [5.25.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.24.1...@pie-lib/charting@5.25.0) (2025-09-17)
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * **charting:** make the “answer key correct” indicators smaller for plot PD-5198 ([ce6bb35](https://github.com/pie-framework/pie-lib/commit/ce6bb35099c832f017e1bc213403ccb094792442))
35
45
 
36
46
 
37
47
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "5.26.0",
6
+ "version": "5.28.0",
7
7
  "description": "charting",
8
8
  "keywords": [
9
9
  "react",
@@ -19,9 +19,9 @@
19
19
  "dependencies": {
20
20
  "@mapbox/point-geometry": "^0.1.0",
21
21
  "@material-ui/core": "^3.8.3",
22
- "@pie-lib/plot": "^2.18.0",
23
- "@pie-lib/render-ui": "^4.26.0",
24
- "@pie-lib/translator": "^2.14.0",
22
+ "@pie-lib/plot": "^2.20.0",
23
+ "@pie-lib/render-ui": "^4.28.0",
24
+ "@pie-lib/translator": "^2.16.0",
25
25
  "@vx/axis": "^0.0.183",
26
26
  "@vx/event": "^0.0.182",
27
27
  "@vx/grid": "^0.0.183",
@@ -45,5 +45,5 @@
45
45
  "peerDependencies": {
46
46
  "react": "^16.8.1"
47
47
  },
48
- "gitHead": "749699607d4543321f1c2c2d0183d1fd97e0f4c4"
48
+ "gitHead": "e628a3ee986ac7fb242e4e84d839a23907177f39"
49
49
  }