@pie-element/math-templated 2.18.1-next.16 → 2.19.0

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 CHANGED
@@ -3,6 +3,25 @@
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.19.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated@2.18.0...@pie-element/math-templated@2.19.0) (2024-06-25)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * fixed getResponseCorrectness return object not being updated correctly ([14d557f](https://github.com/pie-framework/pie-elements/commit/14d557fc17b166a66c5083a30a60229fd57cc15d))
12
+
13
+
14
+ ### Features
15
+
16
+ * **math-templated:** Added documentation PD-3838 ([8474da7](https://github.com/pie-framework/pie-elements/commit/8474da73340acf5adb069d9a5c5f0be179eed2cb))
17
+ * **math-templated:** Added unit tests for controller ([cb41fbd](https://github.com/pie-framework/pie-elements/commit/cb41fbd35d665f51b615a54167bbd9b874aee17a))
18
+ * **math-templated:** Added unit tests for math-templated-configure PD-3807 ([cadcac5](https://github.com/pie-framework/pie-elements/commit/cadcac523ef36aeef89421ee9103f36d53cbd7d3))
19
+ * **math-templated:** Added unit tests for player side PD-3807 ([219a736](https://github.com/pie-framework/pie-elements/commit/219a7365b61e6c4d9e76fbc06601e59ea65af115))
20
+
21
+
22
+
23
+
24
+
6
25
  # [2.18.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated@2.17.0...@pie-element/math-templated@2.18.0) (2024-06-24)
7
26
 
8
27
 
@@ -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.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-configure@1.7.0...@pie-element/math-templated-configure@1.8.0) (2024-06-25)
7
+
8
+
9
+ ### Features
10
+
11
+ * **math-templated:** Added unit tests for math-templated-configure PD-3807 ([cadcac5](https://github.com/pie-framework/pie-elements/commit/cadcac523ef36aeef89421ee9103f36d53cbd7d3))
12
+
13
+
14
+
15
+
16
+
6
17
  # [1.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-configure@1.6.0...@pie-element/math-templated-configure@1.7.0) (2024-06-24)
7
18
 
8
19
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/math-templated-configure",
3
3
  "private": true,
4
- "version": "1.7.0",
4
+ "version": "1.8.0",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
@@ -3,6 +3,22 @@
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.16.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-controller@2.15.0...@pie-element/math-templated-controller@2.16.0) (2024-06-25)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * fixed getResponseCorrectness return object not being updated correctly ([14d557f](https://github.com/pie-framework/pie-elements/commit/14d557fc17b166a66c5083a30a60229fd57cc15d))
12
+
13
+
14
+ ### Features
15
+
16
+ * **math-templated:** Added unit tests for controller ([cb41fbd](https://github.com/pie-framework/pie-elements/commit/cb41fbd35d665f51b615a54167bbd9b874aee17a))
17
+
18
+
19
+
20
+
21
+
6
22
  # [2.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-controller@2.14.0...@pie-element/math-templated-controller@2.15.0) (2024-06-24)
7
23
 
8
24
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/math-templated-controller",
3
3
  "private": true,
4
- "version": "2.15.0",
4
+ "version": "2.16.0",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "repository": "pie-framework/pie-elements",
7
- "version": "2.18.1-next.16+b36b249b4",
7
+ "version": "2.19.0",
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": "b36b249b469eb1346acd5abc9b774a2ffe3f51b9",
19
+ "gitHead": "1ef97b238096c35e6ecf747f015c0faaea69792f",
20
20
  "scripts": {
21
21
  "postpublish": "../../scripts/postpublish"
22
22
  },