@pie-lib/graphing-solution-set 4.0.0 → 4.0.2-next.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 +11 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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
+ ## [4.0.2-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing-solution-set@3.2.0-next.15...@pie-lib/graphing-solution-set@4.0.2-next.0) (2026-05-06)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **graphing-solution-set:** adjust axis label PD-5595 ([201bad9](https://github.com/pie-framework/pie-lib/commit/201bad9ef919f982cf045f15b9d01b2cb0ba66ef))
11
+ - **graphing-solution-set:** get rid of border in solution set mode PD-5566 ([49a6f62](https://github.com/pie-framework/pie-lib/commit/49a6f62d6b0b29e7acd62b8561441a1439077d8e))
12
+
13
+ ## [4.0.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing-solution-set@4.0.0...@pie-lib/graphing-solution-set@4.0.1) (2026-04-28)
14
+
15
+ **Note:** Version bump only for package @pie-lib/graphing-solution-set
16
+
6
17
  # [3.2.0-next.38](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing-solution-set@3.2.0-next.37...@pie-lib/graphing-solution-set@3.2.0-next.38) (2026-04-24)
7
18
 
8
19
  **Note:** Version bump only for package @pie-lib/graphing-solution-set
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "4.0.0",
6
+ "version": "4.0.2-next.0",
7
7
  "description": "Graphing components",
8
8
  "keywords": [
9
9
  "react",
@@ -22,13 +22,13 @@
22
22
  "@mapbox/point-geometry": "^1.1.0",
23
23
  "@mui/icons-material": "^7.3.4",
24
24
  "@mui/material": "^7.3.4",
25
- "@pie-lib/drag": "^4.0.0",
26
- "@pie-lib/editable-html-tip-tap": "^2.0.0",
27
- "@pie-lib/graphing-utils": "^3.0.0",
28
- "@pie-lib/plot": "^4.0.0",
29
- "@pie-lib/render-ui": "^6.0.0",
30
- "@pie-lib/tools": "^2.0.0",
31
- "@pie-lib/translator": "^4.0.0",
25
+ "@pie-lib/drag": "^4.0.2-next.0",
26
+ "@pie-lib/editable-html-tip-tap": "^2.1.0-next.0",
27
+ "@pie-lib/graphing-utils": "^3.0.2-next.0",
28
+ "@pie-lib/plot": "^4.0.2-next.0",
29
+ "@pie-lib/render-ui": "^6.1.0-next.0",
30
+ "@pie-lib/tools": "^2.0.2-next.0",
31
+ "@pie-lib/translator": "^4.0.2-next.0",
32
32
  "@visx/axis": "^3.0.0",
33
33
  "@visx/clip-path": "^3.0.0",
34
34
  "@visx/curve": "^3.0.0",
@@ -55,6 +55,6 @@
55
55
  "peerDependencies": {
56
56
  "react": "^18.2.0"
57
57
  },
58
- "gitHead": "bf0904ba8bdd2d6f88fb8ad99060e45e40180348",
58
+ "gitHead": "2cf9410d6d89313791f1c763904bdfbceb6b1742",
59
59
  "scripts": {}
60
60
  }