From 08396ccf85a8695cb2b09a804274571ad519d66c Mon Sep 17 00:00:00 2001 From: Vaibhav Bhuva Date: Tue, 11 Jul 2023 15:38:12 +0530 Subject: [PATCH 1/2] Issue #IQ-489 feat: Enable Jira configuration testing From 26ec0b11d2359267c5e0830725bfa311096a71d6 Mon Sep 17 00:00:00 2001 From: Vaibhav Bhuva Date: Wed, 9 Aug 2023 11:46:03 +0530 Subject: [PATCH 2/2] Issue #IQ-000 chore: Publishing 6.1.0 NPM version --- projects/quml-library/package.json | 2 +- web-component/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/quml-library/package.json b/projects/quml-library/package.json index 7aac0dfb..20ff6a3e 100644 --- a/projects/quml-library/package.json +++ b/projects/quml-library/package.json @@ -1,6 +1,6 @@ { "name": "@project-sunbird/sunbird-quml-player", - "version": "6.1.0-beta.0", + "version": "6.1.0", "schematics": "./schematics/collection.json", "ng-add": { "save": "dependencies" diff --git a/web-component/package.json b/web-component/package.json index 045df0bc..8691faec 100644 --- a/web-component/package.json +++ b/web-component/package.json @@ -1,6 +1,6 @@ { "name": "@project-sunbird/sunbird-quml-player-web-component", - "version": "2.1.0-beta.0", + "version": "2.1.0", "description": "The web component package for the sunbird QuML player", "main": "sunbird-quml-player.js", "scripts": {