From e05b4b6e3916407bdab28a23eb329ffbaa195cb8 Mon Sep 17 00:00:00 2001 From: Rajnish Dargan Date: Wed, 3 Apr 2024 12:28:12 +0530 Subject: [PATCH] Issue #IQ-687 feat: Publishing beta version of library and web component --- 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 55cad92b..61f1d431 100644 --- a/projects/quml-library/package.json +++ b/projects/quml-library/package.json @@ -1,6 +1,6 @@ { "name": "@project-sunbird/sunbird-quml-player", - "version": "8.0.0-alpha.0", + "version": "8.0.0-beta.0", "schematics": "./schematics/collection.json", "ng-add": { "save": "dependencies" diff --git a/web-component/package.json b/web-component/package.json index ff7cea7c..09ee320b 100644 --- a/web-component/package.json +++ b/web-component/package.json @@ -1,6 +1,6 @@ { "name": "@project-sunbird/sunbird-quml-player-web-component", - "version": "4.0.0-alpha.0", + "version": "4.0.0-beta.0", "description": "The web component package for the sunbird QuML player", "main": "sunbird-quml-player.js", "scripts": {