diff --git a/CHANGELOG.md b/CHANGELOG.md index 735285d9a..5fd227207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index f631c92a2..b52ff1326 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twilio-video-app-react", - "version": "0.6.3", + "version": "0.6.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "twilio-video-app-react", - "version": "0.6.2", + "version": "0.6.4", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { @@ -49,7 +49,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": { @@ -6111,9 +6111,9 @@ } }, "node_modules/@twilio/webrtc": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/@twilio/webrtc/-/webrtc-4.5.2.tgz", - "integrity": "sha512-UPcepsAosWCnKvao28G+ErYX/ZLNqKKd9OzJx1LZ1DGkDyKRg2pHSO0PJ0bCMf7pu3Kv5ns0DYwxX3XCT6ZIlw==" + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@twilio/webrtc/-/webrtc-4.6.0.tgz", + "integrity": "sha512-eS6FV9rbpoIW2rs1inPaRkHdghb0PWM6VJA3Njf8c/azhf9zifQ74u0JdYclM9xTwbqhS7aIHBJmnLvDEf5DEA==" }, "node_modules/@types/anymatch": { "version": "1.3.1", @@ -32368,11 +32368,11 @@ "integrity": "sha512-lmrISisi5nbu0WNXBCMagrdJFwLUYFnaas87PgOMM3aNi+Z2YFvyC5K7/cAJuNUtpljztwJPzvp8bho02sAMAg==" }, "node_modules/twilio-video": { - "version": "2.20.1", - "resolved": "https://registry.npmjs.org/twilio-video/-/twilio-video-2.20.1.tgz", - "integrity": "sha512-fxQeW5gCEt6r6NxsRgA7RgjaytXLjuLKey/Hio1P5Nmqkw6s+c+XHACIOpWhgX4M68FV0i3qwvHCO+YMQVyyrw==", + "version": "2.21.0", + "resolved": "https://registry.npmjs.org/twilio-video/-/twilio-video-2.21.0.tgz", + "integrity": "sha512-d8G4BwtrnoiNIwHpPyMZ6Kgiw6KcglUCRSEf2MKJg3Zvh4ax+Ivsm6+oP/KIRwwka2YJ4DnPZ9FLVv4coxfWiw==", "dependencies": { - "@twilio/webrtc": "4.5.2", + "@twilio/webrtc": "4.6.0", "backoff": "^2.5.0", "ws": "^7.4.6", "xmlhttprequest": "^1.8.0" @@ -39602,9 +39602,9 @@ } }, "@twilio/webrtc": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/@twilio/webrtc/-/webrtc-4.5.2.tgz", - "integrity": "sha512-UPcepsAosWCnKvao28G+ErYX/ZLNqKKd9OzJx1LZ1DGkDyKRg2pHSO0PJ0bCMf7pu3Kv5ns0DYwxX3XCT6ZIlw==" + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@twilio/webrtc/-/webrtc-4.6.0.tgz", + "integrity": "sha512-eS6FV9rbpoIW2rs1inPaRkHdghb0PWM6VJA3Njf8c/azhf9zifQ74u0JdYclM9xTwbqhS7aIHBJmnLvDEf5DEA==" }, "@types/anymatch": { "version": "1.3.1", @@ -60271,11 +60271,11 @@ } }, "twilio-video": { - "version": "2.20.1", - "resolved": "https://registry.npmjs.org/twilio-video/-/twilio-video-2.20.1.tgz", - "integrity": "sha512-fxQeW5gCEt6r6NxsRgA7RgjaytXLjuLKey/Hio1P5Nmqkw6s+c+XHACIOpWhgX4M68FV0i3qwvHCO+YMQVyyrw==", + "version": "2.21.0", + "resolved": "https://registry.npmjs.org/twilio-video/-/twilio-video-2.21.0.tgz", + "integrity": "sha512-d8G4BwtrnoiNIwHpPyMZ6Kgiw6KcglUCRSEf2MKJg3Zvh4ax+Ivsm6+oP/KIRwwka2YJ4DnPZ9FLVv4coxfWiw==", "requires": { - "@twilio/webrtc": "4.5.2", + "@twilio/webrtc": "4.6.0", "backoff": "^2.5.0", "ws": "^7.4.6", "xmlhttprequest": "^1.8.0" diff --git a/package.json b/package.json index 4cb7a47b7..790d10084 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twilio-video-app-react", - "version": "0.6.3", + "version": "0.6.4", "private": true, "license": "Apache-2.0", "dependencies": { @@ -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": {