@instructure/quiz-core 19.1.1-rc.5 → 19.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,6 +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
+ # [19.2.0](https://gerrit.instructure.com/quizzes-ui/compare/v19.1.0...v19.2.0) (2024-01-08)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **afsAggregationTableLabels:** fix labeling of the afs aggregation tables ([0454bb6](https://gerrit.instructure.com/quizzes-ui/commits/0454bb6638578a4f96edb91f004c8f77aa98780b))
12
+ * **matching-table:** fix matching table rowheader right padding ([b34539c](https://gerrit.instructure.com/quizzes-ui/commits/b34539c0fd70d9f128a0ace9056768751d48aa91))
13
+
14
+
15
+ ### Features
16
+
17
+ * **toolTipForNoAnswer:** Add tooltip to icorrect answer row when no_answer is not calculated ([6f25bb2](https://gerrit.instructure.com/quizzes-ui/commits/6f25bb27e11398a4ec0718a343fd2dcebcd16b83))
18
+
19
+
20
+
21
+
22
+
6
23
  # [19.1.0](https://gerrit.instructure.com/quizzes-ui/compare/v19.0.0...v19.1.0) (2023-12-12)
7
24
 
8
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "19.1.1-rc.5+8b08c9ea8",
3
+ "version": "19.2.0",
4
4
  "license": "MIT",
5
5
  "description": "The Quiz React SDK by Instructure Inc.",
6
6
  "author": "Instructure, Inc. Engineering and Product Design",
@@ -44,11 +44,11 @@
44
44
  "@instructure/emotion": "^8.48.3",
45
45
  "@instructure/grading-utils": "^1.0.0",
46
46
  "@instructure/outcomes-ui": "^2.1.9",
47
- "@instructure/quiz-common": "19.1.1-rc.5+8b08c9ea8",
48
- "@instructure/quiz-i18n": "19.1.1-rc.5+8b08c9ea8",
49
- "@instructure/quiz-interactions": "19.1.1-rc.5+8b08c9ea8",
50
- "@instructure/quiz-number-input": "19.1.1-rc.5+8b08c9ea8",
51
- "@instructure/quiz-rce": "19.1.1-rc.5+8b08c9ea8",
47
+ "@instructure/quiz-common": "^19.2.0",
48
+ "@instructure/quiz-i18n": "^19.2.0",
49
+ "@instructure/quiz-interactions": "^19.2.0",
50
+ "@instructure/quiz-number-input": "^19.2.0",
51
+ "@instructure/quiz-rce": "^19.2.0",
52
52
  "@instructure/ui-a11y-content": "^8.48.3",
53
53
  "@instructure/ui-alerts": "^8.48.3",
54
54
  "@instructure/ui-avatar": "^8.48.3",
@@ -110,7 +110,7 @@
110
110
  "file-saver": "~2.0.5",
111
111
  "humps": "^2.0.0",
112
112
  "immutable": "^3.8.1",
113
- "instructure-validations": "19.1.1-rc.5+8b08c9ea8",
113
+ "instructure-validations": "^19.2.0",
114
114
  "ipaddr.js": "^1.5.4",
115
115
  "isomorphic-fetch": "^2.2.0",
116
116
  "isuuid": "^0.1.0",
@@ -142,7 +142,7 @@
142
142
  "uuid": "^3.2.1"
143
143
  },
144
144
  "devDependencies": {
145
- "@instructure/quiz-scripts": "19.1.0",
145
+ "@instructure/quiz-scripts": "^19.2.0",
146
146
  "@instructure/ui-axe-check": "^8.48.3",
147
147
  "@instructure/ui-babel-preset": "^7.22.1",
148
148
  "@instructure/ui-karma-config": "^7.22.1",
@@ -162,7 +162,7 @@
162
162
  "intl": "^1.2.4",
163
163
  "jquery": "^2.2.3",
164
164
  "most-subject": "^5.3.0",
165
- "quiz-presets": "19.1.1-rc.5+8b08c9ea8",
165
+ "quiz-presets": "^19.2.0",
166
166
  "react": "^16.8.6",
167
167
  "react-addons-test-utils": "^15.6.2",
168
168
  "react-dom": "^16.8.6",
@@ -178,5 +178,5 @@
178
178
  "publishConfig": {
179
179
  "access": "public"
180
180
  },
181
- "gitHead": "8b08c9ea874bc4e0e4bbeda60856b22ae4eaa044"
181
+ "gitHead": "b17787e3b434452d595b4d8fb63387ed420a626f"
182
182
  }