Skip to content

Commit 470456f

Browse files
Version Packages (#80)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a650697 commit 470456f

File tree

11 files changed

+42
-24
lines changed

11 files changed

+42
-24
lines changed

.changeset/cool-glasses-travel.md

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

.changeset/lovely-flowers-matter.md

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

.changeset/red-ducks-speak.md

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

examples/meet/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @livekit/component-example-next
22

3+
## 0.1.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`622b14c`](https://github.com/livekit/components/commit/622b14c4eff002d9ae6de776099284ec0581f7ed), [`324be93`](https://github.com/livekit/components/commit/324be930e9e33afb1c00d765a734c8bb2b53bf8e)]:
8+
- @livekit/components-react@0.1.8
9+
310
## 0.1.7
411

512
### Patch Changes

examples/meet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/meet",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@livekit/components-react": "0.1.7",
12+
"@livekit/components-react": "0.1.8",
1313
"@livekit/components-styles": "0.1.3",
1414
"livekit-client": "^1.5.0",
1515
"livekit-server-sdk": "^1.0.3",

examples/nextjs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @livekit/component-example-next
22

3+
## 0.1.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`622b14c`](https://github.com/livekit/components/commit/622b14c4eff002d9ae6de776099284ec0581f7ed), [`324be93`](https://github.com/livekit/components/commit/324be930e9e33afb1c00d765a734c8bb2b53bf8e)]:
8+
- @livekit/components-react@0.1.8
9+
310
## 0.1.7
411

512
### Patch Changes

examples/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/component-example-next",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@livekit/components-react": "0.1.7",
12+
"@livekit/components-react": "0.1.8",
1313
"@livekit/components-styles": "0.1.3",
1414
"livekit-client": "^1.5.0",
1515
"livekit-server-sdk": "^1.0.3",

packages/core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @livekit/components-core
22

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- Fix react hook conditional errors - [#82](https://github.com/livekit/components/pull/82) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- Make core a module - [`725b995`](https://github.com/livekit/components/commit/725b9950b71fa3b633a24c981152f818cd05434c) ([@lukasIO](https://github.com/lukasIO))
10+
11+
- bundle core package - [`324be93`](https://github.com/livekit/components/commit/324be930e9e33afb1c00d765a734c8bb2b53bf8e) ([@lukasIO](https://github.com/lukasIO))
12+
313
## 0.1.6
414

515
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.6",
2+
"version": "0.1.7",
33
"publishConfig": {
44
"access": "restricted"
55
},

packages/react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @livekit/components-react
22

3+
## 0.1.8
4+
5+
### Patch Changes
6+
7+
- Fix react hook conditional errors - [#82](https://github.com/livekit/components/pull/82) ([@lukasIO](https://github.com/lukasIO))
8+
9+
- bundle core package - [`324be93`](https://github.com/livekit/components/commit/324be930e9e33afb1c00d765a734c8bb2b53bf8e) ([@lukasIO](https://github.com/lukasIO))
10+
11+
- Updated dependencies [[`622b14c`](https://github.com/livekit/components/commit/622b14c4eff002d9ae6de776099284ec0581f7ed), [`725b995`](https://github.com/livekit/components/commit/725b9950b71fa3b633a24c981152f818cd05434c), [`324be93`](https://github.com/livekit/components/commit/324be930e9e33afb1c00d765a734c8bb2b53bf8e)]:
12+
- @livekit/components-core@0.1.7
13+
314
## 0.1.7
415

516
### Patch Changes

0 commit comments

Comments
 (0)