Skip to content

Commit 916fafd

Browse files
Version Packages (#83)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cabb1d7 commit 916fafd

File tree

9 files changed

+34
-12
lines changed

9 files changed

+34
-12
lines changed

.changeset/perfect-bugs-nail.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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fdbf77a`](https://github.com/livekit/components/commit/fdbf77a1abcf96a410102459c2d44a41ed73120e)]:
8+
- @livekit/components-react@0.1.9
9+
310
## 1.0.1
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.1",
3+
"version": "1.0.2",
44
"main": "index.js",
55
"private": true,
66
"license": "MIT",
@@ -16,7 +16,7 @@
1616
"storybook": "^7.0.0-alpha.48"
1717
},
1818
"dependencies": {
19-
"@livekit/components-react": "0.1.8",
19+
"@livekit/components-react": "0.1.9",
2020
"@livekit/components-styles": "0.1.3",
2121
"livekit-client": "^1.5.0",
2222
"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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fdbf77a`](https://github.com/livekit/components/commit/fdbf77a1abcf96a410102459c2d44a41ed73120e)]:
8+
- @livekit/components-react@0.1.9
9+
310
## 0.1.8
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.8",
3+
"version": "0.1.9",
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.8",
12+
"@livekit/components-react": "0.1.9",
1313
"@livekit/components-styles": "0.1.3",
1414
"livekit-client": "^1.5.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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fdbf77a`](https://github.com/livekit/components/commit/fdbf77a1abcf96a410102459c2d44a41ed73120e)]:
8+
- @livekit/components-react@0.1.9
9+
310
## 0.1.8
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.8",
3+
"version": "0.1.9",
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.8",
12+
"@livekit/components-react": "0.1.9",
1313
"@livekit/components-styles": "0.1.3",
1414
"livekit-client": "^1.5.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.9
4+
5+
### Patch Changes
6+
7+
- quicker build - [`fdbf77a`](https://github.com/livekit/components/commit/fdbf77a1abcf96a410102459c2d44a41ed73120e) ([@lukasIO](https://github.com/lukasIO))
8+
39
## 0.1.8
410

511
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.8",
2+
"version": "0.1.9",
33
"publishConfig": {
44
"access": "restricted"
55
},

0 commit comments

Comments
 (0)