From c9624cde8446c4b6d193f496fabc23474195fa7a Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 28 Aug 2023 12:04:32 +0000 Subject: [PATCH] chore(@stream-io/video-react-native-sdk): release version 0.0.1-alpha.392 --- packages/react-native-sdk/CHANGELOG.md | 9 +++++++++ packages/react-native-sdk/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/react-native-sdk/CHANGELOG.md b/packages/react-native-sdk/CHANGELOG.md index 088b7146ca..084695c664 100644 --- a/packages/react-native-sdk/CHANGELOG.md +++ b/packages/react-native-sdk/CHANGELOG.md @@ -2,6 +2,15 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.0.1-alpha.392](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.391...@stream-io/video-react-native-sdk-0.0.1-alpha.392) (2023-08-28) + + +### Bug Fixes + +* **react-native:** Call Top View participants count in the badge when showing Incoming/Outgoing call views ([#992](https://github.com/GetStream/stream-video-js/issues/992)) ([b7a3615](https://github.com/GetStream/stream-video-js/commit/b7a361534cd37df2418f3b12ea13da3a2e391710)) + + + ## [0.0.1-alpha.391](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.390...@stream-io/video-react-native-sdk-0.0.1-alpha.391) (2023-08-28) diff --git a/packages/react-native-sdk/package.json b/packages/react-native-sdk/package.json index 8aad3c58ef..24613b5e0a 100644 --- a/packages/react-native-sdk/package.json +++ b/packages/react-native-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@stream-io/video-react-native-sdk", - "version": "0.0.1-alpha.391", + "version": "0.0.1-alpha.392", "packageManager": "yarn@3.2.4", "main": "./dist/index.js", "types": "./dist/index.d.ts",