@pie-lib/charting 5.26.0 → 5.27.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 +6 -13
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,35 +3,28 @@
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.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
7
 
8
+ **Note:** Version bump only for package @pie-lib/charting
8
9
 
9
- ### Bug Fixes
10
10
 
11
- * **charting:** make the “answer key correct” indicators smaller for plot PD-5198 ([ce6bb35](https://github.com/pie-framework/pie-lib/commit/ce6bb35099c832f017e1bc213403ccb094792442))
12
- * fixed pie-lib/icons import [PD-5126] ([dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f))
13
11
 
14
12
 
15
- ### Features
16
13
 
17
- * split pie-toolbox into multiple packages [PD-5126] ([7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2))
14
+ # [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)
15
+
16
+ **Note:** Version bump only for package @pie-lib/charting
18
17
 
19
18
 
20
19
 
21
20
 
22
21
 
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)
22
+ # [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)
24
23
 
25
24
 
26
25
  ### Bug Fixes
27
26
 
28
27
  * **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
-
31
-
32
- ### Features
33
-
34
- * split pie-toolbox into multiple packages [PD-5126] ([7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2))
35
28
 
36
29
 
37
30
 
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.27.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.19.0",
23
+ "@pie-lib/render-ui": "^4.27.0",
24
+ "@pie-lib/translator": "^2.15.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": "da7e0321db0c08c6e508a39282bec7f6e506fd43"
49
49
  }