Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 9, 2023
1 parent 41d867d commit e2ec087
Show file tree
Hide file tree
Showing 24 changed files with 92 additions and 67 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-waves-enjoy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lemon-chairs-check.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/many-swans-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-olives-flow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/orange-carpets-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-nails-deny.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-keys-happen.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thin-zoos-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-parrots-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-goats-compare.md

This file was deleted.

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

## 0.1.2

### Patch Changes

- Update PreJoin description and update docs. - [#682](https://github.com/livekit/components-js/pull/682) ([@Ocupe](https://github.com/Ocupe))

- Updated dependencies [[`d0b90cba`](https://github.com/livekit/components-js/commit/d0b90cbae07abf701c9c1de403152e0aafb915a0), [`01611f5d`](https://github.com/livekit/components-js/commit/01611f5d2498c8dcdc231e5e305f281c9c2d9311), [`946d2b06`](https://github.com/livekit/components-js/commit/946d2b06d78a5f8ab721a98fbebe6b16a2e98463), [`66df197a`](https://github.com/livekit/components-js/commit/66df197a861429f6bb87774ec5be4cad1bd5762a), [`d52a53b5`](https://github.com/livekit/components-js/commit/d52a53b5727c9cceccd7050dbae737d1fc47acb8), [`8348816d`](https://github.com/livekit/components-js/commit/8348816d83a943535efe90827eca4bb56a1948a6), [`67d62ba3`](https://github.com/livekit/components-js/commit/67d62ba3cb902d5b55fb553c1ab8480a12fb1d55), [`01b04180`](https://github.com/livekit/components-js/commit/01b0418077da58c99fc3c81e76a46dd739517011), [`8d760ead`](https://github.com/livekit/components-js/commit/8d760ead2aa7101e608773df04ce09e9e9b5967a)]:
- @livekit/components-react@1.4.0

## 0.1.1

### 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.1",
"version": "0.1.2",
"description": "Automatically generated documentation pages for LiveKit Components JS. Intended to be consumed by the documentation page.",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions docs/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @livekit/component-docs-storybook

## 1.0.27

### Patch Changes

- Updated dependencies [[`d0b90cba`](https://github.com/livekit/components-js/commit/d0b90cbae07abf701c9c1de403152e0aafb915a0), [`01611f5d`](https://github.com/livekit/components-js/commit/01611f5d2498c8dcdc231e5e305f281c9c2d9311), [`946d2b06`](https://github.com/livekit/components-js/commit/946d2b06d78a5f8ab721a98fbebe6b16a2e98463), [`66df197a`](https://github.com/livekit/components-js/commit/66df197a861429f6bb87774ec5be4cad1bd5762a), [`d52a53b5`](https://github.com/livekit/components-js/commit/d52a53b5727c9cceccd7050dbae737d1fc47acb8), [`8348816d`](https://github.com/livekit/components-js/commit/8348816d83a943535efe90827eca4bb56a1948a6), [`67d62ba3`](https://github.com/livekit/components-js/commit/67d62ba3cb902d5b55fb553c1ab8480a12fb1d55), [`01b04180`](https://github.com/livekit/components-js/commit/01b0418077da58c99fc3c81e76a46dd739517011), [`8d760ead`](https://github.com/livekit/components-js/commit/8d760ead2aa7101e608773df04ce09e9e9b5967a)]:
- @livekit/components-react@1.4.0
- @livekit/components-styles@1.0.7

## 1.0.26

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.26",
"version": "1.0.27",
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
Expand All @@ -11,8 +11,8 @@
"tsx:check": "tsc --noEmit"
},
"dependencies": {
"@livekit/components-react": "~1.3.0",
"@livekit/components-styles": "~1.0.5",
"@livekit/components-react": "~1.4.0",
"@livekit/components-styles": "~1.0.7",
"livekit-client": "^1.12.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
14 changes: 14 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @livekit/component-example-next

## 0.2.0

### Minor Changes

- Deprecate showE2EE options on PreJoin - [#693](https://github.com/livekit/components-js/pull/693) ([@lukasIO](https://github.com/lukasIO))

### Patch Changes

- Add helper function to generate random user identity - [#691](https://github.com/livekit/components-js/pull/691) ([@Ocupe](https://github.com/Ocupe))

- Updated dependencies [[`d0b90cba`](https://github.com/livekit/components-js/commit/d0b90cbae07abf701c9c1de403152e0aafb915a0), [`01611f5d`](https://github.com/livekit/components-js/commit/01611f5d2498c8dcdc231e5e305f281c9c2d9311), [`946d2b06`](https://github.com/livekit/components-js/commit/946d2b06d78a5f8ab721a98fbebe6b16a2e98463), [`66df197a`](https://github.com/livekit/components-js/commit/66df197a861429f6bb87774ec5be4cad1bd5762a), [`d52a53b5`](https://github.com/livekit/components-js/commit/d52a53b5727c9cceccd7050dbae737d1fc47acb8), [`8348816d`](https://github.com/livekit/components-js/commit/8348816d83a943535efe90827eca4bb56a1948a6), [`67d62ba3`](https://github.com/livekit/components-js/commit/67d62ba3cb902d5b55fb553c1ab8480a12fb1d55), [`01b04180`](https://github.com/livekit/components-js/commit/01b0418077da58c99fc3c81e76a46dd739517011), [`8d760ead`](https://github.com/livekit/components-js/commit/8d760ead2aa7101e608773df04ce09e9e9b5967a)]:
- @livekit/components-react@1.4.0
- @livekit/components-styles@1.0.7

## 0.1.31

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.31",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@livekit/components-react": "~1.3.0",
"@livekit/components-styles": "~1.0.5",
"@livekit/components-react": "~1.4.0",
"@livekit/components-styles": "~1.0.7",
"livekit-client": "^1.12.0",
"livekit-server-sdk": "^1.0.3",
"next": "^12.2.4",
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.8.0

### Minor Changes

- Add `usePersistentUserChoices` hook to save user choices saving functionality. - [#683](https://github.com/livekit/components-js/pull/683) ([@Ocupe](https://github.com/Ocupe))

### Patch Changes

- Update PreJoin description and update docs. - [#682](https://github.com/livekit/components-js/pull/682) ([@Ocupe](https://github.com/Ocupe))

## 0.7.0

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

## 1.4.0

### Minor Changes

- Add `usePersistentUserChoices` hook to save user choices saving functionality. - [#683](https://github.com/livekit/components-js/pull/683) ([@Ocupe](https://github.com/Ocupe))

- Deprecate showE2EE options on PreJoin - [#693](https://github.com/livekit/components-js/pull/693) ([@lukasIO](https://github.com/lukasIO))

### Patch Changes

- Use more specific prop types for audio and video track - [#681](https://github.com/livekit/components-js/pull/681) ([@lukasIO](https://github.com/lukasIO))

- Update PreJoin description and update docs. - [#682](https://github.com/livekit/components-js/pull/682) ([@Ocupe](https://github.com/Ocupe))

- Fix `useTrackRef` for certain cases. - [#692](https://github.com/livekit/components-js/pull/692) ([@Ocupe](https://github.com/Ocupe))

- Fix chat messages are not scrollable. - [#662](https://github.com/livekit/components-js/pull/662) ([@Ocupe](https://github.com/Ocupe))

- Export isTrackReference - [#696](https://github.com/livekit/components-js/pull/696) ([@lukasIO](https://github.com/lukasIO))

- Allow track placeholders to be pinned - [#666](https://github.com/livekit/components-js/pull/666) ([@lukasIO](https://github.com/lukasIO))

- Remove non-exposed orphaned icons `QualityUnknownIcon.tsx` and `UserSilhouetteIcon.tsx`. - [#647](https://github.com/livekit/components-js/pull/647) ([@hehehai](https://github.com/hehehai))

- Updated dependencies [[`01611f5d`](https://github.com/livekit/components-js/commit/01611f5d2498c8dcdc231e5e305f281c9c2d9311), [`946d2b06`](https://github.com/livekit/components-js/commit/946d2b06d78a5f8ab721a98fbebe6b16a2e98463)]:
- @livekit/components-core@0.8.0

## 1.3.0

### Minor 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": "1.3.0",
"version": "1.4.0",
"license": "Apache-2.0",
"author": "LiveKit",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @livekit/components-styles

## 1.0.7

### Patch Changes

- Fix chat messages are not scrollable. - [#662](https://github.com/livekit/components-js/pull/662) ([@Ocupe](https://github.com/Ocupe))

## 1.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/components-styles",
"version": "1.0.6",
"version": "1.0.7",
"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.24

### Patch Changes

- Updated dependencies [[`d0b90cba`](https://github.com/livekit/components-js/commit/d0b90cbae07abf701c9c1de403152e0aafb915a0), [`01611f5d`](https://github.com/livekit/components-js/commit/01611f5d2498c8dcdc231e5e305f281c9c2d9311), [`946d2b06`](https://github.com/livekit/components-js/commit/946d2b06d78a5f8ab721a98fbebe6b16a2e98463), [`66df197a`](https://github.com/livekit/components-js/commit/66df197a861429f6bb87774ec5be4cad1bd5762a), [`d52a53b5`](https://github.com/livekit/components-js/commit/d52a53b5727c9cceccd7050dbae737d1fc47acb8), [`8348816d`](https://github.com/livekit/components-js/commit/8348816d83a943535efe90827eca4bb56a1948a6), [`67d62ba3`](https://github.com/livekit/components-js/commit/67d62ba3cb902d5b55fb553c1ab8480a12fb1d55), [`01b04180`](https://github.com/livekit/components-js/commit/01b0418077da58c99fc3c81e76a46dd739517011), [`8d760ead`](https://github.com/livekit/components-js/commit/8d760ead2aa7101e608773df04ce09e9e9b5967a)]:
- @livekit/components-react@1.4.0

## 0.0.23

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

0 comments on commit e2ec087

Please sign in to comment.