Skip to content

Commit

Permalink
Version Packages (#80)
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 Nov 8, 2022
1 parent a650697 commit 470456f
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 24 deletions.
6 changes: 0 additions & 6 deletions .changeset/cool-glasses-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-flowers-matter.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/red-ducks-speak.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/meet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/component-example-next

## 0.1.8

### Patch Changes

- Updated dependencies [[`622b14c`](https://github.com/livekit/components/commit/622b14c4eff002d9ae6de776099284ec0581f7ed), [`324be93`](https://github.com/livekit/components/commit/324be930e9e33afb1c00d765a734c8bb2b53bf8e)]:
- @livekit/components-react@0.1.8

## 0.1.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/meet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/meet",
"version": "0.1.7",
"version": "0.1.8",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@livekit/components-react": "0.1.7",
"@livekit/components-react": "0.1.8",
"@livekit/components-styles": "0.1.3",
"livekit-client": "^1.5.0",
"livekit-server-sdk": "^1.0.3",
Expand Down
7 changes: 7 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/component-example-next

## 0.1.8

### Patch Changes

- Updated dependencies [[`622b14c`](https://github.com/livekit/components/commit/622b14c4eff002d9ae6de776099284ec0581f7ed), [`324be93`](https://github.com/livekit/components/commit/324be930e9e33afb1c00d765a734c8bb2b53bf8e)]:
- @livekit/components-react@0.1.8

## 0.1.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/component-example-next",
"version": "0.1.7",
"version": "0.1.8",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@livekit/components-react": "0.1.7",
"@livekit/components-react": "0.1.8",
"@livekit/components-styles": "0.1.3",
"livekit-client": "^1.5.0",
"livekit-server-sdk": "^1.0.3",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @livekit/components-core

## 0.1.7

### Patch Changes

- Fix react hook conditional errors - [#82](https://github.com/livekit/components/pull/82) ([@lukasIO](https://github.com/lukasIO))

- Make core a module - [`725b995`](https://github.com/livekit/components/commit/725b9950b71fa3b633a24c981152f818cd05434c) ([@lukasIO](https://github.com/lukasIO))

- bundle core package - [`324be93`](https://github.com/livekit/components/commit/324be930e9e33afb1c00d765a734c8bb2b53bf8e) ([@lukasIO](https://github.com/lukasIO))

## 0.1.6

### 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,5 +1,5 @@
{
"version": "0.1.6",
"version": "0.1.7",
"publishConfig": {
"access": "restricted"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @livekit/components-react

## 0.1.8

### Patch Changes

- Fix react hook conditional errors - [#82](https://github.com/livekit/components/pull/82) ([@lukasIO](https://github.com/lukasIO))

- bundle core package - [`324be93`](https://github.com/livekit/components/commit/324be930e9e33afb1c00d765a734c8bb2b53bf8e) ([@lukasIO](https://github.com/lukasIO))

- 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)]:
- @livekit/components-core@0.1.7

## 0.1.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.7",
"version": "0.1.8",
"publishConfig": {
"access": "restricted"
},
Expand Down Expand Up @@ -30,7 +30,7 @@
"build": "rollup --config"
},
"dependencies": {
"@livekit/components-core": "0.1.6"
"@livekit/components-core": "0.1.7"
},
"peerDependencies": {
"livekit-client": "^1.4.3",
Expand Down

2 comments on commit 470456f

@vercel
Copy link

@vercel vercel bot commented on 470456f Nov 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

components-next – ./

components-next.vercel.app
components-next-git-main-livekit.vercel.app
components-next-livekit.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 470456f Nov 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

meet – ./

meet-livekit.vercel.app
meet-git-main-livekit.vercel.app
lk-meet.vercel.app

Please sign in to comment.