Skip to content

Commit 6c1d830

Browse files
author
timmydoza
authored
Release version 0.2.4 (#466)
* Update twilio-video version to 2.13.1 * Bump version and update changelog * Typo * Typo
1 parent a6fc6c9 commit 6c1d830

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.2.4
2+
3+
### Bugfixes
4+
5+
- 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)
6+
- The `<UnsupportedBrowserWarning />` 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)
7+
- The Typescript definition for the `room` object has been improved. [#434](https://github.com/twilio/twilio-video-app-react/pull/434)
8+
- Fix NPM script to lint files. [#432](https://github.com/twilio/twilio-video-app-react/pull/432)
9+
10+
### Dependency Upgrades
11+
12+
- `react-scripts` has been upgraded from 4.0.2 to 4.0.3. [#432](https://github.com/twilio/twilio-video-app-react/pull/432)
13+
- `ts-jest` has been upgraded from 24.3.0 to 26.5.1. [#432](https://github.com/twilio/twilio-video-app-react/pull/432)
14+
- `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)
15+
- `twilio-video` has been upgraded from 2.11.0 to 2.13.1. [#466](https://github.com/twilio/twilio-video-app-react/pull/466)
16+
117
## 0.2.3
218

319
### Bugfixes

package-lock.json

Lines changed: 4 additions & 4 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.2.3",
3+
"version": "0.2.4",
44
"private": true,
55
"license": "Apache-2.0",
66
"dependencies": {
@@ -31,7 +31,7 @@
3131
"react-scripts": "4.0.3",
3232
"strip-color": "^0.1.0",
3333
"twilio": "^3.39.3",
34-
"twilio-video": "^2.12.0",
34+
"twilio-video": "^2.13.1",
3535
"typescript": "^3.8.3"
3636
},
3737
"devDependencies": {

0 commit comments

Comments
 (0)