@pie-lib/math-rendering 4.2.0-next.0 → 4.2.0-next.3

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 +8 -22
  2. package/package.json +3 -6
package/CHANGELOG.md CHANGED
@@ -3,49 +3,35 @@
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.1.0-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@4.1.0-next.1...@pie-lib/math-rendering@4.1.0-next.3) (2026-01-27)
6
+ # [4.2.0-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@4.2.0-next.1...@pie-lib/math-rendering@4.2.0-next.3) (2026-02-26)
7
7
 
8
8
  **Note:** Version bump only for package @pie-lib/math-rendering
9
9
 
10
+ # [4.1.0-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@4.1.0-next.1...@pie-lib/math-rendering@4.1.0-next.3) (2026-01-27)
10
11
 
11
-
12
-
12
+ **Note:** Version bump only for package @pie-lib/math-rendering
13
13
 
14
14
  # [4.1.0-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.22.1...@pie-lib/math-rendering@4.1.0-next.1) (2026-01-26)
15
15
 
16
-
17
16
  ### Bug Fixes
18
17
 
19
- * prevent speech-rule-engine errors by skipping accessibility features until ready ([e17c4d2](https://github.com/pie-framework/pie-lib/commit/e17c4d2e7d4454571b82a788d100b6ab2002d20a))
20
- * remove exports and publish ([#2068](https://github.com/pie-framework/pie-lib/issues/2068)) ([60a96cd](https://github.com/pie-framework/pie-lib/commit/60a96cde0ec65f6b1cac0ae329aa33a0abc50d05))
21
-
18
+ - prevent speech-rule-engine errors by skipping accessibility features until ready ([e17c4d2](https://github.com/pie-framework/pie-lib/commit/e17c4d2e7d4454571b82a788d100b6ab2002d20a))
19
+ - remove exports and publish ([#2068](https://github.com/pie-framework/pie-lib/issues/2068)) ([60a96cd](https://github.com/pie-framework/pie-lib/commit/60a96cde0ec65f6b1cac0ae329aa33a0abc50d05))
22
20
 
23
21
  ### Features
24
22
 
25
- * bump react and react-dom ([01dc19e](https://github.com/pie-framework/pie-lib/commit/01dc19e88bbc8d372c561d1511df1a82937d45af))
26
- * PD-5258 wip Material-UI migration ([25e60f3](https://github.com/pie-framework/pie-lib/commit/25e60f32602bfd7bfc8b4f9d2dcc3a3cd664e72b))
27
- * sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
28
-
29
-
30
-
31
-
23
+ - bump react and react-dom ([01dc19e](https://github.com/pie-framework/pie-lib/commit/01dc19e88bbc8d372c561d1511df1a82937d45af))
24
+ - PD-5258 wip Material-UI migration ([25e60f3](https://github.com/pie-framework/pie-lib/commit/25e60f32602bfd7bfc8b4f9d2dcc3a3cd664e72b))
25
+ - sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
32
26
 
33
27
  # [4.0.0-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.22.2-next.0...@pie-lib/math-rendering@4.0.0-next.0) (2026-01-19)
34
28
 
35
29
  **Note:** Version bump only for package @pie-lib/math-rendering
36
30
 
37
-
38
-
39
-
40
-
41
31
  ## [3.22.2-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.40.0-mui-update.0...@pie-lib/math-rendering@3.22.2-next.0) (2026-01-19)
42
32
 
43
33
  **Note:** Version bump only for package @pie-lib/math-rendering
44
34
 
45
-
46
-
47
-
48
-
49
35
  ## [3.22.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-rendering@3.18.0...@pie-lib/math-rendering@3.22.1) (2025-10-22)
50
36
 
51
37
  **Note:** Version bump only for package @pie-lib/math-rendering
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/math-rendering",
3
- "version": "4.2.0-next.0+c7578ca",
3
+ "version": "4.2.0-next.3",
4
4
  "description": "math rendering utilities",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -9,10 +9,7 @@
9
9
  "module": "src/index.js",
10
10
  "author": "pie-framework developers",
11
11
  "license": "ISC",
12
- "repository": {
13
- "type": "git",
14
- "url": "https://github.com/pie-framework/pie-lib"
15
- },
12
+ "repository": "pie-framework/pie-lib",
16
13
  "dependencies": {
17
14
  "@pie-framework/mathml-to-latex": "1.4.4",
18
15
  "debug": "^4.1.1",
@@ -23,6 +20,6 @@
23
20
  "resolutions": {
24
21
  "react": "^18.2.0"
25
22
  },
26
- "gitHead": "c7578cae82de46ec0dae41b7d1ef924401e6226d",
23
+ "gitHead": "26a92c2897eca32328a31262677c4f7a851fd751",
27
24
  "scripts": {}
28
25
  }