@pie-lib/charting 5.27.0 → 5.29.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 +25 -0
  2. package/package.json +6 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,31 @@
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.29.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.28.0...@pie-lib/charting@5.29.0) (2025-09-18)
7
+
8
+ **Note:** Version bump only for package @pie-lib/charting
9
+
10
+
11
+
12
+
13
+
14
+ # [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)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **charting:** make the “answer key correct” indicators smaller for plot PD-5198 ([ce6bb35](https://github.com/pie-framework/pie-lib/commit/ce6bb35099c832f017e1bc213403ccb094792442))
20
+ * fixed pie-lib/icons import [PD-5126] ([dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f))
21
+
22
+
23
+ ### Features
24
+
25
+ * split pie-toolbox into multiple packages [PD-5126] ([7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2))
26
+
27
+
28
+
29
+
30
+
6
31
  # [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)
7
32
 
8
33
  **Note:** Version bump only for package @pie-lib/charting
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "5.27.0",
6
+ "version": "5.29.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.19.0",
23
- "@pie-lib/render-ui": "^4.27.0",
24
- "@pie-lib/translator": "^2.15.0",
22
+ "@pie-lib/plot": "^2.21.0",
23
+ "@pie-lib/render-ui": "^4.29.0",
24
+ "@pie-lib/translator": "^2.17.0",
25
25
  "@vx/axis": "^0.0.183",
26
26
  "@vx/event": "^0.0.182",
27
27
  "@vx/grid": "^0.0.183",
@@ -37,13 +37,10 @@
37
37
  "lodash": "^4.17.11",
38
38
  "react": "^16.8.1",
39
39
  "react-draggable": "^3.1.1",
40
- "react-input-autosize": "^2.2.1",
41
- "react-redux": "^6.0.0",
42
- "redux": "^4.0.1",
43
- "redux-undo": "latest"
40
+ "react-input-autosize": "^2.2.1"
44
41
  },
45
42
  "peerDependencies": {
46
43
  "react": "^16.8.1"
47
44
  },
48
- "gitHead": "da7e0321db0c08c6e508a39282bec7f6e506fd43"
45
+ "gitHead": "fea8f3ab465ceb72406e9c66902b172c037583c6"
49
46
  }