Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #IQ-000 chore: merge Release 7.0.0 into Master #157

Merged
merged 8 commits into from
Jul 3, 2024
266 changes: 130 additions & 136 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"@project-sunbird/common-form-elements-full": "^6.0.3",
"@project-sunbird/sb-styles": "0.0.9",
"@project-sunbird/sunbird-file-upload-library": "1.0.2",
"@project-sunbird/sunbird-quml-player": "7.0.2",
"@project-sunbird/sunbird-resource-library": "7.0.3",
"@project-sunbird/sunbird-quml-player": "7.0.4",
"@project-sunbird/sunbird-resource-library": "7.0.4",
"@project-sunbird/telemetry-sdk": "0.0.29",
"@types/jquery": "^3.5.5",
"alphanum-sort": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion projects/questionset-editor-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-sunbird/sunbird-questionset-editor",
"version": "7.0.4",
"version": "7.0.7",
"dependencies": {
"tslib": "^2.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ sui-select {
font-size: 12px !important;
font-weight: 500;
border: 2px solid #eeeeef;
z-index: 99999 !important;
}
}
.sb-keywordbox{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -902,6 +902,7 @@ export class QuestionComponent implements OnInit, AfterViewInit, OnDestroy {
getDefaultSessionContext() {
return _.omitBy(_.merge(
{
creator: _.get(this.editorService.editorConfig, 'context.user.fullName'),
createdBy: _.get(this.editorService.editorConfig, 'context.user.id'),
..._.pick(_.get(this.editorService.editorConfig, 'context'), ['board', 'medium', 'gradeLevel', 'subject', 'topic'])
},
Expand Down
2 changes: 1 addition & 1 deletion web-component-examples/vanilla-js/styles.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-sunbird/sunbird-questionset-editor-web-component",
"version": "3.0.3",
"version": "3.0.4",
"description": "The web component package for the sunbird questionset editor",
"main": "sunbird-questionset-editor.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion web-component/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web-component/sunbird-questionset-editor.js

Large diffs are not rendered by default.

Loading