Skip to content

Commit

Permalink
Update to version 2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkinsopenvidu committed May 28, 2024
1 parent ebf67bd commit be136aa
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 67 deletions.
4 changes: 2 additions & 2 deletions openvidu-call-back-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.openvidu</groupId>
<artifactId>openvidu-call-back-java</artifactId>
<version>2.29.0</version>
<version>2.30.0</version>
<packaging>jar</packaging>

<name>openvidu-call-back-java</name>
Expand Down Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>io.openvidu</groupId>
<artifactId>openvidu-java-client</artifactId>
<version>2.29.0</version>
<version>2.30.0</version>
</dependency>

<dependency>
Expand Down
47 changes: 25 additions & 22 deletions openvidu-call-back/package-lock.json

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

4 changes: 2 additions & 2 deletions openvidu-call-back/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dotenv": "16.0.3",
"express": "4.18.2",
"http-proxy-middleware": "2.0.6",
"openvidu-node-client": "2.29.0"
"openvidu-node-client": "2.30.0"
},
"description": "OpenVidu Call Server",
"devDependencies": {
Expand Down Expand Up @@ -39,5 +39,5 @@
"build": "tsc",
"dev:start": "cross-env CALL_OPENVIDU_CERTTYPE=selfsigned nodemon src/app.ts"
},
"version": "2.29.0"
"version": "2.30.0"
}
61 changes: 22 additions & 39 deletions openvidu-call-front/package-lock.json

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

4 changes: 2 additions & 2 deletions openvidu-call-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@angular/platform-browser-dynamic": "17.3.9",
"@angular/router": "17.3.9",
"core-js": "^3.26.0",
"openvidu-angular": "file:openvidu-angular-2.29.3.tgz",
"openvidu-angular": "2.30.0",
"rxjs": "7.5.7",
"unique-names-generator": "^4.7.1",
"zone.js": "0.14.6"
Expand Down Expand Up @@ -50,5 +50,5 @@
"e2e:auth-ci": "cross-env LAUNCH_MODE=CI npm run e2e:auth",
"test": "ng test openvidu-call --watch=false --code-coverage"
},
"version": "2.29.0"
"version": "2.30.0"
}

0 comments on commit be136aa

Please sign in to comment.