Skip to content
This repository was archived by the owner on Aug 24, 2023. It is now read-only.

Commit 48d3b8b

Browse files
Version Packages (#113)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c86b593 commit 48d3b8b

6 files changed

Lines changed: 22 additions & 14 deletions

File tree

.changeset/lucky-toes-explode.md

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

.changeset/real-pants-lie.md

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

packages/components/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#112](https://github.com/livekit/livekit-react/pull/112) [`0273d9e`](https://github.com/livekit/livekit-react/commit/0273d9ebbe3338f4ee1c6deb9edfdaf29e9f210f) Thanks [@lukasIO](https://github.com/lukasIO)! - Breaking: useRoom().room could be undefined on first render! Fix auto-disconnect when LiveKitRoom component unmounts"
8+
9+
### Patch Changes
10+
11+
- [#114](https://github.com/livekit/livekit-react/pull/114) [`c86b593`](https://github.com/livekit/livekit-react/commit/c86b593e48d32fce1b277f5f191a5154fdcdc9d5) Thanks [@lukasIO](https://github.com/lukasIO)! - Update react-tiny-popover
12+
13+
- Updated dependencies [[`0273d9e`](https://github.com/livekit/livekit-react/commit/0273d9ebbe3338f4ee1c6deb9edfdaf29e9f210f)]:
14+
- @livekit/react-core@1.1.0
15+
316
## 1.0.3
417

518
### Patch Changes

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/react-components",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "LiveKit SDK & Components",
55
"author": "davidzhao",
66
"license": "Apache-2.0",
@@ -27,7 +27,7 @@
2727
"@fortawesome/fontawesome-svg-core": "^6.1.1",
2828
"@fortawesome/free-solid-svg-icons": "^6.1.1",
2929
"@fortawesome/react-fontawesome": "^0.1.18",
30-
"@livekit/react-core": "^1.0.3",
30+
"@livekit/react-core": "^1.1.0",
3131
"@types/react-responsive": "^8.0.2",
3232
"react-aspect-ratio": "^1.0.50",
3333
"react-responsive": "^9.0.2",

packages/core/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#112](https://github.com/livekit/livekit-react/pull/112) [`0273d9e`](https://github.com/livekit/livekit-react/commit/0273d9ebbe3338f4ee1c6deb9edfdaf29e9f210f) Thanks [@lukasIO](https://github.com/lukasIO)! - Breaking: useRoom().room could be undefined on first render! Fix auto-disconnect when LiveKitRoom component unmounts"
8+
39
## 1.0.3
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/react-core",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "LiveKit Core React SDK",
55
"author": "davidzhao",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)