Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #KN-979 feat: Version Update #83

Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
2ae6058
Issue #KN-979 feat: updated the package lock json
HarishGangula Feb 26, 2024
019144c
Issue #KN-979 feat: updated the package lock json
HarishGangula Feb 26, 2024
406e176
Issue #KN-979 feat: updated the package lock json
HarishGangula Feb 26, 2024
a501112
Issue #KN-979 feat: Migration from 9 to 10
HarishGangula Feb 26, 2024
3a0e4ab
Issue #KN-979 feat: Migration from 10 to 11
HarishGangula Feb 26, 2024
015cae2
Issue #KN-979 feat: Migration from 10 to 11
HarishGangula Feb 26, 2024
b9e1317
Issue #KN-979 feat: Migration from 11 to 12
HarishGangula Feb 26, 2024
fe3b9ce
Issue #KN-979 feat: Migration from 11 to 12
HarishGangula Feb 26, 2024
c7da691
Issue #KN-979 feat: Migration from 12 to 13
HarishGangula Feb 26, 2024
286db8a
Issue #KN-979 feat: player sdk angular version 13 publishing
HarishGangula Feb 26, 2024
88c22bc
Issue #KN-979 chore: updated the circleci to auto publish package
HarishGangula Feb 27, 2024
09ae14e
Issue #KN-979 chore: updated the circleci image tag
HarishGangula Mar 6, 2024
6438313
Issue #KN-979 feat: Updated the linting lib to eslint
HarishGangula Mar 6, 2024
afbc6c2
Issue #KN-979 test: fixed test cases
HarishGangula Mar 6, 2024
d88024c
Issue #KN-979 chore: updated the build script
HarishGangula Mar 7, 2024
d202d4b
Issue #KN-979 chore: updated the build script
HarishGangula Mar 7, 2024
07a94ed
Issue #KN-979 test: test case fixes
HarishGangula Mar 8, 2024
0f8a5af
Issue #KN-979 chore: simple change to trigger build
HarishGangula Mar 8, 2024
b679119
Issue #KN-979 chore: Updated the build steps
HarishGangula Mar 8, 2024
d5e9dc4
Merge branch 'release-6.0.0' into angular-version-13
HarishGangula Mar 8, 2024
cbde0f1
Issue #KN-979 feat: updated the package version
HarishGangula Mar 8, 2024
7c37e07
Merge remote-tracking branch 'upstream/release-6.0.0' into angular-ve…
HarishGangula Mar 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion projects/sunbird-player-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@project-sunbird/sunbird-player-sdk-v9",
"version": "6.0.1",
"version": "6.0.2",
"peerDependencies": {
"@angular/common": "^13.4.0",
"@angular/core": "^13.4.0",
Expand Down
Loading