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

Commit 0bbb880

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

8 files changed

Lines changed: 23 additions & 20 deletions

File tree

.changeset/little-donuts-attack.md

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

.changeset/sharp-actors-kick.md

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

.changeset/wild-otters-complain.md

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

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@fortawesome/free-solid-svg-icons": "^6.1.1",
15-
"@livekit/react-components": "^1.0.1",
15+
"@livekit/react-components": "^1.0.2",
1616
"livekit-client": "1.3.0",
1717
"react": "^18.1.0",
1818
"react-aspect-ratio": "^1.0.50",

packages/components/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#79](https://github.com/livekit/livekit-react/pull/79) [`7a2a96f`](https://github.com/livekit/livekit-react/commit/7a2a96fbe028b57df9c7b6bd8c1ea82bf003e536) Thanks [@lukasIO](https://github.com/lukasIO)! - Disconnect from room when LiveKitRoom unmounts
8+
9+
* [#79](https://github.com/livekit/livekit-react/pull/79) [`7a2a96f`](https://github.com/livekit/livekit-react/commit/7a2a96fbe028b57df9c7b6bd8c1ea82bf003e536) Thanks [@lukasIO](https://github.com/lukasIO)! - Update livekit client
10+
11+
* Updated dependencies [[`7a2a96f`](https://github.com/livekit/livekit-react/commit/7a2a96fbe028b57df9c7b6bd8c1ea82bf003e536), [`d94b678`](https://github.com/livekit/livekit-react/commit/d94b678dea341f3fc5666f0e3567710df8295bcd)]:
12+
- @livekit/react-core@1.0.2
13+
314
## 1.0.1
415

516
### 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.1",
3+
"version": "1.0.2",
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.1",
30+
"@livekit/react-core": "^1.0.2",
3131
"@types/react-responsive": "^8.0.2",
3232
"react-aspect-ratio": "^1.0.50",
3333
"react-responsive": "^8.2.0",

packages/core/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#79](https://github.com/livekit/livekit-react/pull/79) [`7a2a96f`](https://github.com/livekit/livekit-react/commit/7a2a96fbe028b57df9c7b6bd8c1ea82bf003e536) Thanks [@lukasIO](https://github.com/lukasIO)! - Update livekit client
8+
9+
* [#82](https://github.com/livekit/livekit-react/pull/82) [`d94b678`](https://github.com/livekit/livekit-react/commit/d94b678dea341f3fc5666f0e3567710df8295bcd) Thanks [@Philzen](https://github.com/Philzen)! - Enable controlling local stream mirroring by introducing `isMirrored`-prop
10+
311
## 1.0.1
412

513
### 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.1",
3+
"version": "1.0.2",
44
"description": "LiveKit Core React SDK",
55
"author": "davidzhao",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)