From f176451535ae1a4d02eb127e838cd9af362012ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:59:37 +0200 Subject: [PATCH] Version Packages (#942) Co-authored-by: github-actions[bot] --- .changeset/dry-cameras-invite.md | 6 ------ .changeset/dry-flowers-lay.md | 5 ----- .changeset/dull-pots-applaud.md | 7 ------- .changeset/healthy-donkeys-reply.md | 5 ----- .changeset/lovely-rocks-share.md | 5 ----- .changeset/sixty-singers-thank.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 | 10 ++++++++++ packages/core/package.json | 2 +- packages/react/CHANGELOG.md | 19 +++++++++++++++++++ packages/react/package.json | 2 +- tooling/docs-gen/CHANGELOG.md | 8 ++++++++ tooling/docs-gen/package.json | 2 +- tooling/eslint-config-custom/CHANGELOG.md | 6 ++++++ tooling/eslint-config-custom/package.json | 2 +- 20 files changed, 71 insertions(+), 40 deletions(-) delete mode 100644 .changeset/dry-cameras-invite.md delete mode 100644 .changeset/dry-flowers-lay.md delete mode 100644 .changeset/dull-pots-applaud.md delete mode 100644 .changeset/healthy-donkeys-reply.md delete mode 100644 .changeset/lovely-rocks-share.md delete mode 100644 .changeset/sixty-singers-thank.md diff --git a/.changeset/dry-cameras-invite.md b/.changeset/dry-cameras-invite.md deleted file mode 100644 index a63fbc55b..000000000 --- a/.changeset/dry-cameras-invite.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/components-core": patch -"@livekit/components-react": patch ---- - -Fix local storage of user choices diff --git a/.changeset/dry-flowers-lay.md b/.changeset/dry-flowers-lay.md deleted file mode 100644 index 515ff0c41..000000000 --- a/.changeset/dry-flowers-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/components-core": patch ---- - -Don't write empty username values to local storage diff --git a/.changeset/dull-pots-applaud.md b/.changeset/dull-pots-applaud.md deleted file mode 100644 index 8b915ef04..000000000 --- a/.changeset/dull-pots-applaud.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@livekit/components-core": patch -"@livekit/components-react": patch -"eslint-config-lk-custom": patch ---- - -Add useVoiceAssistant diff --git a/.changeset/healthy-donkeys-reply.md b/.changeset/healthy-donkeys-reply.md deleted file mode 100644 index 473e30393..000000000 --- a/.changeset/healthy-donkeys-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/components-react": minor ---- - -Stateful BarVisualizer and VoiceAssistantControlBar diff --git a/.changeset/lovely-rocks-share.md b/.changeset/lovely-rocks-share.md deleted file mode 100644 index d5c2e2e75..000000000 --- a/.changeset/lovely-rocks-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/components-react": patch ---- - -Fix state update on participant attributes hook diff --git a/.changeset/sixty-singers-thank.md b/.changeset/sixty-singers-thank.md deleted file mode 100644 index dc9da2ef3..000000000 --- a/.changeset/sixty-singers-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/components-react": patch ---- - -Add callback option to trackTranscription hook diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index c23c8cc10..7ef8fa442 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-js-docs +## 0.1.33 + +### Patch Changes + +- Updated dependencies [[`cb45f42912a08a2ab8c03b1e5109eb24d1d78180`](https://github.com/livekit/components-js/commit/cb45f42912a08a2ab8c03b1e5109eb24d1d78180), [`d35dffd16131cac43279300071c595f30981767f`](https://github.com/livekit/components-js/commit/d35dffd16131cac43279300071c595f30981767f), [`0e5ef94450b4d84f88d549ba8c31ea1746d75d43`](https://github.com/livekit/components-js/commit/0e5ef94450b4d84f88d549ba8c31ea1746d75d43), [`7ef2dd982b82c17a90a8524e57729412e207e1e1`](https://github.com/livekit/components-js/commit/7ef2dd982b82c17a90a8524e57729412e207e1e1), [`d2b518ca2f9c93985b8bbef7c6ae15cf0d4752b1`](https://github.com/livekit/components-js/commit/d2b518ca2f9c93985b8bbef7c6ae15cf0d4752b1)]: + - @livekit/components-react@2.5.0 + ## 0.1.32 ### Patch Changes diff --git a/docs/docs/package.json b/docs/docs/package.json index d9a614190..dba33b6b4 100644 --- a/docs/docs/package.json +++ b/docs/docs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-js-docs", - "version": "0.1.32", + "version": "0.1.33", "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 94148e083..a706fa028 100644 --- a/docs/storybook/CHANGELOG.md +++ b/docs/storybook/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/component-docs-storybook +## 1.0.58 + +### Patch Changes + +- Updated dependencies [[`cb45f42912a08a2ab8c03b1e5109eb24d1d78180`](https://github.com/livekit/components-js/commit/cb45f42912a08a2ab8c03b1e5109eb24d1d78180), [`d35dffd16131cac43279300071c595f30981767f`](https://github.com/livekit/components-js/commit/d35dffd16131cac43279300071c595f30981767f), [`0e5ef94450b4d84f88d549ba8c31ea1746d75d43`](https://github.com/livekit/components-js/commit/0e5ef94450b4d84f88d549ba8c31ea1746d75d43), [`7ef2dd982b82c17a90a8524e57729412e207e1e1`](https://github.com/livekit/components-js/commit/7ef2dd982b82c17a90a8524e57729412e207e1e1), [`d2b518ca2f9c93985b8bbef7c6ae15cf0d4752b1`](https://github.com/livekit/components-js/commit/d2b518ca2f9c93985b8bbef7c6ae15cf0d4752b1)]: + - @livekit/components-react@2.5.0 + ## 1.0.57 ### Patch Changes diff --git a/docs/storybook/package.json b/docs/storybook/package.json index d0ebc2447..0370e4632 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.57", + "version": "1.0.58", "license": "Apache-2.0", "main": "index.js", "scripts": { diff --git a/examples/nextjs/CHANGELOG.md b/examples/nextjs/CHANGELOG.md index 110c6ad3b..5b807d9ae 100644 --- a/examples/nextjs/CHANGELOG.md +++ b/examples/nextjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/component-example-next +## 0.2.31 + +### Patch Changes + +- Updated dependencies [[`cb45f42912a08a2ab8c03b1e5109eb24d1d78180`](https://github.com/livekit/components-js/commit/cb45f42912a08a2ab8c03b1e5109eb24d1d78180), [`d35dffd16131cac43279300071c595f30981767f`](https://github.com/livekit/components-js/commit/d35dffd16131cac43279300071c595f30981767f), [`0e5ef94450b4d84f88d549ba8c31ea1746d75d43`](https://github.com/livekit/components-js/commit/0e5ef94450b4d84f88d549ba8c31ea1746d75d43), [`7ef2dd982b82c17a90a8524e57729412e207e1e1`](https://github.com/livekit/components-js/commit/7ef2dd982b82c17a90a8524e57729412e207e1e1), [`d2b518ca2f9c93985b8bbef7c6ae15cf0d4752b1`](https://github.com/livekit/components-js/commit/d2b518ca2f9c93985b8bbef7c6ae15cf0d4752b1)]: + - @livekit/components-react@2.5.0 + ## 0.2.30 ### Patch Changes diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 303d1c24e..f6a289e2a 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/component-example-next", - "version": "0.2.30", + "version": "0.2.31", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e9212c205..b87473b3c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @livekit/components-core +## 0.11.3 + +### Patch Changes + +- Fix local storage of user choices - [#949](https://github.com/livekit/components-js/pull/949) ([@lukasIO](https://github.com/lukasIO)) + +- Don't write empty username values to local storage - [#953](https://github.com/livekit/components-js/pull/953) ([@lukasIO](https://github.com/lukasIO)) + +- Add useVoiceAssistant - [#917](https://github.com/livekit/components-js/pull/917) ([@lukasIO](https://github.com/lukasIO)) + ## 0.11.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index c802fcaa4..3e1400c8a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-core", - "version": "0.11.2", + "version": "0.11.3", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 66c99983f..eb952a87c 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,24 @@ # @livekit/components-react +## 2.5.0 + +### Minor Changes + +- Stateful BarVisualizer and VoiceAssistantControlBar - [#954](https://github.com/livekit/components-js/pull/954) ([@lukasIO](https://github.com/lukasIO)) + +### Patch Changes + +- Fix local storage of user choices - [#949](https://github.com/livekit/components-js/pull/949) ([@lukasIO](https://github.com/lukasIO)) + +- Add useVoiceAssistant - [#917](https://github.com/livekit/components-js/pull/917) ([@lukasIO](https://github.com/lukasIO)) + +- Fix state update on participant attributes hook - [#957](https://github.com/livekit/components-js/pull/957) ([@lukasIO](https://github.com/lukasIO)) + +- Add callback option to trackTranscription hook - [#939](https://github.com/livekit/components-js/pull/939) ([@lukasIO](https://github.com/lukasIO)) + +- Updated dependencies [[`cb45f42912a08a2ab8c03b1e5109eb24d1d78180`](https://github.com/livekit/components-js/commit/cb45f42912a08a2ab8c03b1e5109eb24d1d78180), [`9b1a2596f4068c68ac8780c119426cbb55a4ca3f`](https://github.com/livekit/components-js/commit/9b1a2596f4068c68ac8780c119426cbb55a4ca3f), [`d35dffd16131cac43279300071c595f30981767f`](https://github.com/livekit/components-js/commit/d35dffd16131cac43279300071c595f30981767f)]: + - @livekit/components-core@0.11.3 + ## 2.4.3 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 7feaecab3..92213406d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-react", - "version": "2.4.3", + "version": "2.5.0", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/tooling/docs-gen/CHANGELOG.md b/tooling/docs-gen/CHANGELOG.md index 7058a374b..4bd2986e6 100644 --- a/tooling/docs-gen/CHANGELOG.md +++ b/tooling/docs-gen/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/components-docs-gen +## 0.0.55 + +### Patch Changes + +- Updated dependencies [[`cb45f42912a08a2ab8c03b1e5109eb24d1d78180`](https://github.com/livekit/components-js/commit/cb45f42912a08a2ab8c03b1e5109eb24d1d78180), [`d35dffd16131cac43279300071c595f30981767f`](https://github.com/livekit/components-js/commit/d35dffd16131cac43279300071c595f30981767f), [`0e5ef94450b4d84f88d549ba8c31ea1746d75d43`](https://github.com/livekit/components-js/commit/0e5ef94450b4d84f88d549ba8c31ea1746d75d43), [`7ef2dd982b82c17a90a8524e57729412e207e1e1`](https://github.com/livekit/components-js/commit/7ef2dd982b82c17a90a8524e57729412e207e1e1), [`d2b518ca2f9c93985b8bbef7c6ae15cf0d4752b1`](https://github.com/livekit/components-js/commit/d2b518ca2f9c93985b8bbef7c6ae15cf0d4752b1)]: + - @livekit/components-react@2.5.0 + - eslint-config-lk-custom@0.1.2 + ## 0.0.54 ### Patch Changes diff --git a/tooling/docs-gen/package.json b/tooling/docs-gen/package.json index 40ee8dd47..93d56c963 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.54", + "version": "0.0.55", "description": "Generate component docs.", "license": "Apache 2.0", "author": "LiveKit", diff --git a/tooling/eslint-config-custom/CHANGELOG.md b/tooling/eslint-config-custom/CHANGELOG.md index 9ed4ca2a9..f221b31d9 100644 --- a/tooling/eslint-config-custom/CHANGELOG.md +++ b/tooling/eslint-config-custom/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-config-lk-custom +## 0.1.2 + +### Patch Changes + +- Add useVoiceAssistant - [#917](https://github.com/livekit/components-js/pull/917) ([@lukasIO](https://github.com/lukasIO)) + ## 0.1.1 ### Patch Changes diff --git a/tooling/eslint-config-custom/package.json b/tooling/eslint-config-custom/package.json index 4f8b8e9b9..b5ca9b267 100644 --- a/tooling/eslint-config-custom/package.json +++ b/tooling/eslint-config-custom/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "eslint-config-lk-custom", - "version": "0.1.1", + "version": "0.1.2", "license": "Apache-2.0", "author": "LiveKit", "main": "index.js",