@instructure/quiz-core 18.9.2-rc.2 → 18.9.2

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.
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
+ ## [18.9.2](https://gerrit.instructure.com/quizzes-ui/compare/v18.9.1...v18.9.2) (2023-12-07)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **quizzes-ui:** Fix font weight warning at Quiz analysis presenter file ([eb7ff94](https://gerrit.instructure.com/quizzes-ui/commits/eb7ff94045a01207a40d9bc4a9ff41668dbd1726))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [18.9.1](https://gerrit.instructure.com/quizzes-ui/compare/v18.9.0...v18.9.1) (2023-12-04)
7
18
 
8
19
 
@@ -139,7 +139,7 @@ export var NewQuizAndItemAnalysisPresenter = (_dec = themeable(theme, styles), _
139
139
  date: timeStamp
140
140
  })), /*#__PURE__*/React.createElement(Flex.Item, null, shouldShowError && /*#__PURE__*/React.createElement(Text, {
141
141
  size: "x-small",
142
- weight: "400",
142
+ weight: "medium",
143
143
  color: "danger"
144
144
  }, analysisError)));
145
145
  };
@@ -174,7 +174,7 @@ var NewQuizAndItemAnalysisPresenter = (_dec = (0, _uiThemeable.themeable)(_theme
174
174
  date: timeStamp
175
175
  })), /*#__PURE__*/_react.default.createElement(_uiFlex.Flex.Item, null, shouldShowError && /*#__PURE__*/_react.default.createElement(_uiText.Text, {
176
176
  size: "x-small",
177
- weight: "400",
177
+ weight: "medium",
178
178
  color: "danger"
179
179
  }, analysisError)));
180
180
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/quiz-core",
3
- "version": "18.9.2-rc.2+d027e49f5",
3
+ "version": "18.9.2",
4
4
  "license": "MIT",
5
5
  "description": "The Quiz React SDK by Instructure Inc.",
6
6
  "author": "Instructure, Inc. Engineering and Product Design",
@@ -43,11 +43,11 @@
43
43
  "dependencies": {
44
44
  "@instructure/grading-utils": "^1.0.0",
45
45
  "@instructure/outcomes-ui": "^2.1.9",
46
- "@instructure/quiz-common": "18.9.2-rc.2+d027e49f5",
47
- "@instructure/quiz-i18n": "18.9.2-rc.2+d027e49f5",
48
- "@instructure/quiz-interactions": "18.9.2-rc.2+d027e49f5",
49
- "@instructure/quiz-number-input": "18.9.2-rc.2+d027e49f5",
50
- "@instructure/quiz-rce": "18.9.2-rc.2+d027e49f5",
46
+ "@instructure/quiz-common": "^18.9.2",
47
+ "@instructure/quiz-i18n": "^18.9.2",
48
+ "@instructure/quiz-interactions": "^18.9.2",
49
+ "@instructure/quiz-number-input": "^18.9.2",
50
+ "@instructure/quiz-rce": "^18.9.2",
51
51
  "@instructure/ui-a11y-content": "^7.22.1",
52
52
  "@instructure/ui-alerts": "^7.22.1",
53
53
  "@instructure/ui-avatar": "^7.22.1",
@@ -109,7 +109,7 @@
109
109
  "file-saver": "~2.0.5",
110
110
  "humps": "^2.0.0",
111
111
  "immutable": "^3.8.1",
112
- "instructure-validations": "18.9.2-rc.2+d027e49f5",
112
+ "instructure-validations": "^18.9.2",
113
113
  "ipaddr.js": "^1.5.4",
114
114
  "isomorphic-fetch": "^2.2.0",
115
115
  "isuuid": "^0.1.0",
@@ -141,7 +141,7 @@
141
141
  "uuid": "^3.2.1"
142
142
  },
143
143
  "devDependencies": {
144
- "@instructure/quiz-scripts": "18.9.1",
144
+ "@instructure/quiz-scripts": "^18.9.2",
145
145
  "@instructure/ui-axe-check": "^7.22.1",
146
146
  "@instructure/ui-babel-preset": "^7.22.1",
147
147
  "@instructure/ui-karma-config": "^7.22.1",
@@ -160,7 +160,7 @@
160
160
  "intl": "^1.2.4",
161
161
  "jquery": "^2.2.3",
162
162
  "most-subject": "^5.3.0",
163
- "quiz-presets": "18.9.2-rc.2+d027e49f5",
163
+ "quiz-presets": "^18.9.2",
164
164
  "react": "^16.8.6",
165
165
  "react-addons-test-utils": "^15.6.2",
166
166
  "react-dom": "^16.8.6",
@@ -176,5 +176,5 @@
176
176
  "publishConfig": {
177
177
  "access": "public"
178
178
  },
179
- "gitHead": "d027e49f5439cffec7e9ff2dafac31facd9628ea"
179
+ "gitHead": "5ecdcbab53295a26762ab4a7ecc9ea54a810d741"
180
180
  }