Skip to content

Commit

Permalink
Merge pull request #157 from Sunbird-inQuiry/release-7.0.0
Browse files Browse the repository at this point in the history
Issue #IQ-000 chore: merge Release 7.0.0 into Master
  • Loading branch information
krgauraw authored Jul 3, 2024
2 parents 5bc2bda + f8a6252 commit ca6a044
Show file tree
Hide file tree
Showing 10 changed files with 140 additions and 144 deletions.
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.

0 comments on commit ca6a044

Please sign in to comment.