@pie-lib/graphing 2.18.0 → 2.20.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 +33 -1
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.20.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.20.0) (2025-07-31)
7
+
8
+ **Note:** Version bump only for package @pie-lib/graphing
9
+
10
+
11
+
12
+
13
+
14
+ # [2.19.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.19.0) (2025-07-31)
15
+
16
+ **Note:** Version bump only for package @pie-lib/graphing
17
+
18
+
19
+
20
+
21
+
6
22
  # [2.18.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.18.0) (2025-07-31)
7
23
 
8
24
  **Note:** Version bump only for package @pie-lib/graphing
@@ -19,13 +35,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
35
 
20
36
 
21
37
 
22
- # [2.16.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.16.0) (2025-07-31)
38
+ # [2.19.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.19.0) (2025-07-31)
23
39
 
24
40
  **Note:** Version bump only for package @pie-lib/graphing
25
41
 
42
+ # [2.18.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.18.0) (2025-07-31)
26
43
 
44
+ **Note:** Version bump only for package @pie-lib/graphing
45
+
46
+ # [2.17.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.17.0) (2025-07-31)
47
+
48
+ **Note:** Version bump only for package @pie-lib/graphing
49
+
50
+ # [2.18.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.18.0) (2025-07-31)
27
51
 
52
+ **Note:** Version bump only for package @pie-lib/graphing
28
53
 
54
+ # [2.17.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.17.0) (2025-07-31)
55
+
56
+ **Note:** Version bump only for package @pie-lib/graphing
57
+
58
+ # [2.16.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.16.0) (2025-07-31)
59
+
60
+ **Note:** Version bump only for package @pie-lib/graphing
29
61
 
30
62
  # [2.16.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.14.21...@pie-lib/graphing@2.16.0) (2025-07-31)
31
63
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "2.18.0",
6
+ "version": "2.20.0",
7
7
  "description": "Graphing components",
8
8
  "keywords": [
9
9
  "react",
@@ -19,13 +19,13 @@
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.6.0",
23
- "@pie-lib/editable-html": "^11.5.0",
24
- "@pie-lib/graphing-utils": "^1.5.0",
25
- "@pie-lib/plot": "^2.11.0",
26
- "@pie-lib/render-ui": "^4.19.0",
27
- "@pie-lib/tools": "^0.13.0",
28
- "@pie-lib/translator": "^2.7.0",
22
+ "@pie-lib/drag": "^2.8.0",
23
+ "@pie-lib/editable-html": "^11.7.0",
24
+ "@pie-lib/graphing-utils": "^1.7.0",
25
+ "@pie-lib/plot": "^2.13.0",
26
+ "@pie-lib/render-ui": "^4.21.0",
27
+ "@pie-lib/tools": "^0.15.0",
28
+ "@pie-lib/translator": "^2.9.0",
29
29
  "@vx/axis": "^0.0.189",
30
30
  "@vx/clip-path": "^0.0.189",
31
31
  "@vx/event": "^0.0.189",