Skip to content

Commit 929a4fb

Browse files
Version Packages (#984)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 11bdec8 commit 929a4fb

18 files changed

+62
-28
lines changed

.changeset/calm-rivers-behave.md

-5
This file was deleted.

.changeset/ninety-cheetahs-tickle.md

-5
This file was deleted.

.changeset/rotten-bikes-burn.md

-6
This file was deleted.

.changeset/sixty-tips-shout.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.39
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`11bdec81bf22abf0db2f03e2b5c82ca60a91a1b4`](https://github.com/livekit/components-js/commit/11bdec81bf22abf0db2f03e2b5c82ca60a91a1b4), [`22fa65e4715490216577223ab07ce14f6ff7917d`](https://github.com/livekit/components-js/commit/22fa65e4715490216577223ab07ce14f6ff7917d)]:
8+
- @livekit/components-react@2.6.1
9+
310
## 0.1.38
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.38",
3+
"version": "0.1.39",
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

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

3+
## 1.0.65
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`11bdec81bf22abf0db2f03e2b5c82ca60a91a1b4`](https://github.com/livekit/components-js/commit/11bdec81bf22abf0db2f03e2b5c82ca60a91a1b4), [`22fa65e4715490216577223ab07ce14f6ff7917d`](https://github.com/livekit/components-js/commit/22fa65e4715490216577223ab07ce14f6ff7917d), [`6609b09290b2c7082c0e70c33099f046ac980cd6`](https://github.com/livekit/components-js/commit/6609b09290b2c7082c0e70c33099f046ac980cd6)]:
8+
- @livekit/components-react@2.6.1
9+
- @livekit/components-styles@1.1.3
10+
311
## 1.0.64
412

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

examples/nextjs/CHANGELOG.md

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

3+
## 0.2.38
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`11bdec81bf22abf0db2f03e2b5c82ca60a91a1b4`](https://github.com/livekit/components-js/commit/11bdec81bf22abf0db2f03e2b5c82ca60a91a1b4), [`22fa65e4715490216577223ab07ce14f6ff7917d`](https://github.com/livekit/components-js/commit/22fa65e4715490216577223ab07ce14f6ff7917d), [`6609b09290b2c7082c0e70c33099f046ac980cd6`](https://github.com/livekit/components-js/commit/6609b09290b2c7082c0e70c33099f046ac980cd6)]:
8+
- @livekit/components-react@2.6.1
9+
- @livekit/components-styles@1.1.3
10+
311
## 0.2.37
412

513
### 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.37",
3+
"version": "0.2.38",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @livekit/components-core
22

3+
## 0.11.6
4+
5+
### Patch Changes
6+
7+
- update useParticipants to listen for any Participant's info changes - [#980](https://github.com/livekit/components-js/pull/980) ([@lebaudantoine](https://github.com/lebaudantoine))
8+
9+
- Add support for new chat API - [#979](https://github.com/livekit/components-js/pull/979) ([@lukasIO](https://github.com/lukasIO))
10+
311
## 0.11.5
412

513
### Patch Changes

packages/core/package.json

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

packages/react/CHANGELOG.md

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

3+
## 2.6.1
4+
5+
### Patch Changes
6+
7+
- Improve bar visualizer animations and add initializing state - [#987](https://github.com/livekit/components-js/pull/987) ([@mattherzog](https://github.com/mattherzog))
8+
9+
- Add support for new chat API - [#979](https://github.com/livekit/components-js/pull/979) ([@lukasIO](https://github.com/lukasIO))
10+
11+
- Updated dependencies [[`3a8495fd70489bc09b801fb743afe850950c3871`](https://github.com/livekit/components-js/commit/3a8495fd70489bc09b801fb743afe850950c3871), [`22fa65e4715490216577223ab07ce14f6ff7917d`](https://github.com/livekit/components-js/commit/22fa65e4715490216577223ab07ce14f6ff7917d)]:
12+
- @livekit/components-core@0.11.6
13+
314
## 2.6.0
415

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

packages/styles/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @livekit/components-styles
22

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- Add css var for idle visualizer bar color - [#985](https://github.com/livekit/components-js/pull/985) ([@lukasIO](https://github.com/lukasIO))
8+
39
## 1.1.2
410

511
### Patch Changes

packages/styles/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/components-styles",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
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.61
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`11bdec81bf22abf0db2f03e2b5c82ca60a91a1b4`](https://github.com/livekit/components-js/commit/11bdec81bf22abf0db2f03e2b5c82ca60a91a1b4), [`22fa65e4715490216577223ab07ce14f6ff7917d`](https://github.com/livekit/components-js/commit/22fa65e4715490216577223ab07ce14f6ff7917d)]:
8+
- @livekit/components-react@2.6.1
9+
310
## 0.0.60
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.60",
4+
"version": "0.0.61",
55
"description": "Generate component docs.",
66
"license": "Apache 2.0",
77
"author": "LiveKit",

0 commit comments

Comments
 (0)