Skip to content

Commit b4820d6

Browse files
Version Packages (#962)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6c67aed commit b4820d6

File tree

13 files changed

+51
-12
lines changed

13 files changed

+51
-12
lines changed

Diff for: .changeset/honest-pianos-study.md

-6
This file was deleted.

Diff for: 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.34
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6c67aedca71a17c4cec96a4155c5f38d238e5156`](https://github.com/livekit/components-js/commit/6c67aedca71a17c4cec96a4155c5f38d238e5156)]:
8+
- @livekit/components-react@2.5.1
9+
310
## 0.1.33
411

512
### Patch Changes

Diff for: 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.33",
3+
"version": "0.1.34",
44
"description": "Automatically generated documentation pages for LiveKit Components JS. Intended to be consumed by the documentation page.",
55
"repository": {
66
"type": "git",

Diff for: 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.60
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6c67aedca71a17c4cec96a4155c5f38d238e5156`](https://github.com/livekit/components-js/commit/6c67aedca71a17c4cec96a4155c5f38d238e5156)]:
8+
- @livekit/components-react@2.5.1
9+
- @livekit/components-styles@1.1.1
10+
311
## 1.0.59
412

513
### Patch Changes

Diff for: 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.59",
4+
"version": "1.0.60",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"scripts": {

Diff for: 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.33
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6c67aedca71a17c4cec96a4155c5f38d238e5156`](https://github.com/livekit/components-js/commit/6c67aedca71a17c4cec96a4155c5f38d238e5156)]:
8+
- @livekit/components-react@2.5.1
9+
- @livekit/components-styles@1.1.1
10+
311
## 0.2.32
412

513
### Patch Changes

Diff for: 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.32",
3+
"version": "0.2.33",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

Diff for: packages/react/CHANGELOG.md

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

3+
## 2.5.1
4+
5+
### Patch Changes
6+
7+
- Add css var fallbacks and fix className forwarding on BarVisualizer - [#961](https://github.com/livekit/components-js/pull/961) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Updated dependencies []:
10+
- @livekit/components-core@0.11.3
11+
312
## 2.5.0
413

514
### Minor Changes

Diff for: 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.5.0",
3+
"version": "2.5.1",
44
"license": "Apache-2.0",
55
"author": "LiveKit",
66
"repository": {

Diff for: 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.1
4+
5+
### Patch Changes
6+
7+
- Add css var fallbacks and fix className forwarding on BarVisualizer - [#961](https://github.com/livekit/components-js/pull/961) ([@lukasIO](https://github.com/lukasIO))
8+
39
## 1.1.0
410

511
### Minor Changes

Diff for: 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.0",
3+
"version": "1.1.1",
44
"license": "Apache-2.0",
55
"author": "LiveKit",
66
"repository": {

Diff for: 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.56
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6c67aedca71a17c4cec96a4155c5f38d238e5156`](https://github.com/livekit/components-js/commit/6c67aedca71a17c4cec96a4155c5f38d238e5156)]:
8+
- @livekit/components-react@2.5.1
9+
310
## 0.0.55
411

512
### Patch Changes

Diff for: 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.55",
4+
"version": "0.0.56",
55
"description": "Generate component docs.",
66
"license": "Apache 2.0",
77
"author": "LiveKit",

0 commit comments

Comments
 (0)