Skip to content

Commit 5d0cf81

Browse files
Version Packages (#135)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ab37c2e commit 5d0cf81

File tree

13 files changed

+52
-16
lines changed

13 files changed

+52
-16
lines changed

.changeset/good-games-guess.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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9bbf4e3`](https://github.com/livekit/components/commit/9bbf4e3549e443200aebb2531622ee2f8fba3ebb)]:
8+
- @livekit/components-react@0.1.11
9+
310
## 1.0.3
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.3",
3+
"version": "1.0.4",
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.10",
22+
"@livekit/components-react": "0.1.11",
2323
"@livekit/components-styles": "0.1.4",
2424
"livekit-client": "^1.6.0",
2525
"react": "^18.2.0",

examples/meet/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.1.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9bbf4e3`](https://github.com/livekit/components/commit/9bbf4e3549e443200aebb2531622ee2f8fba3ebb)]:
8+
- @livekit/components-react@0.1.11
9+
310
## 0.1.10
411

512
### Patch Changes

examples/meet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/meet",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@livekit/components-react": "0.1.10",
12+
"@livekit/components-react": "0.1.11",
1313
"@livekit/components-styles": "0.1.4",
1414
"livekit-client": "^1.6.0",
1515
"livekit-server-sdk": "^1.0.3",

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.1.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9bbf4e3`](https://github.com/livekit/components/commit/9bbf4e3549e443200aebb2531622ee2f8fba3ebb)]:
8+
- @livekit/components-react@0.1.11
9+
310
## 0.1.10
411

512
### Patch Changes

examples/nextjs/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-example-next",
3-
"version": "0.1.10",
3+
"version": "0.1.11",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@livekit/components-react": "0.1.10",
12+
"@livekit/components-react": "0.1.11",
1313
"@livekit/components-styles": "0.1.4",
1414
"livekit-client": "^1.6.0",
1515
"livekit-server-sdk": "^1.0.3",

packages/react/CHANGELOG.md

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

3+
## 0.1.11
4+
5+
### Patch Changes
6+
7+
- Icon fixes - [#130](https://github.com/livekit/components/pull/130) ([@mdo](https://github.com/mdo))
8+
39
## 0.1.10
410

511
### 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": "0.1.10",
3+
"version": "0.1.11",
44
"publishConfig": {
55
"access": "public"
66
},

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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9bbf4e3`](https://github.com/livekit/components/commit/9bbf4e3549e443200aebb2531622ee2f8fba3ebb)]:
8+
- @livekit/components-react@0.1.11
9+
310
## 0.0.2
411

512
### Patch Changes

0 commit comments

Comments
 (0)