Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/shy-oranges-pick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-mails-fall.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tricky-donkeys-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/vast-queens-fold.md

This file was deleted.

7 changes: 7 additions & 0 deletions docs/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/components-js-docs

## 0.1.71

### Patch Changes

- Updated dependencies [[`35a44b03a1e6b3949c8e39007999da41d31ebfd7`](https://github.com/livekit/components-js/commit/35a44b03a1e6b3949c8e39007999da41d31ebfd7), [`6912c0e2d0ae3b31db97bd2eac09135345e0db11`](https://github.com/livekit/components-js/commit/6912c0e2d0ae3b31db97bd2eac09135345e0db11), [`7790393773e71d640544f3794f5b72936e3aea42`](https://github.com/livekit/components-js/commit/7790393773e71d640544f3794f5b72936e3aea42), [`b4e750a8d12e88e444ac2a9338c562c0e198d0fc`](https://github.com/livekit/components-js/commit/b4e750a8d12e88e444ac2a9338c562c0e198d0fc)]:
- @livekit/components-react@2.9.18

## 0.1.70

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/components-js-docs",
"version": "0.1.70",
"version": "0.1.71",
"description": "Automatically generated documentation pages for LiveKit Components JS. Intended to be consumed by the documentation page.",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions docs/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @livekit/component-docs-storybook

## 1.0.98

### Patch Changes

- Updated dependencies [[`35a44b03a1e6b3949c8e39007999da41d31ebfd7`](https://github.com/livekit/components-js/commit/35a44b03a1e6b3949c8e39007999da41d31ebfd7), [`6912c0e2d0ae3b31db97bd2eac09135345e0db11`](https://github.com/livekit/components-js/commit/6912c0e2d0ae3b31db97bd2eac09135345e0db11), [`7790393773e71d640544f3794f5b72936e3aea42`](https://github.com/livekit/components-js/commit/7790393773e71d640544f3794f5b72936e3aea42), [`b4e750a8d12e88e444ac2a9338c562c0e198d0fc`](https://github.com/livekit/components-js/commit/b4e750a8d12e88e444ac2a9338c562c0e198d0fc)]:
- @livekit/components-react@2.9.18
- @agents-ui@1.0.1

## 1.0.97

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@livekit/component-docs-storybook",
"version": "1.0.97",
"version": "1.0.98",
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @livekit/component-example-next

## 0.2.71

### Patch Changes

- Update nextjs examples with useSession/useAgent hooks - [#1242](https://github.com/livekit/components-js/pull/1242) ([@pblazej](https://github.com/pblazej))

- Updated dependencies [[`35a44b03a1e6b3949c8e39007999da41d31ebfd7`](https://github.com/livekit/components-js/commit/35a44b03a1e6b3949c8e39007999da41d31ebfd7), [`6912c0e2d0ae3b31db97bd2eac09135345e0db11`](https://github.com/livekit/components-js/commit/6912c0e2d0ae3b31db97bd2eac09135345e0db11), [`7790393773e71d640544f3794f5b72936e3aea42`](https://github.com/livekit/components-js/commit/7790393773e71d640544f3794f5b72936e3aea42), [`b4e750a8d12e88e444ac2a9338c562c0e198d0fc`](https://github.com/livekit/components-js/commit/b4e750a8d12e88e444ac2a9338c562c0e198d0fc)]:
- @livekit/components-react@2.9.18

## 0.2.70

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/component-example-next",
"version": "0.2.70",
"version": "0.2.71",
"private": true,
"type": "module",
"scripts": {
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @livekit/components-react

## 2.9.18

### Patch Changes

- 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))

- Add local screenshare track to useSession - [#1255](https://github.com/livekit/components-js/pull/1255) ([@1egoman](https://github.com/1egoman))

- Update nextjs examples with useSession/useAgent hooks - [#1242](https://github.com/livekit/components-js/pull/1242) ([@pblazej](https://github.com/pblazej))

- Add participant identity, name, and metadata to root useAgent() return value - [#1246](https://github.com/livekit/components-js/pull/1246) ([@1egoman](https://github.com/1egoman))

## 2.9.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/components-react",
"version": "2.9.17",
"version": "2.9.18",
"license": "Apache-2.0",
"author": "LiveKit",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/shadcn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @agents-ui

## 1.0.1

### Patch Changes

- Updated dependencies [[`35a44b03a1e6b3949c8e39007999da41d31ebfd7`](https://github.com/livekit/components-js/commit/35a44b03a1e6b3949c8e39007999da41d31ebfd7), [`6912c0e2d0ae3b31db97bd2eac09135345e0db11`](https://github.com/livekit/components-js/commit/6912c0e2d0ae3b31db97bd2eac09135345e0db11), [`7790393773e71d640544f3794f5b72936e3aea42`](https://github.com/livekit/components-js/commit/7790393773e71d640544f3794f5b72936e3aea42), [`b4e750a8d12e88e444ac2a9338c562c0e198d0fc`](https://github.com/livekit/components-js/commit/b4e750a8d12e88e444ac2a9338c562c0e198d0fc)]:
- @livekit/components-react@2.9.18
2 changes: 1 addition & 1 deletion packages/shadcn/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@agents-ui",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"type": "module",
"main": "index.ts",
Expand Down
7 changes: 7 additions & 0 deletions tooling/docs-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/components-docs-gen

## 0.0.93

### Patch Changes

- Updated dependencies [[`35a44b03a1e6b3949c8e39007999da41d31ebfd7`](https://github.com/livekit/components-js/commit/35a44b03a1e6b3949c8e39007999da41d31ebfd7), [`6912c0e2d0ae3b31db97bd2eac09135345e0db11`](https://github.com/livekit/components-js/commit/6912c0e2d0ae3b31db97bd2eac09135345e0db11), [`7790393773e71d640544f3794f5b72936e3aea42`](https://github.com/livekit/components-js/commit/7790393773e71d640544f3794f5b72936e3aea42), [`b4e750a8d12e88e444ac2a9338c562c0e198d0fc`](https://github.com/livekit/components-js/commit/b4e750a8d12e88e444ac2a9338c562c0e198d0fc)]:
- @livekit/components-react@2.9.18

## 0.0.92

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tooling/docs-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@livekit/components-docs-gen",
"version": "0.0.92",
"version": "0.0.93",
"description": "Generate component docs.",
"license": "Apache 2.0",
"author": "LiveKit",
Expand Down