Skip to content

Commit 79b1f7e

Browse files
Version Packages
1 parent 37eb1fb commit 79b1f7e

File tree

16 files changed

+58
-17
lines changed

16 files changed

+58
-17
lines changed

.changeset/deep-pugs-lick.md

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

.changeset/wicked-ties-type.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.73
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5e174e11d5ab6f8678ae144f11360e9cc6901d1e`](https://github.com/livekit/components-js/commit/5e174e11d5ab6f8678ae144f11360e9cc6901d1e)]:
8+
- @livekit/components-react@2.9.20
9+
310
## 0.1.72
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.72",
3+
"version": "0.1.73",
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.100
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5e174e11d5ab6f8678ae144f11360e9cc6901d1e`](https://github.com/livekit/components-js/commit/5e174e11d5ab6f8678ae144f11360e9cc6901d1e)]:
8+
- @livekit/components-react@2.9.20
9+
- @agents-ui@1.0.3
10+
311
## 1.0.99
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.99",
4+
"version": "1.0.100",
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.73
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5e174e11d5ab6f8678ae144f11360e9cc6901d1e`](https://github.com/livekit/components-js/commit/5e174e11d5ab6f8678ae144f11360e9cc6901d1e)]:
8+
- @livekit/components-react@2.9.20
9+
310
## 0.2.72
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.72",
3+
"version": "0.2.73",
44
"private": true,
55
"type": "module",
66
"scripts": {

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.12.13
4+
5+
### Patch Changes
6+
7+
- Adds in support for attachments and attributes fields into data streams - [#1283](https://github.com/livekit/components-js/pull/1283) ([@1egoman](https://github.com/1egoman))
8+
39
## 0.12.12
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.12.12",
3+
"version": "0.12.13",
44
"license": "Apache-2.0",
55
"author": "LiveKit",
66
"repository": {

0 commit comments

Comments
 (0)