Skip to content

Commit 82cbf77

Browse files
Version Packages
1 parent 53b7804 commit 82cbf77

File tree

14 files changed

+53
-17
lines changed

14 files changed

+53
-17
lines changed

.changeset/shy-oranges-pick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tricky-donkeys-wonder.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @livekit/components-js-docs
22

3+
## 0.1.71
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`35a44b03a1e6b3949c8e39007999da41d31ebfd7`](https://github.com/livekit/components-js/commit/35a44b03a1e6b3949c8e39007999da41d31ebfd7), [`7790393773e71d640544f3794f5b72936e3aea42`](https://github.com/livekit/components-js/commit/7790393773e71d640544f3794f5b72936e3aea42)]:
8+
- @livekit/components-react@2.9.18
9+
310
## 0.1.70
411

512
### Patch Changes

docs/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/components-js-docs",
3-
"version": "0.1.70",
3+
"version": "0.1.71",
44
"description": "Automatically generated documentation pages for LiveKit Components JS. Intended to be consumed by the documentation page.",
55
"repository": {
66
"type": "git",

docs/storybook/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @livekit/component-docs-storybook
22

3+
## 1.0.98
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`35a44b03a1e6b3949c8e39007999da41d31ebfd7`](https://github.com/livekit/components-js/commit/35a44b03a1e6b3949c8e39007999da41d31ebfd7), [`7790393773e71d640544f3794f5b72936e3aea42`](https://github.com/livekit/components-js/commit/7790393773e71d640544f3794f5b72936e3aea42)]:
8+
- @livekit/components-react@2.9.18
9+
- @agents-ui@1.0.1
10+
311
## 1.0.97
412

513
### Patch Changes

docs/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@livekit/component-docs-storybook",
4-
"version": "1.0.97",
4+
"version": "1.0.98",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"scripts": {

examples/nextjs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @livekit/component-example-next
22

3+
## 0.2.71
4+
5+
### Patch Changes
6+
7+
- Update nextjs examples with useSession/useAgent hooks - [#1242](https://github.com/livekit/components-js/pull/1242) ([@pblazej](https://github.com/pblazej))
8+
9+
- Updated dependencies [[`35a44b03a1e6b3949c8e39007999da41d31ebfd7`](https://github.com/livekit/components-js/commit/35a44b03a1e6b3949c8e39007999da41d31ebfd7), [`7790393773e71d640544f3794f5b72936e3aea42`](https://github.com/livekit/components-js/commit/7790393773e71d640544f3794f5b72936e3aea42)]:
10+
- @livekit/components-react@2.9.18
11+
312
## 0.2.70
413

514
### Patch Changes

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/component-example-next",
3-
"version": "0.2.70",
3+
"version": "0.2.71",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @livekit/components-react
22

3+
## 2.9.18
4+
5+
### Patch Changes
6+
7+
- Fix bug in useSession not exposing tracks when muted and switch empty value from null to undefined - [#1244](https://github.com/livekit/components-js/pull/1244) ([@1egoman](https://github.com/1egoman))
8+
9+
- Update nextjs examples with useSession/useAgent hooks - [#1242](https://github.com/livekit/components-js/pull/1242) ([@pblazej](https://github.com/pblazej))
10+
311
## 2.9.17
412

513
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/components-react",
3-
"version": "2.9.17",
3+
"version": "2.9.18",
44
"license": "Apache-2.0",
55
"author": "LiveKit",
66
"repository": {

0 commit comments

Comments
 (0)