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

Commit 854b8b4

Browse files
Version Packages (#70)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a189c09 commit 854b8b4

7 files changed

Lines changed: 23 additions & 15 deletions

File tree

.changeset/early-walls-check.md

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

.changeset/fifty-crabs-tease.md

Lines changed: 0 additions & 6 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.0",
15+
"@livekit/react-components": "^1.0.1",
1616
"livekit-client": "1.2.7",
1717
"react": "^18.1.0",
1818
"react-aspect-ratio": "^1.0.50",

packages/components/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @livekit/react-components
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
* [#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
10+
11+
* Updated dependencies [[`cfb4708`](https://github.com/livekit/livekit-react/commit/cfb4708ad5497a7f6babb3208bec9c70e5b04879)]:
12+
- @livekit/react-core@1.0.1

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.0",
3+
"version": "1.0.1",
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.0",
30+
"@livekit/react-core": "^1.0.1",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @livekit/react-core
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#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

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

0 commit comments

Comments
 (0)