Skip to content

Commit 27d6836

Browse files
Version Packages (#966)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 155a2d4 commit 27d6836

File tree

15 files changed

+58
-14
lines changed

15 files changed

+58
-14
lines changed

.changeset/big-mugs-rhyme.md

Lines changed: 0 additions & 7 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.36
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a77a52eeb415701f0e233e9f2304b7de2d754397`](https://github.com/livekit/components-js/commit/a77a52eeb415701f0e233e9f2304b7de2d754397)]:
8+
- @livekit/components-react@2.5.3
9+
310
## 0.1.35
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.35",
3+
"version": "0.1.36",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @livekit/component-docs-storybook
22

3+
## 1.0.62
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a77a52eeb415701f0e233e9f2304b7de2d754397`](https://github.com/livekit/components-js/commit/a77a52eeb415701f0e233e9f2304b7de2d754397)]:
8+
- @livekit/components-react@2.5.3
9+
- @livekit/components-styles@1.1.2
10+
311
## 1.0.61
412

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

examples/nextjs/CHANGELOG.md

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

3+
## 0.2.35
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a77a52eeb415701f0e233e9f2304b7de2d754397`](https://github.com/livekit/components-js/commit/a77a52eeb415701f0e233e9f2304b7de2d754397)]:
8+
- @livekit/components-react@2.5.3
9+
- @livekit/components-styles@1.1.2
10+
311
## 0.2.34
412

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

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.11.4
4+
5+
### Patch Changes
6+
7+
- Add dataprops and allow a template child for BarVisualizer @lukasIO - [#965](https://github.com/livekit/components-js/pull/965) ([@lukasIO](https://github.com/lukasIO))
8+
39
## 0.11.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.11.3",
3+
"version": "0.11.4",
44
"license": "Apache-2.0",
55
"author": "LiveKit",
66
"repository": {

packages/react/CHANGELOG.md

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

3+
## 2.5.3
4+
5+
### Patch Changes
6+
7+
- Add dataprops and allow a template child for BarVisualizer @lukasIO - [#965](https://github.com/livekit/components-js/pull/965) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Updated dependencies [[`a77a52eeb415701f0e233e9f2304b7de2d754397`](https://github.com/livekit/components-js/commit/a77a52eeb415701f0e233e9f2304b7de2d754397)]:
10+
- @livekit/components-core@0.11.4
11+
312
## 2.5.2
413

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

packages/styles/CHANGELOG.md

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

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- Add dataprops and allow a template child for BarVisualizer @lukasIO - [#965](https://github.com/livekit/components-js/pull/965) ([@lukasIO](https://github.com/lukasIO))
8+
39
## 1.1.1
410

511
### Patch Changes

packages/styles/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-styles",
3-
"version": "1.1.1",
3+
"version": "1.1.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.58
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a77a52eeb415701f0e233e9f2304b7de2d754397`](https://github.com/livekit/components-js/commit/a77a52eeb415701f0e233e9f2304b7de2d754397)]:
8+
- @livekit/components-react@2.5.3
9+
310
## 0.0.57
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.57",
4+
"version": "0.0.58",
55
"description": "Generate component docs.",
66
"license": "Apache 2.0",
77
"author": "LiveKit",

0 commit comments

Comments
 (0)