Skip to content

Commit

Permalink
Issue #KN-982 feat: Updated the package version for Angular 16 (#157)
Browse files Browse the repository at this point in the history
* Issue #KN-945 fix: updated the dev-dependencies to angular 14

* Issue #KN-945 feat: updated angular version from 14 to 15

* Issue #KN-945 docs: REDME udpated

* Issue #KN-945 feat: ng script updated

* Issue #KN-945 chore: circleci browser version updated

* Issue #KN-945 feat: added audit steps in circleci

* Issue #KN-945 fix: Build

* Issue #KN-945 feat: added audit steps in circleci

* Issue KN-945 docs: web component readme updated

* Issue #KN-945 feat: updated the package version

* Issue #KN-945 doc: README doc updated

* ssue #KN-945 doc: README doc updated

* Issue #KN-982 feat: Updated the eslint versions

* Issue #KN-982 feat: Angular version migration to 16

* Issue #KN-982 feat: update the dependecies

* Issue #KN-982 feat: migration changes

* Issue #KN-982 feat: migration changes

* Issue #KN-982 chore: Updated the build steps

* Issue #KN-982 chore: Node module dependecy build fix

* Issue #KN-982 feat:  package version changes

* Issue #KN-982 fix: Merge fixes

* Issue #KN-982 feat: package version changes

* Issue #KN-982 feat: Angular 16 package versions updated
  • Loading branch information
HarishGangula authored Mar 25, 2024
1 parent 8316898 commit 4d6fddd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 22 deletions.
24 changes: 5 additions & 19 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@project-sunbird/sb-styles": "0.0.7",
"@project-sunbird/sunbird-player-sdk-v9": "6.0.5",
"@project-sunbird/sunbird-quml-player": "8.0.0-alpha.0",
"@project-sunbird/sunbird-video-player-v9": "^6.1.0-alpha.0",
"@project-sunbird/sunbird-video-player-v9": "^6.1.0-alpha.1",
"@project-sunbird/telemetry-sdk": "1.3.0",
"ally.js": "1.4.1",
"core-js": "^2.5.4",
Expand Down
2 changes: 1 addition & 1 deletion projects/sunbird-video-player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-sunbird/sunbird-video-player-v9",
"version": "6.1.0-alpha.1",
"version": "6.1.0",
"peerDependencies": {
"@angular/common": "16.2.12",
"@angular/core": "16.2.12",
Expand Down
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-video-player-web-component",
"version": "1.2.1",
"version": "1.2.2",
"description": "The web component package for the sunbird video player",
"main": "sunbird-video-player.js",
"scripts": {
Expand Down

0 comments on commit 4d6fddd

Please sign in to comment.