@instructure/quiz-core 17.56.1-rc.4 → 17.57.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 +16 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -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
+ # [17.57.0](https://gerrit.instructure.com/quizzes-ui/compare/v17.56.0...v17.57.0) (2023-06-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **rce5MathPrinting:** Fix print blank quiz and speed up math rendering ([b813abd](https://gerrit.instructure.com/quizzes-ui/commits/b813abd293b92e5f38a57501d05f5ff8868f5129))
12
+
13
+
14
+ ### Features
15
+
16
+ * **itemanalysis:** quiz overview page ([1b3118f](https://gerrit.instructure.com/quizzes-ui/commits/1b3118f30d640f7b28562671c8a68cd6545680b1))
17
+
18
+
19
+
20
+
21
+
6
22
  # [17.56.0](https://gerrit.instructure.com/quizzes-ui/compare/v17.55.0...v17.56.0) (2023-06-04)
7
23
 
8
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "17.56.1-rc.4+b813abd29",
3
+ "version": "17.57.0",
4
4
  "license": "MIT",
5
5
  "description": "The Quiz React SDK by Instructure Inc.",
6
6
  "author": "Instructure, Inc. Engineering and Product Design",
@@ -41,11 +41,11 @@
41
41
  ],
42
42
  "dependencies": {
43
43
  "@instructure/outcomes-ui": "^2.1.8",
44
- "@instructure/quiz-common": "17.56.1-rc.4+b813abd29",
45
- "@instructure/quiz-i18n": "17.56.1-rc.4+b813abd29",
46
- "@instructure/quiz-interactions": "17.56.1-rc.4+b813abd29",
47
- "@instructure/quiz-number-input": "17.56.1-rc.4+b813abd29",
48
- "@instructure/quiz-rce": "17.56.1-rc.4+b813abd29",
44
+ "@instructure/quiz-common": "^17.57.0",
45
+ "@instructure/quiz-i18n": "^17.57.0",
46
+ "@instructure/quiz-interactions": "^17.57.0",
47
+ "@instructure/quiz-number-input": "^17.57.0",
48
+ "@instructure/quiz-rce": "^17.57.0",
49
49
  "@instructure/ui-a11y-content": "^7.20.0",
50
50
  "@instructure/ui-alerts": "^7.20.0",
51
51
  "@instructure/ui-avatar": "^7.20.0",
@@ -106,7 +106,7 @@
106
106
  "eventemitter3": "^3.1.0",
107
107
  "humps": "^2.0.0",
108
108
  "immutable": "^3.8.1",
109
- "instructure-validations": "17.56.1-rc.4+b813abd29",
109
+ "instructure-validations": "^17.57.0",
110
110
  "ipaddr.js": "^1.5.4",
111
111
  "isomorphic-fetch": "^2.2.0",
112
112
  "isuuid": "^0.1.0",
@@ -137,7 +137,7 @@
137
137
  "uuid": "^3.2.1"
138
138
  },
139
139
  "devDependencies": {
140
- "@instructure/quiz-scripts": "17.56.0",
140
+ "@instructure/quiz-scripts": "^17.57.0",
141
141
  "@instructure/ui-axe-check": "^7.20.0",
142
142
  "@instructure/ui-babel-preset": "^7.20.0",
143
143
  "@instructure/ui-karma-config": "^7.20.0",
@@ -156,7 +156,7 @@
156
156
  "intl": "^1.2.4",
157
157
  "jquery": "^2.2.3",
158
158
  "most-subject": "^5.3.0",
159
- "quiz-presets": "17.56.1-rc.4+b813abd29",
159
+ "quiz-presets": "^17.57.0",
160
160
  "react": "^16.8.6",
161
161
  "react-addons-test-utils": "^15.6.2",
162
162
  "react-dom": "^16.8.6",
@@ -172,5 +172,5 @@
172
172
  "publishConfig": {
173
173
  "access": "public"
174
174
  },
175
- "gitHead": "b813abd293b92e5f38a57501d05f5ff8868f5129"
175
+ "gitHead": "27ef38fd2fe68b3281c94675e93a2264ca4b73fc"
176
176
  }