Skip to content

Commit d3e4348

Browse files
Version Packages (#152)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fa3cf1c commit d3e4348

File tree

16 files changed

+63
-23
lines changed

16 files changed

+63
-23
lines changed

.changeset/kind-stingrays-trade.md

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

.changeset/pretty-candles-retire.md

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

docs/storybook/CHANGELOG.md

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

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- Focus participant by default in FocusLayout - [#151](https://github.com/livekit/components/pull/151) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Updated dependencies []:
10+
- @livekit/components-react@0.1.12
11+
312
## 1.0.4
413

514
### 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.4",
3+
"version": "1.0.5",
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.11",
22+
"@livekit/components-react": "0.1.12",
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.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @livekit/components-react@0.1.12
9+
310
## 0.1.11
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.11",
3+
"version": "0.1.12",
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.11",
12+
"@livekit/components-react": "0.1.12",
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.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @livekit/components-react@0.1.12
9+
310
## 0.1.11
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.11",
3+
"version": "0.1.12",
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.11",
12+
"@livekit/components-react": "0.1.12",
1313
"@livekit/components-styles": "0.1.4",
1414
"livekit-client": "^1.6.0",
1515
"livekit-server-sdk": "^1.0.3",

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.9
4+
5+
### Patch Changes
6+
7+
- Bugfixes - [`fa3cf1c`](https://github.com/livekit/components/commit/fa3cf1cf7ff74acff5d6e4629faf46218c411432) ([@lukasIO](https://github.com/lukasIO))
8+
39
## 0.1.8
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.8",
3+
"version": "0.1.9",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)