@instructure/quiz-core 20.11.5-rc.8 → 20.12.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 +11 -0
  2. package/package.json +10 -11
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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.12.0](https://gerrit.instructure.com/quizzes-ui/compare/v20.11.4...v20.12.0) (2024-05-21)
7
+
8
+
9
+ ### Features
10
+
11
+ * **submissionSource:** send browser_session_id on submission ([4cd9db7](https://gerrit.instructure.com/quizzes-ui/commits/4cd9db73be1e3450dedec0053a6337cf2d152802))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [20.11.4](https://gerrit.instructure.com/quizzes-ui/compare/v20.11.3...v20.11.4) (2024-04-29)
7
18
 
8
19
  **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": "20.11.5-rc.8+4cd9db73b",
3
+ "version": "20.12.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.51.0",
45
45
  "@instructure/grading-utils": "^1.0.0",
46
46
  "@instructure/outcomes-ui": "^3.2.2",
47
- "@instructure/quiz-common": "20.11.5-rc.8+4cd9db73b",
48
- "@instructure/quiz-i18n": "20.11.5-rc.8+4cd9db73b",
49
- "@instructure/quiz-interactions": "20.11.5-rc.8+4cd9db73b",
50
- "@instructure/quiz-number-input": "20.11.5-rc.8+4cd9db73b",
51
- "@instructure/quiz-rce": "20.11.5-rc.8+4cd9db73b",
47
+ "@instructure/quiz-common": "^20.12.0",
48
+ "@instructure/quiz-i18n": "^20.12.0",
49
+ "@instructure/quiz-interactions": "^20.12.0",
50
+ "@instructure/quiz-number-input": "^20.12.0",
51
+ "@instructure/quiz-rce": "^20.12.0",
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",
@@ -90,7 +90,6 @@
90
90
  "@instructure/ui-tag": "^8.51.0",
91
91
  "@instructure/ui-text": "^8.51.0",
92
92
  "@instructure/ui-text-input": "^8.51.0",
93
- "@instructure/ui-themeable": "^7.22.1",
94
93
  "@instructure/ui-themes": "^8.51.0",
95
94
  "@instructure/ui-toggle-details": "^8.51.0",
96
95
  "@instructure/ui-tooltip": "^8.51.0",
@@ -112,7 +111,7 @@
112
111
  "file-saver": "~2.0.5",
113
112
  "humps": "^2.0.0",
114
113
  "immutable": "^3.8.1",
115
- "instructure-validations": "20.11.5-rc.8+4cd9db73b",
114
+ "instructure-validations": "^20.12.0",
116
115
  "ipaddr.js": "^1.5.4",
117
116
  "isomorphic-fetch": "^2.2.0",
118
117
  "isuuid": "^0.1.0",
@@ -143,7 +142,7 @@
143
142
  "uuid": "^3.2.1"
144
143
  },
145
144
  "devDependencies": {
146
- "@instructure/quiz-scripts": "20.11.4",
145
+ "@instructure/quiz-scripts": "^20.12.0",
147
146
  "@instructure/ui-axe-check": "^8.51.0",
148
147
  "@instructure/ui-babel-preset": "^7.22.1",
149
148
  "@instructure/ui-karma-config": "^7.22.1",
@@ -163,7 +162,7 @@
163
162
  "intl": "^1.2.4",
164
163
  "jquery": "^2.2.3",
165
164
  "most-subject": "^5.3.0",
166
- "quiz-presets": "20.11.5-rc.8+4cd9db73b",
165
+ "quiz-presets": "^20.12.0",
167
166
  "react": "^16.8.6",
168
167
  "react-addons-test-utils": "^15.6.2",
169
168
  "react-dom": "^16.8.6",
@@ -179,5 +178,5 @@
179
178
  "publishConfig": {
180
179
  "access": "public"
181
180
  },
182
- "gitHead": "4cd9db73be1e3450dedec0053a6337cf2d152802"
181
+ "gitHead": "d19cf6c4fa2397b835bf6bb6ec2dc92ae7a8c428"
183
182
  }