@pie-lib/graphing 2.25.0 → 2.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 +14 -6
  2. package/package.json +10 -9
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
- # [2.25.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.25.0) (2025-09-16)
6
+ # [2.27.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.27.0) (2025-09-18)
7
7
 
8
8
 
9
9
  ### Bug Fixes
@@ -19,17 +19,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
19
 
20
20
 
21
21
 
22
- # [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-16)
22
+ # [2.26.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.25.0...@pie-lib/graphing@2.26.0) (2025-09-17)
23
23
 
24
+ **Note:** Version bump only for package @pie-lib/graphing
24
25
 
25
- ### Bug Fixes
26
26
 
27
- * fixed pie-lib/icons import [PD-5126] ([dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f))
28
27
 
29
28
 
30
- ### Features
31
29
 
32
- * split pie-toolbox into multiple packages [PD-5126] ([7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2))
30
+ # [2.25.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.24.0...@pie-lib/graphing@2.25.0) (2025-09-17)
31
+
32
+ **Note:** Version bump only for package @pie-lib/graphing
33
+
34
+
35
+
36
+
37
+
38
+ # [2.24.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.23.1...@pie-lib/graphing@2.24.0) (2025-09-17)
39
+
40
+ **Note:** Version bump only for package @pie-lib/graphing
33
41
 
34
42
 
35
43
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "2.25.0",
6
+ "version": "2.27.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.13.0",
23
- "@pie-lib/editable-html": "^11.12.0",
24
- "@pie-lib/graphing-utils": "^1.12.0",
25
- "@pie-lib/plot": "^2.18.0",
26
- "@pie-lib/render-ui": "^4.26.0",
27
- "@pie-lib/translator": "^2.14.0",
22
+ "@pie-lib/drag": "^2.15.0",
23
+ "@pie-lib/editable-html": "^11.14.0",
24
+ "@pie-lib/graphing-utils": "^1.14.0",
25
+ "@pie-lib/plot": "^2.20.0",
26
+ "@pie-lib/render-ui": "^4.28.0",
27
+ "@pie-lib/translator": "^2.16.0",
28
28
  "@vx/axis": "^0.0.189",
29
29
  "@vx/clip-path": "^0.0.189",
30
30
  "@vx/event": "^0.0.189",
@@ -44,11 +44,12 @@
44
44
  "react-draggable": "^3.3.0",
45
45
  "react-input-autosize": "^2.2.1",
46
46
  "react-redux": "^6.0.0",
47
- "redux": "^4.0.1"
47
+ "redux": "^4.0.1",
48
+ "redux-undo": "latest"
48
49
  },
49
50
  "peerDependencies": {
50
51
  "react": "^16.8.1"
51
52
  },
52
- "gitHead": "749699607d4543321f1c2c2d0183d1fd97e0f4c4",
53
+ "gitHead": "e628a3ee986ac7fb242e4e84d839a23907177f39",
53
54
  "scripts": {}
54
55
  }