Skip to content

Commit

Permalink
Version Packages (#828)
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 18, 2024
1 parent ccd551f commit 5918231
Show file tree
Hide file tree
Showing 16 changed files with 57 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-pens-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-cherries-cheer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/many-geese-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-steaks-drop.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.16

### Patch Changes

- Updated dependencies [[`ccd551f98037427d92bb6e14560f972458a4544d`](https://github.com/livekit/components-js/commit/ccd551f98037427d92bb6e14560f972458a4544d), [`2da35e73ef5046e2941f3a43a9e08d55f90f9275`](https://github.com/livekit/components-js/commit/2da35e73ef5046e2941f3a43a9e08d55f90f9275), [`ccd551f98037427d92bb6e14560f972458a4544d`](https://github.com/livekit/components-js/commit/ccd551f98037427d92bb6e14560f972458a4544d), [`ecef222a309e53b62bb896aca1309c301ac354c7`](https://github.com/livekit/components-js/commit/ecef222a309e53b62bb896aca1309c301ac354c7)]:
- @livekit/components-react@2.1.0

## 0.1.15

### 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.15",
"version": "0.1.16",
"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.41

### Patch Changes

- Updated dependencies [[`ccd551f98037427d92bb6e14560f972458a4544d`](https://github.com/livekit/components-js/commit/ccd551f98037427d92bb6e14560f972458a4544d), [`2da35e73ef5046e2941f3a43a9e08d55f90f9275`](https://github.com/livekit/components-js/commit/2da35e73ef5046e2941f3a43a9e08d55f90f9275), [`ccd551f98037427d92bb6e14560f972458a4544d`](https://github.com/livekit/components-js/commit/ccd551f98037427d92bb6e14560f972458a4544d), [`ecef222a309e53b62bb896aca1309c301ac354c7`](https://github.com/livekit/components-js/commit/ecef222a309e53b62bb896aca1309c301ac354c7)]:
- @livekit/components-react@2.1.0

## 1.0.40

### 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.40",
"version": "1.0.41",
"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.14

### Patch Changes

- Updated dependencies [[`ccd551f98037427d92bb6e14560f972458a4544d`](https://github.com/livekit/components-js/commit/ccd551f98037427d92bb6e14560f972458a4544d), [`2da35e73ef5046e2941f3a43a9e08d55f90f9275`](https://github.com/livekit/components-js/commit/2da35e73ef5046e2941f3a43a9e08d55f90f9275), [`ccd551f98037427d92bb6e14560f972458a4544d`](https://github.com/livekit/components-js/commit/ccd551f98037427d92bb6e14560f972458a4544d), [`ecef222a309e53b62bb896aca1309c301ac354c7`](https://github.com/livekit/components-js/commit/ecef222a309e53b62bb896aca1309c301ac354c7)]:
- @livekit/components-react@2.1.0

## 0.2.13

### 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.13",
"version": "0.2.14",
"private": true,
"scripts": {
"dev": "next dev",
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/components-core

## 0.10.0

### Minor Changes

- Require livekit-client ^2.1.0 peer dependency - [#830](https://github.com/livekit/components-js/pull/830) ([@lukasIO](https://github.com/lukasIO))

## 0.9.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/components-core",
"version": "0.9.3",
"version": "0.10.0",
"license": "Apache-2.0",
"author": "LiveKit",
"repository": {
Expand Down
17 changes: 17 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @livekit/components-react

## 2.1.0

### Minor Changes

- Require livekit-client ^2.1.0 peer dependency - [#830](https://github.com/livekit/components-js/pull/830) ([@lukasIO](https://github.com/lukasIO))

- Support referencing components via refs - [#827](https://github.com/livekit/components-js/pull/827) ([@lukasIO](https://github.com/lukasIO))

### Patch Changes

- Improve track acquiring and handling in usePreviewTracks - [#830](https://github.com/livekit/components-js/pull/830) ([@lukasIO](https://github.com/lukasIO))

- Use participant array length to re-trigger sorting - [#829](https://github.com/livekit/components-js/pull/829) ([@lukasIO](https://github.com/lukasIO))

- Updated dependencies [[`ccd551f98037427d92bb6e14560f972458a4544d`](https://github.com/livekit/components-js/commit/ccd551f98037427d92bb6e14560f972458a4544d)]:
- @livekit/components-core@0.10.0

## 2.0.6

### 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.0.6",
"version": "2.1.0",
"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.38

### Patch Changes

- Updated dependencies [[`ccd551f98037427d92bb6e14560f972458a4544d`](https://github.com/livekit/components-js/commit/ccd551f98037427d92bb6e14560f972458a4544d), [`2da35e73ef5046e2941f3a43a9e08d55f90f9275`](https://github.com/livekit/components-js/commit/2da35e73ef5046e2941f3a43a9e08d55f90f9275), [`ccd551f98037427d92bb6e14560f972458a4544d`](https://github.com/livekit/components-js/commit/ccd551f98037427d92bb6e14560f972458a4544d), [`ecef222a309e53b62bb896aca1309c301ac354c7`](https://github.com/livekit/components-js/commit/ecef222a309e53b62bb896aca1309c301ac354c7)]:
- @livekit/components-react@2.1.0

## 0.0.37

### 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.37",
"version": "0.0.38",
"description": "Generate component docs.",
"license": "Apache 2.0",
"author": "LiveKit",
Expand Down

0 comments on commit 5918231

Please sign in to comment.