@pie-lib/math-rendering 2.3.10-next.414 → 2.3.10-next.499

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 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,39 @@
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.4.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.4.4...@pie-lib/math-rendering@2.4.5) (2022-07-18)
7
+
8
+
9
+ ### Reverts
10
+
11
+ * Revert "fix(math-rendering): potential fix for box PD-1521" ([dac9a34](https://github.com/pie-framework/pie-lib/commit/dac9a34d599bb30bbb7c87c6e49df562fd486e5e))
12
+
13
+
14
+
15
+
16
+
17
+ ## [2.4.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.4.3...@pie-lib/math-rendering@2.4.4) (2022-07-18)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **math-rendering:** potential fix for box PD-1521 ([9eefd91](https://github.com/pie-framework/pie-lib/commit/9eefd91b03644513d379bb1c46f4107b661ba4f3))
23
+ * Perplexing problem with math rendering: arcs, rays, and lines PD-1828 ([c43d2f8](https://github.com/pie-framework/pie-lib/commit/c43d2f8031e2ba3b8bb3cfa28c92a2a78c3c3db2))
24
+ * unable to load items locally ([d870dcd](https://github.com/pie-framework/pie-lib/commit/d870dcd547bd171f083a1cae08c1ccaa4b68629b))
25
+ * **math-rendering:** increase mathml formulas vertical space ([efa0c28](https://github.com/pie-framework/pie-lib/commit/efa0c28181a4a711dc35b34c075547230ae0315a))
26
+
27
+
28
+
29
+
30
+
31
+ ## [2.4.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.4.2...@pie-lib/math-rendering@2.4.3) (2022-06-13)
32
+
33
+ **Note:** Version bump only for package @pie-lib/math-rendering
34
+
35
+
36
+
37
+
38
+
6
39
  ## [2.4.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@2.4.1...@pie-lib/math-rendering@2.4.2) (2022-05-30)
7
40
 
8
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/math-rendering",
3
- "version": "2.3.10-next.414+e2932997",
3
+ "version": "2.3.10-next.499+10ee16a3",
4
4
  "description": "math rendering utilities",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -14,6 +14,6 @@
14
14
  "lodash": "^4.17.11",
15
15
  "mathjax-full": "3.2.0"
16
16
  },
17
- "gitHead": "e2932997d4237f56981af5ca83cbc68447e2feb6",
17
+ "gitHead": "10ee16a37543973bb49131a66c618979ff09bb46",
18
18
  "scripts": {}
19
19
  }