@pie-lib/graphing 2.23.0 → 2.24.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 +28 -1
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,7 +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
- # [2.23.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.23.0) (2025-08-07)
6
+ # [2.24.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.24.0) (2025-09-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * fixed pie-lib/icons import [PD-5126] ([dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f))
12
+
13
+
14
+ ### Features
15
+
16
+ * split pie-toolbox into multiple packages [PD-5126] ([7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2))
17
+
18
+
19
+
20
+
21
+
22
+ ## [2.23.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.23.1) (2025-08-11)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * fixed pie-lib/icons import [PD-5126] ([dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f))
7
28
 
8
29
 
9
30
  ### Features
@@ -14,6 +35,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
14
35
 
15
36
 
16
37
 
38
+ # [2.23.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.23.0) (2025-08-07)
39
+
40
+ ### Features
41
+
42
+ - split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
43
+
17
44
  # [2.22.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.22.0) (2025-07-31)
18
45
 
19
46
  **Note:** Version bump only for package @pie-lib/graphing
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "2.23.0",
6
+ "version": "2.24.0",
7
7
  "description": "Graphing components",
8
8
  "keywords": [
9
9
  "react",
@@ -19,12 +19,12 @@
19
19
  "@mapbox/point-geometry": "^0.1.0",
20
20
  "@material-ui/core": "^3.8.3",
21
21
  "@material-ui/icons": "^3.0.2",
22
- "@pie-lib/drag": "^2.11.0",
23
- "@pie-lib/editable-html": "^11.10.0",
24
- "@pie-lib/graphing-utils": "^1.10.0",
25
- "@pie-lib/plot": "^2.16.0",
26
- "@pie-lib/render-ui": "^4.24.0",
27
- "@pie-lib/translator": "^2.12.0",
22
+ "@pie-lib/drag": "^2.12.0",
23
+ "@pie-lib/editable-html": "^11.11.0",
24
+ "@pie-lib/graphing-utils": "^1.11.0",
25
+ "@pie-lib/plot": "^2.17.0",
26
+ "@pie-lib/render-ui": "^4.25.0",
27
+ "@pie-lib/translator": "^2.13.0",
28
28
  "@vx/axis": "^0.0.189",
29
29
  "@vx/clip-path": "^0.0.189",
30
30
  "@vx/event": "^0.0.189",
@@ -49,6 +49,6 @@
49
49
  "peerDependencies": {
50
50
  "react": "^16.8.1"
51
51
  },
52
- "gitHead": "ba75c393e47a34ace71e2ee5c3a2ddd3b87423ec",
52
+ "gitHead": "21bbb8481af78b1fa3efb9275e4afb4bc9af0354",
53
53
  "scripts": {}
54
54
  }