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
6 changes: 0 additions & 6 deletions .changeset/giant-pianos-bathe.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quiet-grapes-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-badgers-stare.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.2",
"@livekit/react-components": "^1.0.3",
"livekit-client": "^1.3.2",
"react": "^18.1.0",
"react-aspect-ratio": "^1.0.50",
Expand Down
13 changes: 13 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @livekit/react-components

## 1.0.3

### Patch Changes

- [#85](https://github.com/livekit/livekit-react/pull/85) [`7ba2b97`](https://github.com/livekit/livekit-react/commit/7ba2b9738fa04ac5a4ae1b00386c05598244eca6) Thanks [@cscherban](https://github.com/cscherban)! - fix: use set value for simulcast option

- [#92](https://github.com/livekit/livekit-react/pull/92) [`96fbfb7`](https://github.com/livekit/livekit-react/commit/96fbfb76676118bbdf9f67da1433ca08fbb1a6f0) Thanks [@lukasIO](https://github.com/lukasIO)! - Update livekit-client dependency

- [#90](https://github.com/livekit/livekit-react/pull/90) [`a3d1200`](https://github.com/livekit/livekit-react/commit/a3d1200da3e04675b656bd5c659c804d4d258744) Thanks [@lukasIO](https://github.com/lukasIO)! - add option to not request media permissions for select buttons

- Updated dependencies [[`7ba2b97`](https://github.com/livekit/livekit-react/commit/7ba2b9738fa04ac5a4ae1b00386c05598244eca6), [`96fbfb7`](https://github.com/livekit/livekit-react/commit/96fbfb76676118bbdf9f67da1433ca08fbb1a6f0)]:
- @livekit/react-core@1.0.3

## 1.0.2

### Patch Changes
Expand Down
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.2",
"version": "1.0.3",
"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.2",
"@livekit/react-core": "^1.0.3",
"@types/react-responsive": "^8.0.2",
"react-aspect-ratio": "^1.0.50",
"react-responsive": "^8.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @livekit/react-core

## 1.0.3

### Patch Changes

- [#85](https://github.com/livekit/livekit-react/pull/85) [`7ba2b97`](https://github.com/livekit/livekit-react/commit/7ba2b9738fa04ac5a4ae1b00386c05598244eca6) Thanks [@cscherban](https://github.com/cscherban)! - fix: use set value for simulcast option

- [#92](https://github.com/livekit/livekit-react/pull/92) [`96fbfb7`](https://github.com/livekit/livekit-react/commit/96fbfb76676118bbdf9f67da1433ca08fbb1a6f0) Thanks [@lukasIO](https://github.com/lukasIO)! - Update livekit-client dependency

## 1.0.2

### Patch Changes
Expand Down
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.2",
"version": "1.0.3",
"description": "LiveKit Core React SDK",
"author": "davidzhao",
"license": "Apache-2.0",
Expand Down