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

Commit

Permalink
Version Packages (#113)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 22, 2022
1 parent c86b593 commit 48d3b8b
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/lucky-toes-explode.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/real-pants-lie.md

This file was deleted.

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.1.0

### Minor Changes

- [#112](https://github.com/livekit/livekit-react/pull/112) [`0273d9e`](https://github.com/livekit/livekit-react/commit/0273d9ebbe3338f4ee1c6deb9edfdaf29e9f210f) Thanks [@lukasIO](https://github.com/lukasIO)! - Breaking: useRoom().room could be undefined on first render! Fix auto-disconnect when LiveKitRoom component unmounts"

### Patch Changes

- [#114](https://github.com/livekit/livekit-react/pull/114) [`c86b593`](https://github.com/livekit/livekit-react/commit/c86b593e48d32fce1b277f5f191a5154fdcdc9d5) Thanks [@lukasIO](https://github.com/lukasIO)! - Update react-tiny-popover

- Updated dependencies [[`0273d9e`](https://github.com/livekit/livekit-react/commit/0273d9ebbe3338f4ee1c6deb9edfdaf29e9f210f)]:
- @livekit/react-core@1.1.0

## 1.0.3

### 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.3",
"version": "1.1.0",
"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.3",
"@livekit/react-core": "^1.1.0",
"@types/react-responsive": "^8.0.2",
"react-aspect-ratio": "^1.0.50",
"react-responsive": "^9.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @livekit/react-core

## 1.1.0

### Minor Changes

- [#112](https://github.com/livekit/livekit-react/pull/112) [`0273d9e`](https://github.com/livekit/livekit-react/commit/0273d9ebbe3338f4ee1c6deb9edfdaf29e9f210f) Thanks [@lukasIO](https://github.com/lukasIO)! - Breaking: useRoom().room could be undefined on first render! Fix auto-disconnect when LiveKitRoom component unmounts"

## 1.0.3

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

0 comments on commit 48d3b8b

Please sign in to comment.