@pie-lib/graphing 2.12.17-next.4 → 2.12.17

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 +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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.12.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.16...@pie-lib/graphing@2.12.17) (2023-03-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **graphing:** fix arrow heads PD-2653 ([4d4e625](https://github.com/pie-framework/pie-lib/commit/4d4e6255e3e874d90813e0bb787180fd3e8e6091))
12
+ * **graphing:** set diff between min and max to 0.05: PD-2673 ([e8862b6](https://github.com/pie-framework/pie-lib/commit/e8862b6f2f41fbfe431630b386ba999a3095cb0a))
13
+
14
+
15
+
16
+
17
+
6
18
  ## [2.12.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/graphing@2.12.15...@pie-lib/graphing@2.12.16) (2023-03-06)
7
19
 
8
20
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "2.12.17-next.4+64e2773e",
6
+ "version": "2.12.17",
7
7
  "description": "Graphing components",
8
8
  "keywords": [
9
9
  "react",
@@ -21,7 +21,7 @@
21
21
  "@pie-lib/drag": "^2.1.15",
22
22
  "@pie-lib/graphing-utils": "^1.1.32",
23
23
  "@pie-lib/plot": "^2.6.12",
24
- "@pie-lib/render-ui": "^4.14.15",
24
+ "@pie-lib/render-ui": "^4.14.16",
25
25
  "@vx/axis": "^0.0.189",
26
26
  "@vx/clip-path": "^0.0.189",
27
27
  "@vx/event": "^0.0.189",
@@ -44,6 +44,6 @@
44
44
  "peerDependencies": {
45
45
  "react": "^16.8.1"
46
46
  },
47
- "gitHead": "64e2773e51fc9cb2483f1a55ffb770d5613aeeb1",
47
+ "gitHead": "54086b4c3f19099207228bf9a764f9fbdb70a46b",
48
48
  "scripts": {}
49
49
  }