@stream-io/video-react-sdk 0.1.1 → 0.1.2

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,34 +2,43 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ### [0.1.2](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.1.1...@stream-io/video-react-sdk-0.1.2) (2023-07-17)
6
+
7
+
8
+ ### Features
9
+
10
+ * Trigger react-sdk release to test sample app deployment ([77abdb6](https://github.com/GetStream/stream-video-js/commit/77abdb67bafa6c33bf7b86070999f7ad9d6010df))
11
+
5
12
  ### [0.1.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.1.0...@stream-io/video-react-sdk-0.1.1) (2023-07-17)
6
13
 
7
14
  ### Dependency Updates
8
15
 
9
- * `@stream-io/video-client` updated to version `0.1.0`
10
- * `@stream-io/video-react-bindings` updated to version `0.1.1`
16
+ - `@stream-io/video-client` updated to version `0.1.0`
17
+ - `@stream-io/video-react-bindings` updated to version `0.1.1`
18
+
11
19
  ## [0.1.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.0.92...@stream-io/video-react-sdk-0.1.0) (2023-07-17)
12
20
 
13
21
  ### Dependency Updates
14
22
 
15
- * `@stream-io/i18n` updated to version `0.1.1`
16
- * `@stream-io/video-react-bindings` updated to version `0.1.0`
23
+ - `@stream-io/i18n` updated to version `0.1.1`
24
+ - `@stream-io/video-react-bindings` updated to version `0.1.0`
17
25
 
18
26
  ### ⚠ BREAKING CHANGES
19
27
 
20
- * Trigger breaking change to react-sdk
28
+ - Trigger breaking change to react-sdk
21
29
 
22
30
  ### Features
23
31
 
24
- * **react-sdk:** extract toggle functions to hooks + permissions ([#750](https://github.com/GetStream/stream-video-js/issues/750)) ([e6fab59](https://github.com/GetStream/stream-video-js/commit/e6fab59d3ebc4b91b8b8ed79e6f56bf6b6b10b52))
25
- * Trigger breaking change to react-sdk ([1e1f21f](https://github.com/GetStream/stream-video-js/commit/1e1f21f212be370fbd54a36371d1a7a485e6cec4))
32
+ - **react-sdk:** extract toggle functions to hooks + permissions ([#750](https://github.com/GetStream/stream-video-js/issues/750)) ([e6fab59](https://github.com/GetStream/stream-video-js/commit/e6fab59d3ebc4b91b8b8ed79e6f56bf6b6b10b52))
33
+ - Trigger breaking change to react-sdk ([1e1f21f](https://github.com/GetStream/stream-video-js/commit/1e1f21f212be370fbd54a36371d1a7a485e6cec4))
26
34
 
27
35
  ### [0.0.92](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.0.91...@stream-io/video-react-sdk-0.0.92) (2023-07-17)
28
36
 
29
37
  ### Dependency Updates
30
38
 
31
- * `@stream-io/i18n` updated to version `0.1.0`
32
- * `@stream-io/video-react-bindings` updated to version `0.0.54`
39
+ - `@stream-io/i18n` updated to version `0.1.0`
40
+ - `@stream-io/video-react-bindings` updated to version `0.0.54`
41
+
33
42
  ### [0.0.91](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.0.90...@stream-io/video-react-sdk-0.0.91) (2023-07-17)
34
43
 
35
44
  ### Dependency Updates
@@ -752,9 +761,3 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
752
761
  ### Documentation
753
762
 
754
763
  - Call layout ([#589](https://github.com/GetStream/stream-video-js/issues/589)) ([df35463](https://github.com/GetStream/stream-video-js/commit/df35463b45cca4a7f0570d0b249a234261750b24))
755
-
756
- ### [0.0.4](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-sdk-0.0.3...@stream-io/video-react-sdk-0.0.4) (2023-06-02)
757
-
758
- ### Documentation
759
-
760
- - **react-sdk:** add custom connection unstable notification tutorial ([#582](https://github.com/GetStream/stream-video-js/issues/582)) ([3ee5bb8](https://github.com/GetStream/stream-video-js/commit/3ee5bb87f933a4fc6974ccb9aec4f7f2c7e5af59))
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "0.1.1";
1
+ export declare const version = "0.1.2";
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const version = '0.1.1';
1
+ export const version = '0.1.2';
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stream-io/video-react-sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "packageManager": "yarn@3.2.4",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",