Skip to content

Commit 5b0ddf5

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

File tree

21 files changed

+108
-34
lines changed

21 files changed

+108
-34
lines changed

.changeset/tame-chairs-sip.md

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

docs/storybook/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @livekit/component-docs-storybook
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- update libs ([`e2c731d`](https://github.com/livekit/components/commit/e2c731d5f15f410680deaa1ffc389a02c6c9b36c))
8+
9+
- Updated dependencies [[`e2c731d`](https://github.com/livekit/components/commit/e2c731d5f15f410680deaa1ffc389a02c6c9b36c)]:
10+
- @livekit/components-react@0.1.2
11+
- @livekit/components-styles@0.1.2

docs/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/component-docs-storybook",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"main": "index.js",
55
"private": true,
66
"license": "MIT",

examples/meet/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- update libs ([`e2c731d`](https://github.com/livekit/components/commit/e2c731d5f15f410680deaa1ffc389a02c6c9b36c))
8+
9+
- Updated dependencies [[`e2c731d`](https://github.com/livekit/components/commit/e2c731d5f15f410680deaa1ffc389a02c6c9b36c)]:
10+
- @livekit/components-react@0.1.2
11+
- @livekit/components-styles@0.1.2
12+
313
## 0.1.1
414

515
### 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.1",
3+
"version": "0.1.2",
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.1",
13-
"@livekit/components-styles": "0.1.1",
12+
"@livekit/components-react": "0.1.2",
13+
"@livekit/components-styles": "0.1.2",
1414
"livekit-client": "^1.4.3",
1515
"next": "12.2.4",
1616
"react": "18.2.0",

examples/nextjs/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- update libs ([`e2c731d`](https://github.com/livekit/components/commit/e2c731d5f15f410680deaa1ffc389a02c6c9b36c))
8+
9+
- Updated dependencies [[`e2c731d`](https://github.com/livekit/components/commit/e2c731d5f15f410680deaa1ffc389a02c6c9b36c)]:
10+
- @livekit/components-react@0.1.2
11+
- @livekit/components-styles@0.1.2
12+
313
## 0.1.1
414

515
### Patch Changes

examples/nextjs/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-example-next",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
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.1",
13-
"@livekit/components-styles": "0.1.1",
12+
"@livekit/components-react": "0.1.2",
13+
"@livekit/components-styles": "0.1.2",
1414
"livekit-client": "^1.4.3",
1515
"next": "12.2.4",
1616
"react": "18.2.0",

examples/nuxtjs/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- update libs ([`e2c731d`](https://github.com/livekit/components/commit/e2c731d5f15f410680deaa1ffc389a02c6c9b36c))
8+
9+
- Updated dependencies [[`e2c731d`](https://github.com/livekit/components/commit/e2c731d5f15f410680deaa1ffc389a02c6c9b36c)]:
10+
- @livekit/components-vue@0.1.2
11+
312
## 0.1.1
413

514
### Patch Changes

examples/nuxtjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@livekit/component-example-nuxt",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"scripts": {
66
"build": "nuxt build",
77
"dev": "nuxt dev",
@@ -13,6 +13,6 @@
1313
"nuxt": "3.0.0-rc.9"
1414
},
1515
"dependencies": {
16-
"@livekit/components-vue": "0.1.1"
16+
"@livekit/components-vue": "0.1.2"
1717
}
1818
}

examples/sveltekit/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- update libs ([`e2c731d`](https://github.com/livekit/components/commit/e2c731d5f15f410680deaa1ffc389a02c6c9b36c))
8+
9+
- Updated dependencies [[`e2c731d`](https://github.com/livekit/components/commit/e2c731d5f15f410680deaa1ffc389a02c6c9b36c)]:
10+
- @livekit/components-svelte@0.1.2
11+
312
## 0.1.1
413

514
### Patch Changes

0 commit comments

Comments
 (0)