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

Commit b1898ba

Browse files
Version Packages (#95)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c1ee050 commit b1898ba

File tree

8 files changed

+25
-21
lines changed

8 files changed

+25
-21
lines changed

.changeset/giant-pianos-bathe.md

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

.changeset/quiet-grapes-mix.md

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

.changeset/shiny-badgers-stare.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.2",
15+
"@livekit/react-components": "^1.0.3",
1616
"livekit-client": "^1.3.2",
1717
"react": "^18.1.0",
1818
"react-aspect-ratio": "^1.0.50",

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.0.3
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
- [#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
12+
13+
- Updated dependencies [[`7ba2b97`](https://github.com/livekit/livekit-react/commit/7ba2b9738fa04ac5a4ae1b00386c05598244eca6), [`96fbfb7`](https://github.com/livekit/livekit-react/commit/96fbfb76676118bbdf9f67da1433ca08fbb1a6f0)]:
14+
- @livekit/react-core@1.0.3
15+
316
## 1.0.2
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.2",
3+
"version": "1.0.3",
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.2",
30+
"@livekit/react-core": "^1.0.3",
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.3
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
311
## 1.0.2
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.2",
3+
"version": "1.0.3",
44
"description": "LiveKit Core React SDK",
55
"author": "davidzhao",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)