@pie-lib/math-input 6.30.0 → 6.31.1

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 +25 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,7 +3,23 @@
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
- # [6.30.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-input@6.29.0...@pie-lib/math-input@6.30.0) (2025-10-16)
6
+ ## [6.31.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-input@6.27.0...@pie-lib/math-input@6.31.1) (2025-10-22)
7
+
8
+ **Note:** Version bump only for package @pie-lib/math-input
9
+
10
+
11
+
12
+
13
+
14
+ # [6.31.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-input@6.27.0...@pie-lib/math-input@6.31.0) (2025-10-16)
15
+
16
+ **Note:** Version bump only for package @pie-lib/math-input
17
+
18
+
19
+
20
+
21
+
22
+ # [6.30.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-input@6.27.0...@pie-lib/math-input@6.30.0) (2025-10-16)
7
23
 
8
24
  **Note:** Version bump only for package @pie-lib/math-input
9
25
 
@@ -19,6 +35,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
35
 
20
36
 
21
37
 
38
+ # [6.28.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-input@6.27.0...@pie-lib/math-input@6.28.0) (2025-10-16)
39
+
40
+ **Note:** Version bump only for package @pie-lib/math-input
41
+
42
+
43
+
44
+
45
+
22
46
  # [6.27.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/math-input@6.11.4...@pie-lib/math-input@6.27.0) (2025-09-25)
23
47
 
24
48
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "6.30.0",
6
+ "version": "6.31.1",
7
7
  "main": "lib/index.js",
8
8
  "module": "src/index.jsx",
9
9
  "dependencies": {
@@ -24,5 +24,5 @@
24
24
  "react-dom": "^16.9.0"
25
25
  },
26
26
  "scripts": {},
27
- "gitHead": "e65a495136968b1a07642bde2efd887f46548d25"
27
+ "gitHead": "ce0ec7134200c51f3a3301257be3e707054b36ca"
28
28
  }