@instructure/quiz-core 18.1.2-rc.6 → 18.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 +12 -0
  2. package/package.json +10 -10
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
+ # [18.2.0](https://gerrit.instructure.com/quizzes-ui/compare/v18.1.1...v18.2.0) (2023-09-25)
7
+
8
+
9
+ ### Features
10
+
11
+ * **Moderate:** support anonymous grading on the moderate page ([c8e88b4](https://gerrit.instructure.com/quizzes-ui/commits/c8e88b44d4249e0328fa8864b1fc69060405f464))
12
+ * **speedgrader:** support anonymous grading ([0ae4e90](https://gerrit.instructure.com/quizzes-ui/commits/0ae4e9004a0d366c6fc27581d6791cb23a377ed3))
13
+
14
+
15
+
16
+
17
+
6
18
  ## [18.1.1](https://gerrit.instructure.com/quizzes-ui/compare/v18.1.0...v18.1.1) (2023-09-14)
7
19
 
8
20
  **Note:** Version bump only for package @instructure/quiz-core
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "18.1.2-rc.6+d2de1ce47",
3
+ "version": "18.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",
@@ -42,11 +42,11 @@
42
42
  "dependencies": {
43
43
  "@instructure/grading-utils": "^1.0.0",
44
44
  "@instructure/outcomes-ui": "^2.1.9",
45
- "@instructure/quiz-common": "18.1.2-rc.6+d2de1ce47",
46
- "@instructure/quiz-i18n": "18.1.2-rc.6+d2de1ce47",
47
- "@instructure/quiz-interactions": "18.1.2-rc.6+d2de1ce47",
48
- "@instructure/quiz-number-input": "18.1.2-rc.6+d2de1ce47",
49
- "@instructure/quiz-rce": "18.1.2-rc.6+d2de1ce47",
45
+ "@instructure/quiz-common": "^18.2.0",
46
+ "@instructure/quiz-i18n": "^18.2.0",
47
+ "@instructure/quiz-interactions": "^18.2.0",
48
+ "@instructure/quiz-number-input": "^18.2.0",
49
+ "@instructure/quiz-rce": "^18.2.0",
50
50
  "@instructure/ui-a11y-content": "^7.20.0",
51
51
  "@instructure/ui-alerts": "^7.20.0",
52
52
  "@instructure/ui-avatar": "^7.20.0",
@@ -107,7 +107,7 @@
107
107
  "eventemitter3": "^3.1.0",
108
108
  "humps": "^2.0.0",
109
109
  "immutable": "^3.8.1",
110
- "instructure-validations": "18.1.2-rc.6+d2de1ce47",
110
+ "instructure-validations": "^18.2.0",
111
111
  "ipaddr.js": "^1.5.4",
112
112
  "isomorphic-fetch": "^2.2.0",
113
113
  "isuuid": "^0.1.0",
@@ -139,7 +139,7 @@
139
139
  "uuid": "^3.2.1"
140
140
  },
141
141
  "devDependencies": {
142
- "@instructure/quiz-scripts": "18.1.1",
142
+ "@instructure/quiz-scripts": "^18.2.0",
143
143
  "@instructure/ui-axe-check": "^7.20.0",
144
144
  "@instructure/ui-babel-preset": "^7.20.0",
145
145
  "@instructure/ui-karma-config": "^7.20.0",
@@ -158,7 +158,7 @@
158
158
  "intl": "^1.2.4",
159
159
  "jquery": "^2.2.3",
160
160
  "most-subject": "^5.3.0",
161
- "quiz-presets": "18.1.2-rc.6+d2de1ce47",
161
+ "quiz-presets": "^18.2.0",
162
162
  "react": "^16.8.6",
163
163
  "react-addons-test-utils": "^15.6.2",
164
164
  "react-dom": "^16.8.6",
@@ -174,5 +174,5 @@
174
174
  "publishConfig": {
175
175
  "access": "public"
176
176
  },
177
- "gitHead": "d2de1ce477defe97bbd5e704cef186a4d5852d59"
177
+ "gitHead": "cf71c04f99c088a79867aa009590f7d63f74b482"
178
178
  }