@stream-io/video-react-native-sdk 0.0.1-alpha.276 → 0.0.1-alpha.278

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.0.1-alpha.278](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.277...@stream-io/video-react-native-sdk-0.0.1-alpha.278) (2023-07-13)
6
+
7
+
8
+
9
+ ## [0.0.1-alpha.277](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.276...@stream-io/video-react-native-sdk-0.0.1-alpha.277) (2023-07-12)
10
+
11
+
12
+
5
13
  ## [0.0.1-alpha.276](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.275...@stream-io/video-react-native-sdk-0.0.1-alpha.276) (2023-07-12)
6
14
 
7
15
 
package/README.md CHANGED
@@ -110,7 +110,7 @@ Stream's video roadmap and changelog are available [here](https://github.com/Get
110
110
  - [ ] Push Notification (validate)
111
111
  - [ ] UI Cookbook
112
112
  - [ ] Call Controls
113
- - [ ] Permission requests (native)
113
+ - [x] Permission requests (native)
114
114
  - [ ] Runtime layout switching
115
115
  - [ ] Video Layout (refactor)
116
116
  - [ ] ParticipantView customizations
package/package.json CHANGED
@@ -84,5 +84,5 @@
84
84
  "typedoc-plugin-markdown": "^3.15.3",
85
85
  "typescript": "^4.9.5"
86
86
  },
87
- "version": "0.0.1-alpha.276"
87
+ "version": "0.0.1-alpha.278"
88
88
  }