Skip to content
This repository was archived by the owner on Aug 24, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/early-walls-check.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fifty-crabs-tease.md

This file was deleted.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@livekit/react-components": "^1.0.0",
"@livekit/react-components": "^1.0.1",
"livekit-client": "1.2.7",
"react": "^18.1.0",
"react-aspect-ratio": "^1.0.50",
Expand Down
12 changes: 12 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @livekit/react-components

## 1.0.1

### Patch Changes

- [#64](https://github.com/livekit/livekit-react/pull/64) [`a30b2dd`](https://github.com/livekit/livekit-react/commit/a30b2dd0d974f3c1d85472f758889aec8d215f67) Thanks [@Philzen](https://github.com/Philzen)! - Hover styles for device menu options

* [#74](https://github.com/livekit/livekit-react/pull/74) [`cfb4708`](https://github.com/livekit/livekit-react/commit/cfb4708ad5497a7f6babb3208bec9c70e5b04879) Thanks [@lukasIO](https://github.com/lukasIO)! - Update livekit client version dependency

* Updated dependencies [[`cfb4708`](https://github.com/livekit/livekit-react/commit/cfb4708ad5497a7f6babb3208bec9c70e5b04879)]:
- @livekit/react-core@1.0.1
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/react-components",
"version": "1.0.0",
"version": "1.0.1",
"description": "LiveKit SDK & Components",
"author": "davidzhao",
"license": "Apache-2.0",
Expand All @@ -27,7 +27,7 @@
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@livekit/react-core": "^1.0.0",
"@livekit/react-core": "^1.0.1",
"@types/react-responsive": "^8.0.2",
"react-aspect-ratio": "^1.0.50",
"react-responsive": "^8.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @livekit/react-core

## 1.0.1

### Patch Changes

- [#74](https://github.com/livekit/livekit-react/pull/74) [`cfb4708`](https://github.com/livekit/livekit-react/commit/cfb4708ad5497a7f6babb3208bec9c70e5b04879) Thanks [@lukasIO](https://github.com/lukasIO)! - Update livekit client version dependency
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/react-core",
"version": "1.0.0",
"version": "1.0.1",
"description": "LiveKit Core React SDK",
"author": "davidzhao",
"license": "Apache-2.0",
Expand Down