From 05e3eb354b37b947c70c567da90b5c3fd5aa370c Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 26 Jul 2023 08:16:17 +0000 Subject: [PATCH] chore(@stream-io/video-react-native-sdk): release version 0.0.1-alpha.337 --- packages/react-native-sdk/CHANGELOG.md | 14 ++++++++++++++ packages/react-native-sdk/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/packages/react-native-sdk/CHANGELOG.md b/packages/react-native-sdk/CHANGELOG.md index aca301bde3..b22e12f12d 100644 --- a/packages/react-native-sdk/CHANGELOG.md +++ b/packages/react-native-sdk/CHANGELOG.md @@ -2,6 +2,20 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.0.1-alpha.337](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.336...@stream-io/video-react-native-sdk-0.0.1-alpha.337) (2023-07-26) + + +### Bug Fixes + +* **react-native:** broken tests due to translations ([#855](https://github.com/GetStream/stream-video-js/issues/855)) ([63646fe](https://github.com/GetStream/stream-video-js/commit/63646fee0672d334f72c674013d31603bc910f4c)) + + +### Features + +* **react-native:** avatar docs ([#853](https://github.com/GetStream/stream-video-js/issues/853)) ([6ef7f62](https://github.com/GetStream/stream-video-js/commit/6ef7f62aaea8d4f3a8b5318c2f60fd2c0ba5d598)) + + + ## [0.0.1-alpha.336](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.335...@stream-io/video-react-native-sdk-0.0.1-alpha.336) (2023-07-25) diff --git a/packages/react-native-sdk/package.json b/packages/react-native-sdk/package.json index 8d3a758182..f221fc50e5 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.336", + "version": "0.0.1-alpha.337", "packageManager": "yarn@3.2.4", "main": "./dist/index.js", "types": "./dist/index.d.ts",