Skip to content

Commit a4d02bd

Browse files
committed
Merge branch 'main' into fix/egress-composite/paginated-grid-sizing-and-refactors
2 parents 3ab6f73 + 252eac1 commit a4d02bd

File tree

102 files changed

+2015
-840
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+2015
-840
lines changed

.github/workflows/react-native-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/checkout@v4
7373

7474
- name: Select XCode version
75-
run: sudo xcode-select --switch /Applications/Xcode_16.4.app
75+
run: sudo xcode-select --switch /Applications/Xcode_26.0.1.app
7676

7777
- uses: ./.github/actions/rn-bootstrap
7878
timeout-minutes: 20
@@ -103,7 +103,7 @@ jobs:
103103
- uses: actions/checkout@v4
104104

105105
- name: Select XCode version
106-
run: sudo xcode-select --switch /Applications/Xcode_16.4.app
106+
run: sudo xcode-select --switch /Applications/Xcode_26.0.1.app
107107

108108
- uses: ./.github/actions/rn-bootstrap
109109
timeout-minutes: 15

packages/client/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [1.36.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.35.1...@stream-io/video-client-1.36.0) (2025-10-30)
6+
7+
### Features
8+
9+
- Migrate logger to js-toolkit logger implementation ([#1959](https://github.com/GetStream/stream-video-js/issues/1959)) ([5a424f7](https://github.com/GetStream/stream-video-js/commit/5a424f72cec2a8cbc0bfa23147d9988ab9bfbdc1))
10+
11+
## [1.35.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.35.0...@stream-io/video-client-1.35.1) (2025-10-27)
12+
13+
- **deps-dev:** bump happy-dom from 20.0.0 to 20.0.2 ([#1970](https://github.com/GetStream/stream-video-js/issues/1970)) ([702f409](https://github.com/GetStream/stream-video-js/commit/702f409b2e5529e7b8f1cfc757e2e776c75deacf)), closes [#1934](https://github.com/GetStream/stream-video-js/issues/1934) [#1932](https://github.com/GetStream/stream-video-js/issues/1932) [#0](https://github.com/GetStream/stream-video-js/issues/0) [#1934](https://github.com/GetStream/stream-video-js/issues/1934) [#0](https://github.com/GetStream/stream-video-js/issues/0) [#1932](https://github.com/GetStream/stream-video-js/issues/1932)
14+
15+
## [1.35.0](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.34.1...@stream-io/video-client-1.35.0) (2025-10-24)
16+
17+
### Features
18+
19+
- Participant Stats ([#1922](https://github.com/GetStream/stream-video-js/issues/1922)) ([b96de03](https://github.com/GetStream/stream-video-js/commit/b96de03a2b96db2288a6d2d52a25d3deea9148d8))
20+
521
## [1.34.1](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-client-1.34.0...@stream-io/video-client-1.34.1) (2025-10-17)
622

723
### Bug Fixes

packages/client/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stream-io/video-client",
3-
"version": "1.34.1",
3+
"version": "1.36.0",
44
"main": "dist/index.cjs.js",
55
"module": "dist/index.es.js",
66
"browser": "dist/index.browser.es.js",
@@ -29,7 +29,8 @@
2929
"@protobuf-ts/runtime": "^2.11.1",
3030
"@protobuf-ts/runtime-rpc": "^2.11.1",
3131
"@protobuf-ts/twirp-transport": "^2.11.1",
32-
"@stream-io/worker-timer": "^1.2.4",
32+
"@stream-io/logger": "^2.0.0",
33+
"@stream-io/worker-timer": "^1.2.5",
3334
"axios": "^1.12.2",
3435
"rxjs": "~7.8.2",
3536
"sdp-transform": "^2.15.0",
@@ -47,7 +48,7 @@
4748
"@types/ua-parser-js": "^0.7.39",
4849
"@vitest/coverage-v8": "^3.2.4",
4950
"dotenv": "^16.6.1",
50-
"happy-dom": "^20.0.0",
51+
"happy-dom": "^20.0.2",
5152
"prettier": "^3.6.2",
5253
"rimraf": "^6.0.1",
5354
"rollup": "^4.52.4",

0 commit comments

Comments
 (0)