Skip to content

Commit 9b88fd5

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

File tree

11 files changed

+43
-14
lines changed

11 files changed

+43
-14
lines changed

.changeset/lazy-pants-sip.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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @livekit/components-react@0.1.16
9+
310
## 1.0.8
411

512
### 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.8",
3+
"version": "1.0.9",
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.15",
22+
"@livekit/components-react": "0.1.16",
2323
"@livekit/components-styles": "0.1.6",
2424
"livekit-client": "^1.6.2",
2525
"react": "^18.2.0",

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.12
4+
5+
### Patch Changes
6+
7+
- Fix logger export - [`5977a9c`](https://github.com/livekit/components-js/commit/5977a9c881c7b520bad0209cbe9e3182d3a1ffbe) ([@lukasIO](https://github.com/lukasIO))
8+
39
## 0.1.11
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.11",
3+
"version": "0.1.12",
44
"publishConfig": {
55
"access": "public"
66
},

packages/react/CHANGELOG.md

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

3+
## 0.1.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5977a9c`](https://github.com/livekit/components-js/commit/5977a9c881c7b520bad0209cbe9e3182d3a1ffbe)]:
8+
- @livekit/components-core@0.1.12
9+
310
## 0.1.15
411

512
### Patch Changes

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/components-react",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@floating-ui/react": "^0.15.1",
44-
"@livekit/components-core": "0.1.11",
44+
"@livekit/components-core": "0.1.12",
4545
"clsx": "^1.2.1"
4646
},
4747
"peerDependencies": {

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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @livekit/components-react@0.1.16
9+
310
## 0.0.7
411

512
### Patch Changes

tooling/docs-gen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/components-docs-gen",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Generate component docs.",
55
"keywords": [
66
"docs",
@@ -32,7 +32,7 @@
3232
"gen:docs": "yarn build"
3333
},
3434
"dependencies": {
35-
"@livekit/components-react": "0.1.15",
35+
"@livekit/components-react": "0.1.16",
3636
"eslint-config-custom": "^0.0.0",
3737
"eslint-plugin-tsdoc": "^0.2.17",
3838
"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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @livekit/components-react@0.1.16
9+
310
## 0.0.7
411

512
### Patch Changes

0 commit comments

Comments
 (0)