From 700effd5b153419a0547c234462d63d475cc072a Mon Sep 17 00:00:00 2001
From: GitHub Actions Bot <>
Date: Wed, 16 Aug 2023 17:22:37 +0000
Subject: [PATCH] chore(@stream-io/video-react-bindings): release version 0.2.3
---
packages/react-bindings/CHANGELOG.md | 10 ++++++++++
packages/react-bindings/package.json | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/packages/react-bindings/CHANGELOG.md b/packages/react-bindings/CHANGELOG.md
index ae205ae814..9fcfe002be 100644
--- a/packages/react-bindings/CHANGELOG.md
+++ b/packages/react-bindings/CHANGELOG.md
@@ -2,6 +2,16 @@
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
+### [0.2.3](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-bindings-0.2.2...@stream-io/video-react-bindings-0.2.3) (2023-08-16)
+
+### Dependency Updates
+
+* `@stream-io/video-client` updated to version `0.1.0`
+
+### Features
+
+* use new device API in RN SDK and move to @stream-io/react-native-webrtc ([#925](https://github.com/GetStream/stream-video-js/issues/925)) ([8442d82](https://github.com/GetStream/stream-video-js/commit/8442d821a8eb97cb4be6e6d71b64337c04a86a15))
+
### [0.2.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-bindings-0.2.1...@stream-io/video-react-bindings-0.2.2) (2023-08-16)
### Dependency Updates
diff --git a/packages/react-bindings/package.json b/packages/react-bindings/package.json
index 7b9936841c..c19ac177d9 100644
--- a/packages/react-bindings/package.json
+++ b/packages/react-bindings/package.json
@@ -1,6 +1,6 @@
{
"name": "@stream-io/video-react-bindings",
- "version": "0.2.2",
+ "version": "0.2.3",
"packageManager": "yarn@3.2.4",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",