@pie-element/math-templated 2.12.1-next.3 → 2.12.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.
- package/CHANGELOG.md +12 -0
- package/configure/CHANGELOG.md +11 -0
- package/configure/package.json +1 -1
- package/controller/CHANGELOG.md +12 -0
- package/controller/package.json +1 -1
- package/package.json +2 -2
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.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated@2.12.0...@pie-element/math-templated@2.12.1) (2024-06-04)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* answer correctness is "correct" only if it's fully correct PD-3806, PD-3812 ([72e1655](https://github.com/pie-framework/pie-elements/commit/72e1655c64f038ab7fbbb45e7f0b6e885e41de66))
|
|
12
|
+
* sanity checks PD-3820 ([f3306b6](https://github.com/pie-framework/pie-elements/commit/f3306b69bd77dda7c3b330ab10d912380991888c))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# 2.12.0 (2024-06-03)
|
|
7
19
|
|
|
8
20
|
|
package/configure/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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
|
+
## [1.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-configure@1.1.0...@pie-element/math-templated-configure@1.1.1) (2024-06-04)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* sanity checks PD-3820 ([f3306b6](https://github.com/pie-framework/pie-elements/commit/f3306b69bd77dda7c3b330ab10d912380991888c))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# 1.1.0 (2024-06-03)
|
|
7
18
|
|
|
8
19
|
|
package/configure/package.json
CHANGED
package/controller/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.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-controller@2.10.0...@pie-element/math-templated-controller@2.10.1) (2024-06-04)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* answer correctness is "correct" only if it's fully correct PD-3806, PD-3812 ([72e1655](https://github.com/pie-framework/pie-elements/commit/72e1655c64f038ab7fbbb45e7f0b6e885e41de66))
|
|
12
|
+
* sanity checks PD-3820 ([f3306b6](https://github.com/pie-framework/pie-elements/commit/f3306b69bd77dda7c3b330ab10d912380991888c))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# 2.10.0 (2024-06-03)
|
|
7
19
|
|
|
8
20
|
|
package/controller/package.json
CHANGED
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "2.12.1
|
|
7
|
+
"version": "2.12.1",
|
|
8
8
|
"description": "",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@material-ui/core": "^3.9.2",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"author": "",
|
|
18
18
|
"license": "ISC",
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "989d6e261d8d8edc4da64e0aa6b572bddbb87a0f",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"postpublish": "../../scripts/postpublish"
|
|
22
22
|
},
|