diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fe94e198..73c3a46b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 0.2.4 + +### Bugfixes + +- Screen sharing track is stopped when disconnected from a room due to network issues. [#452](https://github.com/twilio/twilio-video-app-react/pull/452) +- The `` component has been moved to fix an issue with the app crashing on devices where `navigator.mediaDevices` doesn't exist. [#447](https://github.com/twilio/twilio-video-app-react/pull/447) +- The Typescript definition for the `room` object has been improved. [#434](https://github.com/twilio/twilio-video-app-react/pull/434) +- Fix NPM script to lint files. [#432](https://github.com/twilio/twilio-video-app-react/pull/432) + +### Dependency Upgrades + +- `react-scripts` has been upgraded from 4.0.2 to 4.0.3. [#432](https://github.com/twilio/twilio-video-app-react/pull/432) +- `ts-jest` has been upgraded from 24.3.0 to 26.5.1. [#432](https://github.com/twilio/twilio-video-app-react/pull/432) +- `react-dev-utils` has been upgraded from 11.0.3 to 11.0.4 [#455](https://github.com/twilio/twilio-video-app-react/pull/455) +- `twilio-video` has been upgraded from 2.11.0 to 2.13.1. [#466](https://github.com/twilio/twilio-video-app-react/pull/466) + ## 0.2.3 ### Bugfixes diff --git a/package-lock.json b/package-lock.json index 87ea8315d..685a1ac37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "twilio-video-app-react", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -22047,9 +22047,9 @@ } }, "twilio-video": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/twilio-video/-/twilio-video-2.12.0.tgz", - "integrity": "sha512-LfR7Z005yYVcWJpkZR39zBYA6PymaQy+AX1q8Ag4eiFP4CqxUcgpf8mGJcIG7kZQevOLXSPnImlt8Od5ButAtg==", + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/twilio-video/-/twilio-video-2.13.1.tgz", + "integrity": "sha512-rz20mDOREn9GmnPBEGfSATRXrldALzHyru/VIpbTmSQEH+r9xAEDoE2Hc+GX1a2x9FFNSd88Bw96YroYb8uJAQ==", "requires": { "@twilio/webrtc": "4.3.2", "backoff": "^2.5.0", diff --git a/package.json b/package.json index b449ef0db..c8a48ab7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twilio-video-app-react", - "version": "0.2.3", + "version": "0.2.4", "private": true, "license": "Apache-2.0", "dependencies": { @@ -31,7 +31,7 @@ "react-scripts": "4.0.3", "strip-color": "^0.1.0", "twilio": "^3.39.3", - "twilio-video": "^2.12.0", + "twilio-video": "^2.13.1", "typescript": "^3.8.3" }, "devDependencies": {