@stream-io/video-react-sdk 0.1.0 → 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,28 +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
+
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)
13
+
14
+ ### Dependency Updates
15
+
16
+ - `@stream-io/video-client` updated to version `0.1.0`
17
+ - `@stream-io/video-react-bindings` updated to version `0.1.1`
18
+
5
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)
6
20
 
7
21
  ### Dependency Updates
8
22
 
9
- * `@stream-io/i18n` updated to version `0.1.1`
10
- * `@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`
11
25
 
12
26
  ### ⚠ BREAKING CHANGES
13
27
 
14
- * Trigger breaking change to react-sdk
28
+ - Trigger breaking change to react-sdk
15
29
 
16
30
  ### Features
17
31
 
18
- * **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))
19
- * 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))
20
34
 
21
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)
22
36
 
23
37
  ### Dependency Updates
24
38
 
25
- * `@stream-io/i18n` updated to version `0.1.0`
26
- * `@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
+
27
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)
28
43
 
29
44
  ### Dependency Updates
@@ -746,9 +761,3 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
746
761
  ### Documentation
747
762
 
748
763
  - Call layout ([#589](https://github.com/GetStream/stream-video-js/issues/589)) ([df35463](https://github.com/GetStream/stream-video-js/commit/df35463b45cca4a7f0570d0b249a234261750b24))
749
-
750
- ### [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)
751
-
752
- ### Documentation
753
-
754
- - **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.0";
1
+ export declare const version = "0.1.2";
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const version = '0.1.0';
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.0",
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",
@@ -33,8 +33,8 @@
33
33
  "@nivo/core": "^0.80.0",
34
34
  "@nivo/line": "^0.80.0",
35
35
  "@stream-io/i18n": "^0.1.1",
36
- "@stream-io/video-client": "^0.0.51",
37
- "@stream-io/video-react-bindings": "^0.1.0",
36
+ "@stream-io/video-client": "^0.1.0",
37
+ "@stream-io/video-react-bindings": "^0.1.1",
38
38
  "clsx": "^1.2.1",
39
39
  "prop-types": "^15.8.1",
40
40
  "rxjs": "~7.8.1"