@instructure/quiz-core 20.3.1-rc.4 → 20.4.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 -10
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.4.0](https://gerrit.instructure.com/quizzes-ui/compare/v20.3.0...v20.4.0) (2024-01-26)
7
+
8
+
9
+ ### Features
10
+
11
+ * **navbar:** Add components for the new NavBar ([730b4c3](https://gerrit.instructure.com/quizzes-ui/commits/730b4c34724d374b6a099b5d6661f99c008cc4c4))
12
+
13
+
14
+
15
+
16
+
6
17
  # [20.3.0](https://gerrit.instructure.com/quizzes-ui/compare/v20.2.1...v20.3.0) (2024-01-24)
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.3.1-rc.4+103639268",
3
+ "version": "20.4.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.0.0",
47
- "@instructure/quiz-common": "20.3.1-rc.4+103639268",
48
- "@instructure/quiz-i18n": "20.3.1-rc.4+103639268",
49
- "@instructure/quiz-interactions": "20.3.1-rc.4+103639268",
50
- "@instructure/quiz-number-input": "20.3.1-rc.4+103639268",
51
- "@instructure/quiz-rce": "20.3.1-rc.4+103639268",
47
+ "@instructure/quiz-common": "^20.4.0",
48
+ "@instructure/quiz-i18n": "^20.4.0",
49
+ "@instructure/quiz-interactions": "^20.4.0",
50
+ "@instructure/quiz-number-input": "^20.4.0",
51
+ "@instructure/quiz-rce": "^20.4.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",
@@ -112,7 +112,7 @@
112
112
  "file-saver": "~2.0.5",
113
113
  "humps": "^2.0.0",
114
114
  "immutable": "^3.8.1",
115
- "instructure-validations": "20.3.1-rc.4+103639268",
115
+ "instructure-validations": "^20.4.0",
116
116
  "ipaddr.js": "^1.5.4",
117
117
  "isomorphic-fetch": "^2.2.0",
118
118
  "isuuid": "^0.1.0",
@@ -144,7 +144,7 @@
144
144
  "uuid": "^3.2.1"
145
145
  },
146
146
  "devDependencies": {
147
- "@instructure/quiz-scripts": "20.3.0",
147
+ "@instructure/quiz-scripts": "^20.4.0",
148
148
  "@instructure/ui-axe-check": "^8.51.0",
149
149
  "@instructure/ui-babel-preset": "^7.22.1",
150
150
  "@instructure/ui-karma-config": "^7.22.1",
@@ -164,7 +164,7 @@
164
164
  "intl": "^1.2.4",
165
165
  "jquery": "^2.2.3",
166
166
  "most-subject": "^5.3.0",
167
- "quiz-presets": "20.3.1-rc.4+103639268",
167
+ "quiz-presets": "^20.4.0",
168
168
  "react": "^16.8.6",
169
169
  "react-addons-test-utils": "^15.6.2",
170
170
  "react-dom": "^16.8.6",
@@ -180,5 +180,5 @@
180
180
  "publishConfig": {
181
181
  "access": "public"
182
182
  },
183
- "gitHead": "1036392682187e72c1b6d40f456992e1db19b70e"
183
+ "gitHead": "156b11acc769d4318675fca07cb80b6925aac838"
184
184
  }