diff --git a/.changeset/slow-rats-sneeze.md b/.changeset/slow-rats-sneeze.md deleted file mode 100644 index 3a25e1feb..000000000 --- a/.changeset/slow-rats-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/components-react": patch ---- - -Avoid logging activeDevice updates for undefined active devices diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 0f9a82212..7970c49d9 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-js-docs +## 0.1.44 + +### Patch Changes + +- Updated dependencies [[`bdc52a1231de38f3b02d4078af1dc7175628caf7`](https://github.com/livekit/components-js/commit/bdc52a1231de38f3b02d4078af1dc7175628caf7)]: + - @livekit/components-react@2.6.6 + ## 0.1.43 ### Patch Changes diff --git a/docs/docs/package.json b/docs/docs/package.json index fc85712f4..201d06e3d 100644 --- a/docs/docs/package.json +++ b/docs/docs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-js-docs", - "version": "0.1.43", + "version": "0.1.44", "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 5efd97423..195dcae7c 100644 --- a/docs/storybook/CHANGELOG.md +++ b/docs/storybook/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/component-docs-storybook +## 1.0.71 + +### Patch Changes + +- Updated dependencies [[`bdc52a1231de38f3b02d4078af1dc7175628caf7`](https://github.com/livekit/components-js/commit/bdc52a1231de38f3b02d4078af1dc7175628caf7)]: + - @livekit/components-react@2.6.6 + ## 1.0.70 ### Patch Changes diff --git a/docs/storybook/package.json b/docs/storybook/package.json index 98acb4f67..de0a0d25a 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.70", + "version": "1.0.71", "license": "Apache-2.0", "main": "index.js", "scripts": { diff --git a/examples/nextjs/CHANGELOG.md b/examples/nextjs/CHANGELOG.md index c3638ff27..f691c9ef7 100644 --- a/examples/nextjs/CHANGELOG.md +++ b/examples/nextjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/component-example-next +## 0.2.44 + +### Patch Changes + +- Updated dependencies [[`bdc52a1231de38f3b02d4078af1dc7175628caf7`](https://github.com/livekit/components-js/commit/bdc52a1231de38f3b02d4078af1dc7175628caf7)]: + - @livekit/components-react@2.6.6 + ## 0.2.43 ### Patch Changes diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index b14afa1e4..57bc7d846 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/component-example-next", - "version": "0.2.43", + "version": "0.2.44", "private": true, "type": "module", "scripts": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index dc2a9a38a..afc2db591 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/components-react +## 2.6.6 + +### Patch Changes + +- Avoid logging activeDevice updates for undefined active devices - [#1012](https://github.com/livekit/components-js/pull/1012) ([@lukasIO](https://github.com/lukasIO)) + ## 2.6.5 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 6d380e554..2c46fe675 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-react", - "version": "2.6.5", + "version": "2.6.6", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/tooling/docs-gen/CHANGELOG.md b/tooling/docs-gen/CHANGELOG.md index ec68d6c8f..7e065a011 100644 --- a/tooling/docs-gen/CHANGELOG.md +++ b/tooling/docs-gen/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-docs-gen +## 0.0.66 + +### Patch Changes + +- Updated dependencies [[`bdc52a1231de38f3b02d4078af1dc7175628caf7`](https://github.com/livekit/components-js/commit/bdc52a1231de38f3b02d4078af1dc7175628caf7)]: + - @livekit/components-react@2.6.6 + ## 0.0.65 ### Patch Changes diff --git a/tooling/docs-gen/package.json b/tooling/docs-gen/package.json index 5646a319f..ec91f9579 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.65", + "version": "0.0.66", "description": "Generate component docs.", "license": "Apache 2.0", "author": "LiveKit",