@pie-lib/plot 2.23.3-next.0 → 2.23.3-next.12

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 +41 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,47 @@
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.27.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/plot@2.26.0...@pie-lib/plot@2.27.0) (2025-10-16)
7
+
8
+ **Note:** Version bump only for package @pie-lib/plot
9
+
10
+
11
+
12
+
13
+
14
+ # [2.26.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/plot@2.23.0...@pie-lib/plot@2.26.0) (2025-10-16)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **plot/graphing:** add title height calculations through observer PD-5208 ([f993541](https://github.com/pie-framework/pie-lib/commit/f99354174b23dcd6a1f3524a15f9b64c4041d7e2))
20
+
21
+
22
+
23
+
24
+
25
+ # [2.25.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/plot@2.23.0...@pie-lib/plot@2.25.0) (2025-10-16)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **plot/graphing:** add title height calculations through observer PD-5208 ([f993541](https://github.com/pie-framework/pie-lib/commit/f99354174b23dcd6a1f3524a15f9b64c4041d7e2))
31
+
32
+
33
+
34
+
35
+
36
+ # [2.24.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/plot@2.23.0...@pie-lib/plot@2.24.0) (2025-10-16)
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * **plot/graphing:** add title height calculations through observer PD-5208 ([f993541](https://github.com/pie-framework/pie-lib/commit/f99354174b23dcd6a1f3524a15f9b64c4041d7e2))
42
+
43
+
44
+
45
+
46
+
6
47
  ## [2.23.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/plot@2.23.1...@pie-lib/plot@2.23.2) (2025-10-14)
7
48
 
8
49
  **Note:** Version bump only for package @pie-lib/plot
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "2.23.3-next.0+b0e9b0ff",
6
+ "version": "2.23.3-next.12+77d0c78c",
7
7
  "description": "Some underlying components for building charts/graphs",
8
8
  "keywords": [
9
9
  "react",
@@ -18,8 +18,8 @@
18
18
  "dependencies": {
19
19
  "@mapbox/point-geometry": "^0.1.0",
20
20
  "@material-ui/core": "^3.8.3",
21
- "@pie-lib/editable-html": "^11.17.3-next.0+b0e9b0ff",
22
- "@pie-lib/render-ui": "^4.31.3-next.0+b0e9b0ff",
21
+ "@pie-lib/editable-html": "^11.17.3-next.12+77d0c78c",
22
+ "@pie-lib/render-ui": "^4.31.3-next.12+77d0c78c",
23
23
  "@vx/axis": "^0.0.183",
24
24
  "@vx/event": "^0.0.182",
25
25
  "@vx/grid": "^0.0.183",
@@ -41,6 +41,6 @@
41
41
  "peerDependencies": {
42
42
  "react": "^16.8.1"
43
43
  },
44
- "gitHead": "b0e9b0ff1090bdf6a090e1654d49be6f3a7608e4",
44
+ "gitHead": "77d0c78cacfa57e93ed17e7a7f1257f4a9cf6ab3",
45
45
  "scripts": {}
46
46
  }