@instructure/quiz-core 20.17.1-rc.9 → 20.17.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 +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
+ ## [20.17.1](https://gerrit.instructure.com/quizzes-ui/compare/v20.17.0...v20.17.1) (2024-08-19)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **a11y:** move user's focus to topmost error field in stimulus ([ab6000d](https://gerrit.instructure.com/quizzes-ui/commits/ab6000d6ecf88e39ddd8ef90389a0bea1410a7ea))
12
+ * **a11y:** move user's focus to topmost error field when item bank related ([793cefc](https://gerrit.instructure.com/quizzes-ui/commits/793cefcb1a484b93a2d896cce280df3801407bc6))
13
+
14
+
15
+
16
+
17
+
6
18
  # [20.17.0](https://gerrit.instructure.com/quizzes-ui/compare/v20.16.0...v20.17.0) (2024-08-06)
7
19
 
8
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "20.17.1-rc.9+407e72814",
3
+ "version": "20.17.1",
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.51.0",
45
45
  "@instructure/grading-utils": "^1.0.0",
46
46
  "@instructure/outcomes-ui": "^3.2.2",
47
- "@instructure/quiz-common": "20.17.1-rc.9+407e72814",
48
- "@instructure/quiz-i18n": "20.17.1-rc.9+407e72814",
49
- "@instructure/quiz-interactions": "20.17.1-rc.9+407e72814",
50
- "@instructure/quiz-number-input": "20.17.1-rc.9+407e72814",
51
- "@instructure/quiz-rce": "20.17.1-rc.9+407e72814",
47
+ "@instructure/quiz-common": "^20.17.1",
48
+ "@instructure/quiz-i18n": "^20.17.1",
49
+ "@instructure/quiz-interactions": "^20.17.1",
50
+ "@instructure/quiz-number-input": "^20.17.1",
51
+ "@instructure/quiz-rce": "^20.17.1",
52
52
  "@instructure/ui-a11y-content": "^8.51.0",
53
53
  "@instructure/ui-alerts": "^8.51.0",
54
54
  "@instructure/ui-avatar": "^8.51.0",
@@ -111,7 +111,7 @@
111
111
  "file-saver": "~2.0.5",
112
112
  "humps": "^2.0.0",
113
113
  "immutable": "^3.8.1",
114
- "instructure-validations": "20.17.1-rc.9+407e72814",
114
+ "instructure-validations": "^20.17.1",
115
115
  "ipaddr.js": "^1.5.4",
116
116
  "isomorphic-fetch": "^2.2.0",
117
117
  "isuuid": "^0.1.0",
@@ -142,7 +142,7 @@
142
142
  "uuid": "^3.2.1"
143
143
  },
144
144
  "devDependencies": {
145
- "@instructure/quiz-scripts": "20.17.0",
145
+ "@instructure/quiz-scripts": "^20.17.1",
146
146
  "@instructure/ui-axe-check": "^8.51.0",
147
147
  "@instructure/ui-babel-preset": "^7.22.1",
148
148
  "@instructure/ui-postcss-config": "^7.22.1",
@@ -162,7 +162,7 @@
162
162
  "jquery": "^2.2.3",
163
163
  "karma-junit-reporter": "^2.0.1",
164
164
  "most-subject": "^5.3.0",
165
- "quiz-presets": "20.17.1-rc.9+407e72814",
165
+ "quiz-presets": "^20.17.1",
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": "407e72814a8ca9669f920e41521ee757ec673604"
181
+ "gitHead": "e3561b7aab90a1e75c5ea099f3eba6bc8ea71ed6"
182
182
  }