Skip to content

Commit d32f689

Browse files
committed
Merge branch 'main' of github.com:livekit/components-js
2 parents 5977a9c + bfbcbb3 commit d32f689

File tree

11 files changed

+43
-14
lines changed

11 files changed

+43
-14
lines changed

.changeset/lucky-squids-smell.md

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

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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @livekit/components-react@0.1.15
9+
310
## 1.0.7
411

512
### Patch Changes

docs/storybook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/component-docs-storybook",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"main": "index.js",
55
"private": true,
66
"license": "MIT",
@@ -19,7 +19,7 @@
1919
"typescript": "^4.8.4"
2020
},
2121
"dependencies": {
22-
"@livekit/components-react": "0.1.14",
22+
"@livekit/components-react": "0.1.15",
2323
"@livekit/components-styles": "0.1.6",
2424
"livekit-client": "^1.6.2",
2525
"react": "^18.2.0",

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.1.11
4+
5+
### Patch Changes
6+
7+
- Expose log method - [`f5984ef`](https://github.com/livekit/components-js/commit/f5984efa3a53eb9bcc389e644e0b91695f17a9d7) ([@lukasIO](https://github.com/lukasIO))
8+
39
## 0.1.10
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.1.10",
3+
"version": "0.1.11",
44
"publishConfig": {
55
"access": "public"
66
},

packages/react/CHANGELOG.md

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

3+
## 0.1.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f5984ef`](https://github.com/livekit/components-js/commit/f5984efa3a53eb9bcc389e644e0b91695f17a9d7)]:
8+
- @livekit/components-core@0.1.11
9+
310
## 0.1.14
411

512
### Patch Changes

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/components-react",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@floating-ui/react": "^0.15.1",
44-
"@livekit/components-core": "0.1.10",
44+
"@livekit/components-core": "0.1.11",
4545
"clsx": "^1.2.1"
4646
},
4747
"peerDependencies": {

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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @livekit/components-react@0.1.15
9+
310
## 0.0.6
411

512
### Patch Changes

tooling/docs-gen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/components-docs-gen",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Generate component docs.",
55
"keywords": [
66
"docs",
@@ -32,7 +32,7 @@
3232
"gen:docs": "yarn build"
3333
},
3434
"dependencies": {
35-
"@livekit/components-react": "0.1.14",
35+
"@livekit/components-react": "0.1.15",
3636
"eslint-config-custom": "^0.0.0",
3737
"eslint-plugin-tsdoc": "^0.2.17",
3838
"glob": "^8.0.0",

tooling/props-docs/CHANGELOG.md

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

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @livekit/components-react@0.1.15
9+
310
## 0.0.6
411

512
### Patch Changes

0 commit comments

Comments
 (0)