@pie-lib/charting 5.6.17-next.32 → 5.7.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 +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
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
+ ## [5.7.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.7.0...@pie-lib/charting@5.7.1) (2023-04-03)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **charting:** generate random maskId to avoid duplication of ids-PD-2712 ([c32c7ea](https://github.com/pie-framework/pie-lib/commit/c32c7ea84972c396e123e00ca16ac6ec41b844d3))
12
+
13
+
14
+
15
+
16
+
17
+ # [5.7.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.6.16...@pie-lib/charting@5.7.0) (2023-03-27)
18
+
19
+
20
+ ### Features
21
+
22
+ * **charting:** mark up the category name in the student’s response as correct or incorrect with a rectangle ([5746b54](https://github.com/pie-framework/pie-lib/commit/5746b54bdeee204e906af91dca1cb65788d91128))
23
+
24
+
25
+
26
+
27
+
6
28
  ## [5.6.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@5.6.15...@pie-lib/charting@5.6.16) (2023-03-06)
7
29
 
8
30
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "5.6.17-next.32+e8e4e4e4",
6
+ "version": "5.7.1",
7
7
  "description": "charting",
8
8
  "keywords": [
9
9
  "react",
@@ -43,5 +43,5 @@
43
43
  "peerDependencies": {
44
44
  "react": "^16.8.1"
45
45
  },
46
- "gitHead": "e8e4e4e4fcef020b935fdee086a97908a79d4a89"
46
+ "gitHead": "3f110210f353087c163e7b1c8efec3e7bdaa380e"
47
47
  }