Skip to content

Commit

Permalink
Version Packages (#83)
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] committed Nov 8, 2022
1 parent cabb1d7 commit 916fafd
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/perfect-bugs-nail.md

This file was deleted.

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

## 1.0.2

### Patch Changes

- Updated dependencies [[`fdbf77a`](https://github.com/livekit/components/commit/fdbf77a1abcf96a410102459c2d44a41ed73120e)]:
- @livekit/components-react@0.1.9

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions docs/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/component-docs-storybook",
"version": "1.0.1",
"version": "1.0.2",
"main": "index.js",
"private": true,
"license": "MIT",
Expand All @@ -16,7 +16,7 @@
"storybook": "^7.0.0-alpha.48"
},
"dependencies": {
"@livekit/components-react": "0.1.8",
"@livekit/components-react": "0.1.9",
"@livekit/components-styles": "0.1.3",
"livekit-client": "^1.5.0",
"react": "^18.2.0",
Expand Down
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.9

### Patch Changes

- Updated dependencies [[`fdbf77a`](https://github.com/livekit/components/commit/fdbf77a1abcf96a410102459c2d44a41ed73120e)]:
- @livekit/components-react@0.1.9

## 0.1.8

### 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.8",
"version": "0.1.9",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@livekit/components-react": "0.1.8",
"@livekit/components-react": "0.1.9",
"@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.9

### Patch Changes

- Updated dependencies [[`fdbf77a`](https://github.com/livekit/components/commit/fdbf77a1abcf96a410102459c2d44a41ed73120e)]:
- @livekit/components-react@0.1.9

## 0.1.8

### 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.8",
"version": "0.1.9",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@livekit/components-react": "0.1.8",
"@livekit/components-react": "0.1.9",
"@livekit/components-styles": "0.1.3",
"livekit-client": "^1.5.0",
"livekit-server-sdk": "^1.0.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @livekit/components-react

## 0.1.9

### Patch Changes

- quicker build - [`fdbf77a`](https://github.com/livekit/components/commit/fdbf77a1abcf96a410102459c2d44a41ed73120e) ([@lukasIO](https://github.com/lukasIO))

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.8",
"version": "0.1.9",
"publishConfig": {
"access": "restricted"
},
Expand Down

2 comments on commit 916fafd

@vercel
Copy link

@vercel vercel bot commented on 916fafd 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-git-main-livekit.vercel.app
components-next-livekit.vercel.app
components-next.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 916fafd 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-git-main-livekit.vercel.app
lk-meet.vercel.app
meet-livekit.vercel.app

Please sign in to comment.