From 08d7fe855fe7687b880ed3041bbb16753364ecfb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 14:11:48 +0000 Subject: [PATCH] Version Packages --- .changeset/forty-birds-repair.md | 5 ----- .changeset/plenty-turkeys-drum.md | 6 ------ .changeset/silver-eyes-double.md | 5 ----- .changeset/thin-shrimps-share.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 | 6 ++++++ packages/core/package.json | 2 +- packages/react/CHANGELOG.md | 15 +++++++++++++++ packages/react/package.json | 2 +- tooling/docs-gen/CHANGELOG.md | 7 +++++++ tooling/docs-gen/package.json | 2 +- 16 files changed, 55 insertions(+), 27 deletions(-) delete mode 100644 .changeset/forty-birds-repair.md delete mode 100644 .changeset/plenty-turkeys-drum.md delete mode 100644 .changeset/silver-eyes-double.md delete mode 100644 .changeset/thin-shrimps-share.md diff --git a/.changeset/forty-birds-repair.md b/.changeset/forty-birds-repair.md deleted file mode 100644 index b6bab192c..000000000 --- a/.changeset/forty-birds-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/components-react": patch ---- - -Add more usage examples for bar visualizer diff --git a/.changeset/plenty-turkeys-drum.md b/.changeset/plenty-turkeys-drum.md deleted file mode 100644 index d7001d967..000000000 --- a/.changeset/plenty-turkeys-drum.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/components-core": patch -"@livekit/components-react": patch ---- - -Improve device menu auto placement diff --git a/.changeset/silver-eyes-double.md b/.changeset/silver-eyes-double.md deleted file mode 100644 index 569411387..000000000 --- a/.changeset/silver-eyes-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/components-react": patch ---- - -Default to exact device matching diff --git a/.changeset/thin-shrimps-share.md b/.changeset/thin-shrimps-share.md deleted file mode 100644 index d6bed3063..000000000 --- a/.changeset/thin-shrimps-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/components-react": patch ---- - -Fix navigator access in ChatEntry diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 42f86edef..6abfb356b 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-js-docs +## 0.1.54 + +### Patch Changes + +- Updated dependencies [[`40d8a52184a8dd91ab9d78a0ac87ff6d4dfecce9`](https://github.com/livekit/components-js/commit/40d8a52184a8dd91ab9d78a0ac87ff6d4dfecce9), [`15b8bc608a9f3053cfaaf6da7ad93e40d23d5598`](https://github.com/livekit/components-js/commit/15b8bc608a9f3053cfaaf6da7ad93e40d23d5598), [`7bcf4d8416cbde256ca56f37b0aafd31a59178db`](https://github.com/livekit/components-js/commit/7bcf4d8416cbde256ca56f37b0aafd31a59178db), [`0c30d15934ee038ce376b00fe9c957b4773e75c9`](https://github.com/livekit/components-js/commit/0c30d15934ee038ce376b00fe9c957b4773e75c9)]: + - @livekit/components-react@2.9.1 + ## 0.1.53 ### Patch Changes diff --git a/docs/docs/package.json b/docs/docs/package.json index 5a3960150..2b3026cea 100644 --- a/docs/docs/package.json +++ b/docs/docs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-js-docs", - "version": "0.1.53", + "version": "0.1.54", "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 711d199cb..15903aed2 100644 --- a/docs/storybook/CHANGELOG.md +++ b/docs/storybook/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/component-docs-storybook +## 1.0.81 + +### Patch Changes + +- Updated dependencies [[`40d8a52184a8dd91ab9d78a0ac87ff6d4dfecce9`](https://github.com/livekit/components-js/commit/40d8a52184a8dd91ab9d78a0ac87ff6d4dfecce9), [`15b8bc608a9f3053cfaaf6da7ad93e40d23d5598`](https://github.com/livekit/components-js/commit/15b8bc608a9f3053cfaaf6da7ad93e40d23d5598), [`7bcf4d8416cbde256ca56f37b0aafd31a59178db`](https://github.com/livekit/components-js/commit/7bcf4d8416cbde256ca56f37b0aafd31a59178db), [`0c30d15934ee038ce376b00fe9c957b4773e75c9`](https://github.com/livekit/components-js/commit/0c30d15934ee038ce376b00fe9c957b4773e75c9)]: + - @livekit/components-react@2.9.1 + ## 1.0.80 ### Patch Changes diff --git a/docs/storybook/package.json b/docs/storybook/package.json index ad71d1338..a956e1cf5 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.80", + "version": "1.0.81", "license": "Apache-2.0", "main": "index.js", "scripts": { diff --git a/examples/nextjs/CHANGELOG.md b/examples/nextjs/CHANGELOG.md index 101466343..71ce0e344 100644 --- a/examples/nextjs/CHANGELOG.md +++ b/examples/nextjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/component-example-next +## 0.2.54 + +### Patch Changes + +- Updated dependencies [[`40d8a52184a8dd91ab9d78a0ac87ff6d4dfecce9`](https://github.com/livekit/components-js/commit/40d8a52184a8dd91ab9d78a0ac87ff6d4dfecce9), [`15b8bc608a9f3053cfaaf6da7ad93e40d23d5598`](https://github.com/livekit/components-js/commit/15b8bc608a9f3053cfaaf6da7ad93e40d23d5598), [`7bcf4d8416cbde256ca56f37b0aafd31a59178db`](https://github.com/livekit/components-js/commit/7bcf4d8416cbde256ca56f37b0aafd31a59178db), [`0c30d15934ee038ce376b00fe9c957b4773e75c9`](https://github.com/livekit/components-js/commit/0c30d15934ee038ce376b00fe9c957b4773e75c9)]: + - @livekit/components-react@2.9.1 + ## 0.2.53 ### Patch Changes diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 56adcf2c6..e5911dbdb 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/component-example-next", - "version": "0.2.53", + "version": "0.2.54", "private": true, "type": "module", "scripts": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e0c3360a3..0641e99b2 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/components-core +## 0.12.3 + +### Patch Changes + +- Improve device menu auto placement - [#1117](https://github.com/livekit/components-js/pull/1117) ([@lukasIO](https://github.com/lukasIO)) + ## 0.12.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 3ad0c9faf..733a1f60b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-core", - "version": "0.12.2", + "version": "0.12.3", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 308d08104..36e0f634f 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,20 @@ # @livekit/components-react +## 2.9.1 + +### Patch Changes + +- Add more usage examples for bar visualizer - [#1116](https://github.com/livekit/components-js/pull/1116) ([@lukasIO](https://github.com/lukasIO)) + +- Improve device menu auto placement - [#1117](https://github.com/livekit/components-js/pull/1117) ([@lukasIO](https://github.com/lukasIO)) + +- Default to exact device matching - [#1119](https://github.com/livekit/components-js/pull/1119) ([@lukasIO](https://github.com/lukasIO)) + +- Fix navigator access in ChatEntry - [#1114](https://github.com/livekit/components-js/pull/1114) ([@lukasIO](https://github.com/lukasIO)) + +- Updated dependencies [[`15b8bc608a9f3053cfaaf6da7ad93e40d23d5598`](https://github.com/livekit/components-js/commit/15b8bc608a9f3053cfaaf6da7ad93e40d23d5598)]: + - @livekit/components-core@0.12.3 + ## 2.9.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 9ec94c432..9e772292c 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-react", - "version": "2.9.0", + "version": "2.9.1", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/tooling/docs-gen/CHANGELOG.md b/tooling/docs-gen/CHANGELOG.md index 751f82f37..113b9cecf 100644 --- a/tooling/docs-gen/CHANGELOG.md +++ b/tooling/docs-gen/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-docs-gen +## 0.0.76 + +### Patch Changes + +- Updated dependencies [[`40d8a52184a8dd91ab9d78a0ac87ff6d4dfecce9`](https://github.com/livekit/components-js/commit/40d8a52184a8dd91ab9d78a0ac87ff6d4dfecce9), [`15b8bc608a9f3053cfaaf6da7ad93e40d23d5598`](https://github.com/livekit/components-js/commit/15b8bc608a9f3053cfaaf6da7ad93e40d23d5598), [`7bcf4d8416cbde256ca56f37b0aafd31a59178db`](https://github.com/livekit/components-js/commit/7bcf4d8416cbde256ca56f37b0aafd31a59178db), [`0c30d15934ee038ce376b00fe9c957b4773e75c9`](https://github.com/livekit/components-js/commit/0c30d15934ee038ce376b00fe9c957b4773e75c9)]: + - @livekit/components-react@2.9.1 + ## 0.0.75 ### Patch Changes diff --git a/tooling/docs-gen/package.json b/tooling/docs-gen/package.json index af83981da..308acb299 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.75", + "version": "0.0.76", "description": "Generate component docs.", "license": "Apache 2.0", "author": "LiveKit",