From c5305c35cca3b8d08fc9f9652ef48acaa2f3db55 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Nov 2023 12:56:52 +0200 Subject: [PATCH] Version Packages (#708) Co-authored-by: github-actions[bot] --- .changeset/cyan-yaks-wink.md | 5 ----- .changeset/early-hats-tell.md | 7 ------- .changeset/pink-spoons-cover.md | 6 ------ .changeset/pretty-badgers-lie.md | 6 ------ .changeset/real-cars-repeat.md | 6 ------ .changeset/tiny-walls-repeat.md | 5 ----- docs/docs/CHANGELOG.md | 7 +++++++ docs/docs/package.json | 2 +- docs/storybook/CHANGELOG.md | 7 +++++++ docs/storybook/package.json | 2 +- examples/nextjs/CHANGELOG.md | 7 +++++++ examples/nextjs/package.json | 2 +- packages/core/CHANGELOG.md | 12 ++++++++++++ packages/core/package.json | 2 +- packages/react/CHANGELOG.md | 19 +++++++++++++++++++ packages/react/package.json | 2 +- tooling/docs-gen/CHANGELOG.md | 7 +++++++ tooling/docs-gen/package.json | 2 +- 18 files changed, 65 insertions(+), 41 deletions(-) delete mode 100644 .changeset/cyan-yaks-wink.md delete mode 100644 .changeset/early-hats-tell.md delete mode 100644 .changeset/pink-spoons-cover.md delete mode 100644 .changeset/pretty-badgers-lie.md delete mode 100644 .changeset/real-cars-repeat.md delete mode 100644 .changeset/tiny-walls-repeat.md diff --git a/.changeset/cyan-yaks-wink.md b/.changeset/cyan-yaks-wink.md deleted file mode 100644 index 33c1e24a0..000000000 --- a/.changeset/cyan-yaks-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/components-react": patch ---- - -Surface encryption error on LiveKitRoom diff --git a/.changeset/early-hats-tell.md b/.changeset/early-hats-tell.md deleted file mode 100644 index dceb487ac..000000000 --- a/.changeset/early-hats-tell.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@livekit/components-core": patch -"@livekit/components-react": patch - ---- - -Add useStartVideo hook + update livekit client diff --git a/.changeset/pink-spoons-cover.md b/.changeset/pink-spoons-cover.md deleted file mode 100644 index 043d60173..000000000 --- a/.changeset/pink-spoons-cover.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/components-core": patch -"@livekit/components-react": patch ---- - -Add support for multiple chat windows diff --git a/.changeset/pretty-badgers-lie.md b/.changeset/pretty-badgers-lie.md deleted file mode 100644 index fdea649b8..000000000 --- a/.changeset/pretty-badgers-lie.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/components-core": patch -"@livekit/components-react": patch ---- - -Add StartMediaButton diff --git a/.changeset/real-cars-repeat.md b/.changeset/real-cars-repeat.md deleted file mode 100644 index 3752ff631..000000000 --- a/.changeset/real-cars-repeat.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/components-core": patch -"@livekit/components-react": patch ---- - -Add onError callback for MediaDeviceSelect diff --git a/.changeset/tiny-walls-repeat.md b/.changeset/tiny-walls-repeat.md deleted file mode 100644 index 9554f0ed7..000000000 --- a/.changeset/tiny-walls-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/components-react": patch ---- - -Expose icons and hooks necessary to recreate participant tile diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index d0235b8c2..daf71b236 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-js-docs +## 0.1.3 + +### Patch Changes + +- Updated dependencies [[`00be594b`](https://github.com/livekit/components-js/commit/00be594b8d42e4f391311499d7ba7b003533cb32), [`da5ffe3b`](https://github.com/livekit/components-js/commit/da5ffe3b867de4d8567a544597905dd9b2fc8fd9), [`adc3d042`](https://github.com/livekit/components-js/commit/adc3d0427745000b73b70971297e9496c7eee9d6), [`11ec05d4`](https://github.com/livekit/components-js/commit/11ec05d4a753cd4e317e5031ccdb66137cab49b5), [`2dab3b08`](https://github.com/livekit/components-js/commit/2dab3b0855b09eb8c72c4c0c6fc63de5d5f6384d), [`57229c69`](https://github.com/livekit/components-js/commit/57229c697a7f0b0be52f328e7115cf7bbefd7665)]: + - @livekit/components-react@1.4.1 + ## 0.1.2 ### Patch Changes diff --git a/docs/docs/package.json b/docs/docs/package.json index 604d411ec..cf92a2841 100644 --- a/docs/docs/package.json +++ b/docs/docs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-js-docs", - "version": "0.1.2", + "version": "0.1.3", "description": "Automatically generated documentation pages for LiveKit Components JS. Intended to be consumed by the documentation page.", "repository": { "type": "git", diff --git a/docs/storybook/CHANGELOG.md b/docs/storybook/CHANGELOG.md index 55e87acff..093ce3d30 100644 --- a/docs/storybook/CHANGELOG.md +++ b/docs/storybook/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/component-docs-storybook +## 1.0.28 + +### Patch Changes + +- Updated dependencies [[`00be594b`](https://github.com/livekit/components-js/commit/00be594b8d42e4f391311499d7ba7b003533cb32), [`da5ffe3b`](https://github.com/livekit/components-js/commit/da5ffe3b867de4d8567a544597905dd9b2fc8fd9), [`adc3d042`](https://github.com/livekit/components-js/commit/adc3d0427745000b73b70971297e9496c7eee9d6), [`11ec05d4`](https://github.com/livekit/components-js/commit/11ec05d4a753cd4e317e5031ccdb66137cab49b5), [`2dab3b08`](https://github.com/livekit/components-js/commit/2dab3b0855b09eb8c72c4c0c6fc63de5d5f6384d), [`57229c69`](https://github.com/livekit/components-js/commit/57229c697a7f0b0be52f328e7115cf7bbefd7665)]: + - @livekit/components-react@1.4.1 + ## 1.0.27 ### Patch Changes diff --git a/docs/storybook/package.json b/docs/storybook/package.json index a8b52fa9b..bb1e971ed 100644 --- a/docs/storybook/package.json +++ b/docs/storybook/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@livekit/component-docs-storybook", - "version": "1.0.27", + "version": "1.0.28", "license": "Apache-2.0", "main": "index.js", "scripts": { diff --git a/examples/nextjs/CHANGELOG.md b/examples/nextjs/CHANGELOG.md index f520d1ea7..90d1ccdcf 100644 --- a/examples/nextjs/CHANGELOG.md +++ b/examples/nextjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/component-example-next +## 0.2.1 + +### Patch Changes + +- Updated dependencies [[`00be594b`](https://github.com/livekit/components-js/commit/00be594b8d42e4f391311499d7ba7b003533cb32), [`da5ffe3b`](https://github.com/livekit/components-js/commit/da5ffe3b867de4d8567a544597905dd9b2fc8fd9), [`adc3d042`](https://github.com/livekit/components-js/commit/adc3d0427745000b73b70971297e9496c7eee9d6), [`11ec05d4`](https://github.com/livekit/components-js/commit/11ec05d4a753cd4e317e5031ccdb66137cab49b5), [`2dab3b08`](https://github.com/livekit/components-js/commit/2dab3b0855b09eb8c72c4c0c6fc63de5d5f6384d), [`57229c69`](https://github.com/livekit/components-js/commit/57229c697a7f0b0be52f328e7115cf7bbefd7665)]: + - @livekit/components-react@1.4.1 + ## 0.2.0 ### Minor Changes diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 5ceb6dec3..231f30b18 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/component-example-next", - "version": "0.2.0", + "version": "0.2.1", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index bdd84b3b8..91006949e 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @livekit/components-core +## 0.8.1 + +### Patch Changes + +- Add useStartVideo hook + update livekit client - [#714](https://github.com/livekit/components-js/pull/714) ([@lukasIO](https://github.com/lukasIO)) + +- Add support for multiple chat windows - [#713](https://github.com/livekit/components-js/pull/713) ([@lukasIO](https://github.com/lukasIO)) + +- Add StartMediaButton - [#717](https://github.com/livekit/components-js/pull/717) ([@lukasIO](https://github.com/lukasIO)) + +- Add onError callback for MediaDeviceSelect - [#710](https://github.com/livekit/components-js/pull/710) ([@lukasIO](https://github.com/lukasIO)) + ## 0.8.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 7a3de3484..740ea3403 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-core", - "version": "0.8.0", + "version": "0.8.1", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index f87f89caa..4b9628a6e 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,24 @@ # @livekit/components-react +## 1.4.1 + +### Patch Changes + +- Surface encryption error on LiveKitRoom - [#706](https://github.com/livekit/components-js/pull/706) ([@lukasIO](https://github.com/lukasIO)) + +- Add useStartVideo hook + update livekit client - [#714](https://github.com/livekit/components-js/pull/714) ([@lukasIO](https://github.com/lukasIO)) + +- Add support for multiple chat windows - [#713](https://github.com/livekit/components-js/pull/713) ([@lukasIO](https://github.com/lukasIO)) + +- Add StartMediaButton - [#717](https://github.com/livekit/components-js/pull/717) ([@lukasIO](https://github.com/lukasIO)) + +- Add onError callback for MediaDeviceSelect - [#710](https://github.com/livekit/components-js/pull/710) ([@lukasIO](https://github.com/lukasIO)) + +- Expose icons and hooks necessary to recreate participant tile - [#716](https://github.com/livekit/components-js/pull/716) ([@lukasIO](https://github.com/lukasIO)) + +- Updated dependencies [[`da5ffe3b`](https://github.com/livekit/components-js/commit/da5ffe3b867de4d8567a544597905dd9b2fc8fd9), [`adc3d042`](https://github.com/livekit/components-js/commit/adc3d0427745000b73b70971297e9496c7eee9d6), [`11ec05d4`](https://github.com/livekit/components-js/commit/11ec05d4a753cd4e317e5031ccdb66137cab49b5), [`2dab3b08`](https://github.com/livekit/components-js/commit/2dab3b0855b09eb8c72c4c0c6fc63de5d5f6384d)]: + - @livekit/components-core@0.8.1 + ## 1.4.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 479681746..d42345861 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-react", - "version": "1.4.0", + "version": "1.4.1", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/tooling/docs-gen/CHANGELOG.md b/tooling/docs-gen/CHANGELOG.md index 0d654847b..21d20fd21 100644 --- a/tooling/docs-gen/CHANGELOG.md +++ b/tooling/docs-gen/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-docs-gen +## 0.0.25 + +### Patch Changes + +- Updated dependencies [[`00be594b`](https://github.com/livekit/components-js/commit/00be594b8d42e4f391311499d7ba7b003533cb32), [`da5ffe3b`](https://github.com/livekit/components-js/commit/da5ffe3b867de4d8567a544597905dd9b2fc8fd9), [`adc3d042`](https://github.com/livekit/components-js/commit/adc3d0427745000b73b70971297e9496c7eee9d6), [`11ec05d4`](https://github.com/livekit/components-js/commit/11ec05d4a753cd4e317e5031ccdb66137cab49b5), [`2dab3b08`](https://github.com/livekit/components-js/commit/2dab3b0855b09eb8c72c4c0c6fc63de5d5f6384d), [`57229c69`](https://github.com/livekit/components-js/commit/57229c697a7f0b0be52f328e7115cf7bbefd7665)]: + - @livekit/components-react@1.4.1 + ## 0.0.24 ### Patch Changes diff --git a/tooling/docs-gen/package.json b/tooling/docs-gen/package.json index 3de0728f9..23f3d5e34 100644 --- a/tooling/docs-gen/package.json +++ b/tooling/docs-gen/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@livekit/components-docs-gen", - "version": "0.0.24", + "version": "0.0.25", "description": "Generate component docs.", "license": "Apache 2.0", "author": "LiveKit",