Skip to content

Commit 7e17743

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

File tree

13 files changed

+47
-21
lines changed

13 files changed

+47
-21
lines changed

.changeset/cuddly-beers-cry.md

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

.changeset/modern-tips-eat.md

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

.changeset/sour-dots-join.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.38
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6abb8325277c9588ad7952b1e8f3760d7d8c97f6`](https://github.com/livekit/components-js/commit/6abb8325277c9588ad7952b1e8f3760d7d8c97f6), [`79fbc0a9b1dbcb3fba45939667574e38c96d342e`](https://github.com/livekit/components-js/commit/79fbc0a9b1dbcb3fba45939667574e38c96d342e), [`b350999c4cb91510a18616ff7b663f50619690f2`](https://github.com/livekit/components-js/commit/b350999c4cb91510a18616ff7b663f50619690f2)]:
8+
- @livekit/components-react@2.6.0
9+
310
## 0.1.37
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.37",
3+
"version": "0.1.38",
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.64
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6abb8325277c9588ad7952b1e8f3760d7d8c97f6`](https://github.com/livekit/components-js/commit/6abb8325277c9588ad7952b1e8f3760d7d8c97f6), [`79fbc0a9b1dbcb3fba45939667574e38c96d342e`](https://github.com/livekit/components-js/commit/79fbc0a9b1dbcb3fba45939667574e38c96d342e), [`b350999c4cb91510a18616ff7b663f50619690f2`](https://github.com/livekit/components-js/commit/b350999c4cb91510a18616ff7b663f50619690f2)]:
8+
- @livekit/components-react@2.6.0
9+
310
## 1.0.63
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.63",
4+
"version": "1.0.64",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"scripts": {

examples/nextjs/CHANGELOG.md

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

3+
## 0.2.37
4+
5+
### Patch Changes
6+
7+
- Update agent state property name to `lk.agent.state` - [#976](https://github.com/livekit/components-js/pull/976) ([@bcherry](https://github.com/bcherry))
8+
9+
- Updated dependencies [[`6abb8325277c9588ad7952b1e8f3760d7d8c97f6`](https://github.com/livekit/components-js/commit/6abb8325277c9588ad7952b1e8f3760d7d8c97f6), [`79fbc0a9b1dbcb3fba45939667574e38c96d342e`](https://github.com/livekit/components-js/commit/79fbc0a9b1dbcb3fba45939667574e38c96d342e), [`b350999c4cb91510a18616ff7b663f50619690f2`](https://github.com/livekit/components-js/commit/b350999c4cb91510a18616ff7b663f50619690f2)]:
10+
- @livekit/components-react@2.6.0
11+
312
## 0.2.36
413

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

packages/react/CHANGELOG.md

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

3+
## 2.6.0
4+
5+
### Minor Changes
6+
7+
- Update agent state property name to `lk.agent.state` - [#976](https://github.com/livekit/components-js/pull/976) ([@bcherry](https://github.com/bcherry))
8+
9+
### Patch Changes
10+
11+
- Add StartMediaButton to public API - [#978](https://github.com/livekit/components-js/pull/978) ([@junsumida](https://github.com/junsumida))
12+
13+
- Update agent component docs - [#973](https://github.com/livekit/components-js/pull/973) ([@lukasIO](https://github.com/lukasIO))
14+
315
## 2.5.4
416

517
### 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.4",
3+
"version": "2.6.0",
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.60
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6abb8325277c9588ad7952b1e8f3760d7d8c97f6`](https://github.com/livekit/components-js/commit/6abb8325277c9588ad7952b1e8f3760d7d8c97f6), [`79fbc0a9b1dbcb3fba45939667574e38c96d342e`](https://github.com/livekit/components-js/commit/79fbc0a9b1dbcb3fba45939667574e38c96d342e), [`b350999c4cb91510a18616ff7b663f50619690f2`](https://github.com/livekit/components-js/commit/b350999c4cb91510a18616ff7b663f50619690f2)]:
8+
- @livekit/components-react@2.6.0
9+
310
## 0.0.59
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.59",
4+
"version": "0.0.60",
55
"description": "Generate component docs.",
66
"license": "Apache 2.0",
77
"author": "LiveKit",

0 commit comments

Comments
 (0)