Skip to content

Commit

Permalink
Merge pull request #74 from Sunbird-inQuiry/release-7.0.0
Browse files Browse the repository at this point in the history
Merge release-7.0.0 to main branch
  • Loading branch information
sajeshkayyath authored Mar 12, 2024
2 parents d95f743 + 66516ef commit 78d4810
Show file tree
Hide file tree
Showing 26 changed files with 6,252 additions and 1,253 deletions.
177 changes: 120 additions & 57 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions projects/quml-demo-app/src/app/quml-library-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const content = {
],
"compatibilityLevel": 4,
"audience": [
"Student"
"Audience1"
],
"se_boards": [
"CBSE"
Expand Down Expand Up @@ -107,7 +107,7 @@ const content = {
],
"compatibilityLevel": 4,
"audience": [
"Student"
"Audience1"
],
"se_boards": [
"CBSE"
Expand Down Expand Up @@ -188,7 +188,7 @@ const content = {
],
"compatibilityLevel": 4,
"audience": [
"Student"
"Audience1"
],
"se_boards": [
"CBSE"
Expand Down Expand Up @@ -265,7 +265,7 @@ const content = {
],
"compatibilityLevel": 4,
"audience": [
"Student"
"Audience1"
],
"se_boards": [
"CBSE"
Expand Down Expand Up @@ -396,7 +396,7 @@ const content = {
"allowSkip": "Yes",
"compatibilityLevel": 5,
"audience": [
"Student"
"Audience1"
],
"se_boards": [
"CBSE"
Expand Down Expand Up @@ -502,9 +502,9 @@ export const samplePlayerConfig = {
'uid': '',
'channel': '01268904781886259221',
'pdata': {
'id': 'preprod.diksha.portal',
'id': 'dev.sunbird.portal',
'ver': '3.3.0',
'pid': 'sunbird-portal.contentplayer'
'pid': 'sunbird-portal.qumlplayer'
},
'contextRollup': {
'l1': 'string',
Expand Down
2 changes: 1 addition & 1 deletion projects/quml-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-sunbird/sunbird-quml-player",
"version": "6.2.0",
"version": "7.0.3",
"schematics": "./schematics/collection.json",
"ng-add": {
"save": "dependencies"
Expand Down
Loading

0 comments on commit 78d4810

Please sign in to comment.