Skip to content

Commit 8bd3caa

Browse files
Version Packages (#239)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 522aaa4 commit 8bd3caa

File tree

20 files changed

+100
-40
lines changed

20 files changed

+100
-40
lines changed

.changeset/great-bats-exercise.md

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

.changeset/large-keys-crash.md

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

docs/alpha-docs/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Monorepo-wide package updates and cleanups. - [#235](https://github.com/livekit/components-js/pull/235) ([@Ocupe](https://github.com/Ocupe))
8+
39
## 0.0.2
410

511
### Patch Changes

docs/alpha-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@livekit/components-alpha-docs",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"description": "Preliminary alpha docs for LiveKit components.",
66
"license": "Apache-2.0",
77
"author": "LiveKit",

docs/storybook/CHANGELOG.md

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

3+
## 1.0.12
4+
5+
### Patch Changes
6+
7+
- Internal revisions of the component and prefab structure. - [#241](https://github.com/livekit/components-js/pull/241) ([@Ocupe](https://github.com/Ocupe))
8+
9+
- Monorepo-wide package updates and cleanups. - [#235](https://github.com/livekit/components-js/pull/235) ([@Ocupe](https://github.com/Ocupe))
10+
11+
- Updated dependencies [[`1e53f58`](https://github.com/livekit/components-js/commit/1e53f58901c56224bc1a060210baf5d5beb9d17f), [`6a13879`](https://github.com/livekit/components-js/commit/6a13879d8a7092aa566f500f43e2e2057a3dcd8a)]:
12+
- @livekit/components-styles@0.1.9
13+
- @livekit/components-react@0.1.19
14+
315
## 1.0.11
416

517
### Patch Changes

docs/storybook/package.json

Lines changed: 3 additions & 3 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.11",
4+
"version": "1.0.12",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"scripts": {
@@ -11,8 +11,8 @@
1111
"tsx:check": "tsc --noEmit"
1212
},
1313
"dependencies": {
14-
"@livekit/components-react": "0.1.18",
15-
"@livekit/components-styles": "0.1.8",
14+
"@livekit/components-react": "0.1.19",
15+
"@livekit/components-styles": "0.1.9",
1616
"livekit-client": "^1.6.2",
1717
"react": "^18.2.0",
1818
"react-dom": "^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.15
4+
5+
### Patch Changes
6+
7+
- Internal revisions of the component and prefab structure. - [#241](https://github.com/livekit/components-js/pull/241) ([@Ocupe](https://github.com/Ocupe))
8+
9+
- Updated dependencies [[`1e53f58`](https://github.com/livekit/components-js/commit/1e53f58901c56224bc1a060210baf5d5beb9d17f), [`6a13879`](https://github.com/livekit/components-js/commit/6a13879d8a7092aa566f500f43e2e2057a3dcd8a)]:
10+
- @livekit/components-styles@0.1.9
11+
- @livekit/components-react@0.1.19
12+
313
## 0.1.14
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.14",
3+
"version": "0.1.15",
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.18",
13-
"@livekit/components-styles": "0.1.8",
12+
"@livekit/components-react": "0.1.19",
13+
"@livekit/components-styles": "0.1.9",
1414
"livekit-client": "^1.6.2",
1515
"livekit-server-sdk": "^1.0.3",
1616
"next": "12.2.4",

packages/core/CHANGELOG.md

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

3+
## 0.1.13
4+
5+
### Patch Changes
6+
7+
- Internal revisions of the component and prefab structure. - [#241](https://github.com/livekit/components-js/pull/241) ([@Ocupe](https://github.com/Ocupe))
8+
9+
- Monorepo-wide package updates and cleanups. - [#235](https://github.com/livekit/components-js/pull/235) ([@Ocupe](https://github.com/Ocupe))
10+
311
## 0.1.12
412

513
### Patch Changes

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/components-core",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"license": "Apache-2.0",
55
"author": "LiveKit",
66
"exports": {
@@ -37,8 +37,8 @@
3737
"livekit-client": "^1.6.2"
3838
},
3939
"devDependencies": {
40-
"@livekit/components-styles": "0.1.8",
41-
"eslint-config-lk-custom": "0.1.0",
40+
"@livekit/components-styles": "0.1.9",
41+
"eslint-config-lk-custom": "0.1.1",
4242
"livekit-client": "^1.6.2",
4343
"tsup": "^6.5.0",
4444
"typescript": "^4.9.4",

0 commit comments

Comments
 (0)