Skip to content

Commit 1e37705

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

File tree

11 files changed

+43
-14
lines changed

11 files changed

+43
-14
lines changed

.changeset/pink-socks-tell.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.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2ff32cc`](https://github.com/livekit/components-js/commit/2ff32cc50682f623adf8c314b13e97fe5d1fbeb5)]:
8+
- @livekit/components-react@0.1.20
9+
310
## 1.0.12
411

512
### Patch Changes

docs/storybook/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-docs-storybook",
4-
"version": "1.0.12",
4+
"version": "1.0.13",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"scripts": {
@@ -11,7 +11,7 @@
1111
"tsx:check": "tsc --noEmit"
1212
},
1313
"dependencies": {
14-
"@livekit/components-react": "0.1.19",
14+
"@livekit/components-react": "0.1.20",
1515
"@livekit/components-styles": "0.1.9",
1616
"livekit-client": "^1.6.2",
1717
"react": "^18.2.0",

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.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2ff32cc`](https://github.com/livekit/components-js/commit/2ff32cc50682f623adf8c314b13e97fe5d1fbeb5)]:
8+
- @livekit/components-react@0.1.20
9+
310
## 0.1.15
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.15",
3+
"version": "0.1.16",
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.19",
12+
"@livekit/components-react": "0.1.20",
1313
"@livekit/components-styles": "0.1.9",
1414
"livekit-client": "^1.6.2",
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.20
4+
5+
### Patch Changes
6+
7+
- Don't stop track on unmount - [#245](https://github.com/livekit/components-js/pull/245) ([@lukasIO](https://github.com/lukasIO))
8+
39
## 0.1.19
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.19",
3+
"version": "0.1.20",
44
"license": "Apache-2.0",
55
"author": "LiveKit",
66
"exports": {

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.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2ff32cc`](https://github.com/livekit/components-js/commit/2ff32cc50682f623adf8c314b13e97fe5d1fbeb5)]:
8+
- @livekit/components-react@0.1.20
9+
310
## 0.0.11
411

512
### Patch Changes

tooling/docs-gen/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/components-docs-gen",
4-
"version": "0.0.11",
4+
"version": "0.0.12",
55
"description": "Generate component docs.",
66
"license": "Apache 2.0",
77
"author": "LiveKit",
@@ -25,7 +25,7 @@
2525
},
2626
"sideEffects": false,
2727
"dependencies": {
28-
"@livekit/components-react": "0.1.19",
28+
"@livekit/components-react": "0.1.20",
2929
"eslint-config-lk-custom": "*",
3030
"eslint-plugin-tsdoc": "^0.2.17",
3131
"glob": "^8.0.0",

tooling/props-docs/CHANGELOG.md

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

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2ff32cc`](https://github.com/livekit/components-js/commit/2ff32cc50682f623adf8c314b13e97fe5d1fbeb5)]:
8+
- @livekit/components-react@0.1.20
9+
310
## 0.0.11
411

512
### Patch Changes

0 commit comments

Comments
 (0)