Skip to content

Commit

Permalink
Bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed Feb 17, 2025
1 parent 58012e0 commit 7d47730
Show file tree
Hide file tree
Showing 36 changed files with 968 additions and 1,027 deletions.
34 changes: 17 additions & 17 deletions openvidu-components-angular/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@


TUTORIALS=(
# 'openvidu-additional-panels'
# 'openvidu-admin-dashboard'
# 'openvidu-custom-activities-panel'
# 'openvidu-custom-chat-panel'
# 'openvidu-custom-layout'
# 'openvidu-custom-panels'
# 'openvidu-custom-participant-panel-item'
# 'openvidu-custom-participant-panel-item-elements'
# 'openvidu-custom-participants-panel'
# 'openvidu-custom-stream'
# 'openvidu-custom-toolbar'
# 'openvidu-custom-ui'
# 'openvidu-toggle-hand'
# 'openvidu-toolbar-buttons'
# 'openvidu-toolbar-panel-buttons',
'openvidu-additional-panels'
'openvidu-admin-dashboard'
'openvidu-complete-app/frontend'
'openvidu-custom-activities-panel'
'openvidu-custom-chat-panel'
'openvidu-custom-layout'
'openvidu-custom-panels'
'openvidu-custom-participant-panel-item'
'openvidu-custom-participant-panel-item-elements'
'openvidu-custom-participants-panel'
'openvidu-custom-stream'
'openvidu-custom-toolbar'
'openvidu-custom-ui'
'openvidu-toggle-hand'
'openvidu-toolbar-buttons'
'openvidu-toolbar-panel-buttons',
)

for tutorial in "${TUTORIALS[@]}"
do
echo "Installing modules in $tutorial, please wait ..."

cd $tutorial
rm package-lock.json
# rm package-lock.json
npm i openvidu-components-angular@latest
cd ..

done
done

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

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openvidu-additional-panels",
"version": "3.0.0-beta3",
"version": "3.1.0",
"scripts": {
"start": "ng serve --port=5080 --host=0.0.0.0",
"build": "ng build",
Expand All @@ -19,7 +19,7 @@
"@angular/platform-browser": "^18.0.1",
"@angular/platform-browser-dynamic": "^18.0.1",
"@angular/router": "^18.0.1",
"openvidu-components-angular": "^3.0.0-beta3",
"openvidu-components-angular": "^3.1.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.6"
Expand Down
Loading

0 comments on commit 7d47730

Please sign in to comment.