Skip to content

Commit 7828026

Browse files
Version Packages (#1120)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a1b5f5c commit 7828026

File tree

14 files changed

+51
-17
lines changed

14 files changed

+51
-17
lines changed

.changeset/itchy-rocks-tan.md

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

.changeset/old-ears-march.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.55
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1c48a648d8d4cfa9828fdac67dfc9f1de96e0e1b`](https://github.com/livekit/components-js/commit/1c48a648d8d4cfa9828fdac67dfc9f1de96e0e1b), [`a1b5f5c09e4e6b6c31f030a6d10e6a3f7df2a784`](https://github.com/livekit/components-js/commit/a1b5f5c09e4e6b6c31f030a6d10e6a3f7df2a784)]:
8+
- @livekit/components-react@2.9.2
9+
310
## 0.1.54
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.54",
3+
"version": "0.1.55",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @livekit/component-docs-storybook
22

3+
## 1.0.82
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1c48a648d8d4cfa9828fdac67dfc9f1de96e0e1b`](https://github.com/livekit/components-js/commit/1c48a648d8d4cfa9828fdac67dfc9f1de96e0e1b), [`a1b5f5c09e4e6b6c31f030a6d10e6a3f7df2a784`](https://github.com/livekit/components-js/commit/a1b5f5c09e4e6b6c31f030a6d10e6a3f7df2a784)]:
8+
- @livekit/components-react@2.9.2
9+
310
## 1.0.81
411

512
### 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.81",
4+
"version": "1.0.82",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"scripts": {

examples/nextjs/CHANGELOG.md

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

3+
## 0.2.55
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1c48a648d8d4cfa9828fdac67dfc9f1de96e0e1b`](https://github.com/livekit/components-js/commit/1c48a648d8d4cfa9828fdac67dfc9f1de96e0e1b), [`a1b5f5c09e4e6b6c31f030a6d10e6a3f7df2a784`](https://github.com/livekit/components-js/commit/a1b5f5c09e4e6b6c31f030a6d10e6a3f7df2a784)]:
8+
- @livekit/components-react@2.9.2
9+
310
## 0.2.54
411

512
### 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.54",
3+
"version": "0.2.55",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/core/CHANGELOG.md

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

3+
## 0.12.4
4+
5+
### Patch Changes
6+
7+
- chore: update livekit-client dependency - [#1121](https://github.com/livekit/components-js/pull/1121) ([@lukasIO](https://github.com/lukasIO))
8+
39
## 0.12.3
410

511
### Patch Changes

packages/core/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-core",
3-
"version": "0.12.3",
3+
"version": "0.12.4",
44
"license": "Apache-2.0",
55
"author": "LiveKit",
66
"repository": {

packages/react/CHANGELOG.md

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

3+
## 2.9.2
4+
5+
### Patch Changes
6+
7+
- fix: avoid text stream re-register on disconnect - [#1118](https://github.com/livekit/components-js/pull/1118) ([@hudson-worden](https://github.com/hudson-worden))
8+
9+
- chore: update livekit-client dependency - [#1121](https://github.com/livekit/components-js/pull/1121) ([@lukasIO](https://github.com/lukasIO))
10+
11+
- Updated dependencies [[`a1b5f5c09e4e6b6c31f030a6d10e6a3f7df2a784`](https://github.com/livekit/components-js/commit/a1b5f5c09e4e6b6c31f030a6d10e6a3f7df2a784)]:
12+
- @livekit/components-core@0.12.4
13+
314
## 2.9.1
415

516
### 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.1",
3+
"version": "2.9.2",
44
"license": "Apache-2.0",
55
"author": "LiveKit",
66
"repository": {

tooling/docs-gen/CHANGELOG.md

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

3+
## 0.0.77
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1c48a648d8d4cfa9828fdac67dfc9f1de96e0e1b`](https://github.com/livekit/components-js/commit/1c48a648d8d4cfa9828fdac67dfc9f1de96e0e1b), [`a1b5f5c09e4e6b6c31f030a6d10e6a3f7df2a784`](https://github.com/livekit/components-js/commit/a1b5f5c09e4e6b6c31f030a6d10e6a3f7df2a784)]:
8+
- @livekit/components-react@2.9.2
9+
310
## 0.0.76
411

512
### Patch Changes

tooling/docs-gen/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/components-docs-gen",
4-
"version": "0.0.76",
4+
"version": "0.0.77",
55
"description": "Generate component docs.",
66
"license": "Apache 2.0",
77
"author": "LiveKit",

0 commit comments

Comments
 (0)