Skip to content

Commit 260d6b3

Browse files
Version Packages (#1028)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 82ba2d0 commit 260d6b3

File tree

13 files changed

+43
-20
lines changed

13 files changed

+43
-20
lines changed

.changeset/empty-tables-agree.md

-5
This file was deleted.

.changeset/fresh-fans-deliver.md

-5
This file was deleted.

.changeset/tasty-dogs-relate.md

-5
This file was deleted.

docs/docs/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @livekit/components-js-docs
22

3+
## 0.1.47
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2b582d3b63e7132b554a8509f957a630f5590111`](https://github.com/livekit/components-js/commit/2b582d3b63e7132b554a8509f957a630f5590111), [`1289a5fe112bad9f81555848969d972b32b335db`](https://github.com/livekit/components-js/commit/1289a5fe112bad9f81555848969d972b32b335db), [`82ba2d008c68b00bb9ffb2d21c2a5d87af527f5f`](https://github.com/livekit/components-js/commit/82ba2d008c68b00bb9ffb2d21c2a5d87af527f5f)]:
8+
- @livekit/components-react@2.6.9
9+
310
## 0.1.46
411

512
### Patch Changes

docs/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/components-js-docs",
3-
"version": "0.1.46",
3+
"version": "0.1.47",
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

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @livekit/component-docs-storybook
22

3+
## 1.0.74
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2b582d3b63e7132b554a8509f957a630f5590111`](https://github.com/livekit/components-js/commit/2b582d3b63e7132b554a8509f957a630f5590111), [`1289a5fe112bad9f81555848969d972b32b335db`](https://github.com/livekit/components-js/commit/1289a5fe112bad9f81555848969d972b32b335db), [`82ba2d008c68b00bb9ffb2d21c2a5d87af527f5f`](https://github.com/livekit/components-js/commit/82ba2d008c68b00bb9ffb2d21c2a5d87af527f5f)]:
8+
- @livekit/components-react@2.6.9
9+
310
## 1.0.73
411

512
### Patch Changes

docs/storybook/package.json

+1-1
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.73",
4+
"version": "1.0.74",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"scripts": {

examples/nextjs/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @livekit/component-example-next
22

3+
## 0.2.47
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2b582d3b63e7132b554a8509f957a630f5590111`](https://github.com/livekit/components-js/commit/2b582d3b63e7132b554a8509f957a630f5590111), [`1289a5fe112bad9f81555848969d972b32b335db`](https://github.com/livekit/components-js/commit/1289a5fe112bad9f81555848969d972b32b335db), [`82ba2d008c68b00bb9ffb2d21c2a5d87af527f5f`](https://github.com/livekit/components-js/commit/82ba2d008c68b00bb9ffb2d21c2a5d87af527f5f)]:
8+
- @livekit/components-react@2.6.9
9+
310
## 0.2.46
411

512
### Patch Changes

examples/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/component-example-next",
3-
"version": "0.2.46",
3+
"version": "0.2.47",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/react/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @livekit/components-react
22

3+
## 2.6.9
4+
5+
### Patch Changes
6+
7+
- Fix Chat usage without layoutcontext - [#1027](https://github.com/livekit/components-js/pull/1027) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Fix className property on BarVisualizer - [#1029](https://github.com/livekit/components-js/pull/1029) ([@mikljohansson](https://github.com/mikljohansson))
10+
11+
- Forward disconnectReason to onDisconnected callback - [#1031](https://github.com/livekit/components-js/pull/1031) ([@lukasIO](https://github.com/lukasIO))
12+
313
## 2.6.8
414

515
### Patch Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/components-react",
3-
"version": "2.6.8",
3+
"version": "2.6.9",
44
"license": "Apache-2.0",
55
"author": "LiveKit",
66
"repository": {

tooling/docs-gen/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @livekit/components-docs-gen
22

3+
## 0.0.69
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2b582d3b63e7132b554a8509f957a630f5590111`](https://github.com/livekit/components-js/commit/2b582d3b63e7132b554a8509f957a630f5590111), [`1289a5fe112bad9f81555848969d972b32b335db`](https://github.com/livekit/components-js/commit/1289a5fe112bad9f81555848969d972b32b335db), [`82ba2d008c68b00bb9ffb2d21c2a5d87af527f5f`](https://github.com/livekit/components-js/commit/82ba2d008c68b00bb9ffb2d21c2a5d87af527f5f)]:
8+
- @livekit/components-react@2.6.9
9+
310
## 0.0.68
411

512
### Patch Changes

tooling/docs-gen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@livekit/components-docs-gen",
4-
"version": "0.0.68",
4+
"version": "0.0.69",
55
"description": "Generate component docs.",
66
"license": "Apache 2.0",
77
"author": "LiveKit",

0 commit comments

Comments
 (0)