Skip to content

Commit 5060ac2

Browse files
author
timmydoza
authored
Release new video sdk version (#655)
* Upgrade twilio-video, add changelog entry, bump version * Fix a version
1 parent 3434f90 commit 5060ac2

File tree

3 files changed

+25
-19
lines changed

3 files changed

+25
-19
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.6.4 (March 9, 2022)
2+
3+
### Dependency Upgrades
4+
5+
- `twilio-video` has been upgraded from 2.20.1 to 2.21.0. With this update, the [twilio-video.js SDK](https://github.com/twilio/twilio-video.js) now supports WKWebView and SFSafariViewController on iOS version 14.3 or later. For more information, please refer to [this changelog entry](https://github.com/twilio/twilio-video.js/blob/master/CHANGELOG.md#2210-march-8-2022) from the twilio-video.js SDK.
6+
17
## 0.6.3 (March 2, 2022)
28

39
### Dependency Upgrades

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twilio-video-app-react",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"private": true,
55
"license": "Apache-2.0",
66
"dependencies": {
@@ -43,7 +43,7 @@
4343
"strip-color": "^0.1.0",
4444
"ts-node": "^9.1.1",
4545
"twilio": "^3.63.1",
46-
"twilio-video": "^2.20.1",
46+
"twilio-video": "^2.21.0",
4747
"typescript": "^3.8.3"
4848
},
4949
"devDependencies": {

0 commit comments

Comments
 (0)