@pie-lib/math-evaluator 3.2.0-next.0 → 3.2.0-next.4

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 +13 -22
  2. package/package.json +4 -7
package/CHANGELOG.md CHANGED
@@ -3,51 +3,42 @@
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
- # [3.1.0-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-evaluator@3.1.0-next.1...@pie-lib/math-evaluator@3.1.0-next.3) (2026-01-27)
6
+ # [3.2.0-next.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-evaluator@3.2.0-next.2...@pie-lib/math-evaluator@3.2.0-next.4) (2026-02-26)
7
7
 
8
8
  **Note:** Version bump only for package @pie-lib/math-evaluator
9
9
 
10
+ # [3.2.0-next.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-evaluator@3.2.0-next.1...@pie-lib/math-evaluator@3.2.0-next.2) (2026-02-25)
11
+
12
+ ### Bug Fixes
10
13
 
14
+ - **deps:** update [@pie-lib](https://github.com/pie-lib) dependencies to published versions ([134fbdc](https://github.com/pie-framework/pie-lib/commit/134fbdc90c6a15f89a736340578d70fb80a983b3))
11
15
 
16
+ # [3.1.0-next.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-evaluator@3.1.0-next.1...@pie-lib/math-evaluator@3.1.0-next.3) (2026-01-27)
12
17
 
18
+ **Note:** Version bump only for package @pie-lib/math-evaluator
13
19
 
14
20
  # [3.1.0-next.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-evaluator@2.21.1...@pie-lib/math-evaluator@3.1.0-next.1) (2026-01-26)
15
21
 
16
-
17
22
  ### Bug Fixes
18
23
 
19
- * remove carets from [@pie-lib](https://github.com/pie-lib) dependencies and configure lerna to use exact versions ([c9cd800](https://github.com/pie-framework/pie-lib/commit/c9cd800844abca09e7acf1fd35b2ddf51a6d86df))
20
- * remove carret, point to specific libs version ([09939a5](https://github.com/pie-framework/pie-lib/commit/09939a5aca19d7dda03d62c93d4d524f98dd69da))
21
- * 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
- * use fixed lib deps ([de7c64d](https://github.com/pie-framework/pie-lib/commit/de7c64d14f13259fe44d47405e4421baef21e24e))
23
-
24
+ - remove carets from [@pie-lib](https://github.com/pie-lib) dependencies and configure lerna to use exact versions ([c9cd800](https://github.com/pie-framework/pie-lib/commit/c9cd800844abca09e7acf1fd35b2ddf51a6d86df))
25
+ - remove carret, point to specific libs version ([09939a5](https://github.com/pie-framework/pie-lib/commit/09939a5aca19d7dda03d62c93d4d524f98dd69da))
26
+ - remove exports and publish ([#2068](https://github.com/pie-framework/pie-lib/issues/2068)) ([60a96cd](https://github.com/pie-framework/pie-lib/commit/60a96cde0ec65f6b1cac0ae329aa33a0abc50d05))
27
+ - use fixed lib deps ([de7c64d](https://github.com/pie-framework/pie-lib/commit/de7c64d14f13259fe44d47405e4421baef21e24e))
24
28
 
25
29
  ### Features
26
30
 
27
- * sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
28
-
29
-
30
-
31
-
31
+ - sync latest changes from dev ([c936e9c](https://github.com/pie-framework/pie-lib/commit/c936e9c7f9e095e7d9b9805ac2bf72bd271e05f1))
32
32
 
33
33
  # [3.0.0-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-evaluator@2.21.2-next.0...@pie-lib/math-evaluator@3.0.0-next.0) (2026-01-19)
34
34
 
35
35
  **Note:** Version bump only for package @pie-lib/math-evaluator
36
36
 
37
-
38
-
39
-
40
-
41
37
  ## [2.21.2-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-evaluator@2.35.0-mui-update.0...@pie-lib/math-evaluator@2.21.2-next.0) (2026-01-19)
42
38
 
43
-
44
39
  ### Bug Fixes
45
40
 
46
- * bump config-ui PD-5265 ([77d0c78](https://github.com/pie-framework/pie-lib/commit/77d0c78cacfa57e93ed17e7a7f1257f4a9cf6ab3))
47
-
48
-
49
-
50
-
41
+ - bump config-ui PD-5265 ([77d0c78](https://github.com/pie-framework/pie-lib/commit/77d0c78cacfa57e93ed17e7a7f1257f4a9cf6ab3))
51
42
 
52
43
  ## [2.21.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-evaluator@2.17.1...@pie-lib/math-evaluator@2.21.1) (2025-10-22)
53
44
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.2.0-next.0+c7578ca",
6
+ "version": "3.2.0-next.4",
7
7
  "description": "Math evaluator tool for comparing expressions for equality",
8
8
  "keywords": [
9
9
  "math",
@@ -15,10 +15,7 @@
15
15
  "module": "src/index.js",
16
16
  "author": "",
17
17
  "license": "ISC",
18
- "repository": {
19
- "type": "git",
20
- "url": "https://github.com/pie-framework/pie-lib"
21
- },
18
+ "repository": "pie-framework/pie-lib",
22
19
  "dependencies": {
23
20
  "@pie-framework/math-expressions": "^3.0.0",
24
21
  "jsesc": "^2.5.2",
@@ -26,8 +23,8 @@
26
23
  "mathjs": "^7.0.1"
27
24
  },
28
25
  "devDependencies": {
29
- "@pie-lib/test-utils": "^1.2.0-next.0+c7578ca"
26
+ "@pie-lib/test-utils": "^1.2.0-next.3"
30
27
  },
31
28
  "scripts": {},
32
- "gitHead": "c7578cae82de46ec0dae41b7d1ef924401e6226d"
29
+ "gitHead": "26a92c2897eca32328a31262677c4f7a851fd751"
33
30
  }