Skip to content

Commit b2e5052

Browse files
Version Packages (#995)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7d934ff commit b2e5052

File tree

11 files changed

+40
-11
lines changed

11 files changed

+40
-11
lines changed

.changeset/three-camels-lie.md

Lines changed: 0 additions & 5 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.42
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6ef4005749c09f97ea12e46520b5f61dc9c35361`](https://github.com/livekit/components-js/commit/6ef4005749c09f97ea12e46520b5f61dc9c35361)]:
8+
- @livekit/components-react@2.6.4
9+
310
## 0.1.41
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.41",
3+
"version": "0.1.42",
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.68
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6ef4005749c09f97ea12e46520b5f61dc9c35361`](https://github.com/livekit/components-js/commit/6ef4005749c09f97ea12e46520b5f61dc9c35361)]:
8+
- @livekit/components-react@2.6.4
9+
310
## 1.0.67
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.67",
4+
"version": "1.0.68",
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.41
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6ef4005749c09f97ea12e46520b5f61dc9c35361`](https://github.com/livekit/components-js/commit/6ef4005749c09f97ea12e46520b5f61dc9c35361)]:
8+
- @livekit/components-react@2.6.4
9+
310
## 0.2.40
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.40",
3+
"version": "0.2.41",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/react/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# @livekit/components-react
22

3+
## 2.6.4
4+
5+
### Patch Changes
6+
7+
- Use vite for building react package, fixes useKrispNoiseFilter usage - [#994](https://github.com/livekit/components-js/pull/994) ([@lukasIO](https://github.com/lukasIO))
8+
39
## 2.6.3
410

511
### Patch Changes
612

7-
- Move useKrispNoiseFilter into dedicated import path - [#991](https://github.com/livekit/components-js/pull/991) ([@lukasIO](https://github.com/lukasIO))
13+
- Move useKrispNoiseFilter into dedicated import path - [#991](https://github.com/livekit/components-js/pull/991) ([@lukasIO](https://github.com/lukasIO))
814

915
- Updated dependencies [[`a353a3b52303d167f0e04d34caeb90bab36244ba`](https://github.com/livekit/components-js/commit/a353a3b52303d167f0e04d34caeb90bab36244ba)]:
1016
- @livekit/components-core@0.11.8

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.6.3",
3+
"version": "2.6.4",
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.64
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6ef4005749c09f97ea12e46520b5f61dc9c35361`](https://github.com/livekit/components-js/commit/6ef4005749c09f97ea12e46520b5f61dc9c35361)]:
8+
- @livekit/components-react@2.6.4
9+
310
## 0.0.63
411

512
### Patch Changes

0 commit comments

Comments
 (0)