Skip to content

Commit 308a43a

Browse files
Version Packages (#207)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9b967f2 commit 308a43a

20 files changed

+80
-45
lines changed

.changeset/blue-files-collect.md

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

.changeset/eleven-games-wonder.md

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

.changeset/fair-colts-call.md

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

.changeset/little-planes-tie.md

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

.changeset/spotty-shirts-beg.md

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

docs/storybook/CHANGELOG.md

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

3+
## 1.0.7
4+
5+
### Patch Changes
6+
7+
- Better auto-grid layout - [#203](https://github.com/livekit/components-js/pull/203) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Updated dependencies [[`4bd192b`](https://github.com/livekit/components-js/commit/4bd192bf791ed70b3b13398b2ea6f2c6534c9d29), [`91ccb56`](https://github.com/livekit/components-js/commit/91ccb5674e2331028c189718970d0325001b8950), [`f0ff603`](https://github.com/livekit/components-js/commit/f0ff6033beec8d12bcd25b85b7fe3b92c8ba5bee), [`43f4817`](https://github.com/livekit/components-js/commit/43f4817120425eab05e2c8f4162736acf909174c), [`46bca53`](https://github.com/livekit/components-js/commit/46bca53f2bbaa1a0cba97f977094a9da0e2ec5db)]:
10+
- @livekit/components-react@0.1.14
11+
- @livekit/components-styles@0.1.6
12+
313
## 1.0.6
414

515
### Patch Changes

docs/storybook/package.json

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

examples/meet/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @livekit/component-example-next
22

3+
## 0.1.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4bd192b`](https://github.com/livekit/components-js/commit/4bd192bf791ed70b3b13398b2ea6f2c6534c9d29), [`91ccb56`](https://github.com/livekit/components-js/commit/91ccb5674e2331028c189718970d0325001b8950), [`f0ff603`](https://github.com/livekit/components-js/commit/f0ff6033beec8d12bcd25b85b7fe3b92c8ba5bee), [`43f4817`](https://github.com/livekit/components-js/commit/43f4817120425eab05e2c8f4162736acf909174c), [`46bca53`](https://github.com/livekit/components-js/commit/46bca53f2bbaa1a0cba97f977094a9da0e2ec5db)]:
8+
- @livekit/components-react@0.1.14
9+
- @livekit/components-styles@0.1.6
10+
311
## 0.1.13
412

513
### Patch Changes

examples/meet/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/meet",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -9,8 +9,8 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@livekit/components-react": "0.1.13",
13-
"@livekit/components-styles": "0.1.5",
12+
"@livekit/components-react": "0.1.14",
13+
"@livekit/components-styles": "0.1.6",
1414
"livekit-client": "^1.6.2",
1515
"livekit-server-sdk": "^1.0.3",
1616
"next": "12.2.4",

examples/nextjs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @livekit/component-example-next
22

3+
## 0.1.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4bd192b`](https://github.com/livekit/components-js/commit/4bd192bf791ed70b3b13398b2ea6f2c6534c9d29), [`91ccb56`](https://github.com/livekit/components-js/commit/91ccb5674e2331028c189718970d0325001b8950), [`f0ff603`](https://github.com/livekit/components-js/commit/f0ff6033beec8d12bcd25b85b7fe3b92c8ba5bee), [`43f4817`](https://github.com/livekit/components-js/commit/43f4817120425eab05e2c8f4162736acf909174c), [`46bca53`](https://github.com/livekit/components-js/commit/46bca53f2bbaa1a0cba97f977094a9da0e2ec5db)]:
8+
- @livekit/components-react@0.1.14
9+
- @livekit/components-styles@0.1.6
10+
311
## 0.1.13
412

513
### Patch Changes

0 commit comments

Comments
 (0)