Skip to content

Commit

Permalink
Release new video sdk version (#655)
Browse files Browse the repository at this point in the history
* Upgrade twilio-video, add changelog entry, bump version

* Fix a version
  • Loading branch information
timmydoza authored Mar 9, 2022
1 parent 3434f90 commit 5060ac2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 19 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.6.4 (March 9, 2022)

### Dependency Upgrades

- `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.

## 0.6.3 (March 2, 2022)

### Dependency Upgrades
Expand Down
34 changes: 17 additions & 17 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twilio-video-app-react",
"version": "0.6.3",
"version": "0.6.4",
"private": true,
"license": "Apache-2.0",
"dependencies": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"strip-color": "^0.1.0",
"ts-node": "^9.1.1",
"twilio": "^3.63.1",
"twilio-video": "^2.20.1",
"twilio-video": "^2.21.0",
"typescript": "^3.8.3"
},
"devDependencies": {
Expand Down

0 comments on commit 5060ac2

Please sign in to comment.