Skip to content

Commit 7f7ddfb

Browse files
Version Packages (livekit#517)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d71f8fa commit 7f7ddfb

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/dry-turkeys-return.md

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

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.6.8
4+
5+
### Patch Changes
6+
7+
- Fix: Only react to topics defined in the message observable - [#516](https://github.com/livekit/components-js/pull/516) ([@lukasIO](https://github.com/lukasIO))
8+
39
## 0.6.7
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.6.7",
3+
"version": "0.6.8",
44
"license": "Apache-2.0",
55
"author": "LiveKit",
66
"repository": {

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+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d71f8fa`](https://github.com/livekit/components-js/commit/d71f8fa401e4345359e49ee2a9947f80941fe65b)]:
8+
- @livekit/components-core@0.6.8
9+
310
## 1.0.4
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": "1.0.4",
3+
"version": "1.0.5",
44
"license": "Apache-2.0",
55
"author": "LiveKit",
66
"repository": {
@@ -47,7 +47,7 @@
4747
},
4848
"typings": "dist/index.d.ts",
4949
"dependencies": {
50-
"@livekit/components-core": "0.6.7",
50+
"@livekit/components-core": "0.6.8",
5151
"@react-hook/latest": "^1.0.3",
5252
"clsx": "^1.2.1"
5353
},

0 commit comments

Comments
 (0)