Skip to content

Commit

Permalink
Version Packages (#841)
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 Apr 23, 2024
1 parent 3babc69 commit 958dba5
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/moody-suits-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-buses-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-pugs-float.md

This file was deleted.

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

## 0.1.19

### Patch Changes

- Updated dependencies [[`8aa9567fa1f1e81a4ead1f6f2d896b8b14db0a7c`](https://github.com/livekit/components-js/commit/8aa9567fa1f1e81a4ead1f6f2d896b8b14db0a7c), [`c2ad1aeb8a90e115cb0da153ff6f5b17541923c4`](https://github.com/livekit/components-js/commit/c2ad1aeb8a90e115cb0da153ff6f5b17541923c4), [`3babc69534c0dc79ec4f3b5c0048ec9d18f2ffad`](https://github.com/livekit/components-js/commit/3babc69534c0dc79ec4f3b5c0048ec9d18f2ffad)]:
- @livekit/components-react@2.1.3

## 0.1.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/components-js-docs",
"version": "0.1.18",
"version": "0.1.19",
"description": "Automatically generated documentation pages for LiveKit Components JS. Intended to be consumed by the documentation page.",
"repository": {
"type": "git",
Expand Down
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.44

### Patch Changes

- Updated dependencies [[`8aa9567fa1f1e81a4ead1f6f2d896b8b14db0a7c`](https://github.com/livekit/components-js/commit/8aa9567fa1f1e81a4ead1f6f2d896b8b14db0a7c), [`c2ad1aeb8a90e115cb0da153ff6f5b17541923c4`](https://github.com/livekit/components-js/commit/c2ad1aeb8a90e115cb0da153ff6f5b17541923c4), [`3babc69534c0dc79ec4f3b5c0048ec9d18f2ffad`](https://github.com/livekit/components-js/commit/3babc69534c0dc79ec4f3b5c0048ec9d18f2ffad)]:
- @livekit/components-react@2.1.3

## 1.0.43

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@livekit/component-docs-storybook",
"version": "1.0.43",
"version": "1.0.44",
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
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.2.17

### Patch Changes

- Updated dependencies [[`8aa9567fa1f1e81a4ead1f6f2d896b8b14db0a7c`](https://github.com/livekit/components-js/commit/8aa9567fa1f1e81a4ead1f6f2d896b8b14db0a7c), [`c2ad1aeb8a90e115cb0da153ff6f5b17541923c4`](https://github.com/livekit/components-js/commit/c2ad1aeb8a90e115cb0da153ff6f5b17541923c4), [`3babc69534c0dc79ec4f3b5c0048ec9d18f2ffad`](https://github.com/livekit/components-js/commit/3babc69534c0dc79ec4f3b5c0048ec9d18f2ffad)]:
- @livekit/components-react@2.1.3

## 0.2.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.16",
"version": "0.2.17",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @livekit/components-react

## 2.1.3

### Patch Changes

- Fix participant tile audio muted data prop - [#838](https://github.com/livekit/components-js/pull/838) ([@lukasIO](https://github.com/lukasIO))

- Remove useForwardedRef redeclaration - [#839](https://github.com/livekit/components-js/pull/839) ([@lukasIO](https://github.com/lukasIO))

- Fix prejoin track lock release - [#842](https://github.com/livekit/components-js/pull/842) ([@lukasIO](https://github.com/lukasIO))

## 2.1.2

### 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,6 +1,6 @@
{
"name": "@livekit/components-react",
"version": "2.1.2",
"version": "2.1.3",
"license": "Apache-2.0",
"author": "LiveKit",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions tooling/docs-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/components-docs-gen

## 0.0.41

### Patch Changes

- Updated dependencies [[`8aa9567fa1f1e81a4ead1f6f2d896b8b14db0a7c`](https://github.com/livekit/components-js/commit/8aa9567fa1f1e81a4ead1f6f2d896b8b14db0a7c), [`c2ad1aeb8a90e115cb0da153ff6f5b17541923c4`](https://github.com/livekit/components-js/commit/c2ad1aeb8a90e115cb0da153ff6f5b17541923c4), [`3babc69534c0dc79ec4f3b5c0048ec9d18f2ffad`](https://github.com/livekit/components-js/commit/3babc69534c0dc79ec4f3b5c0048ec9d18f2ffad)]:
- @livekit/components-react@2.1.3

## 0.0.40

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tooling/docs-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@livekit/components-docs-gen",
"version": "0.0.40",
"version": "0.0.41",
"description": "Generate component docs.",
"license": "Apache 2.0",
"author": "LiveKit",
Expand Down

0 comments on commit 958dba5

Please sign in to comment.