diff --git a/.changeset/unlucky-emus-float.md b/.changeset/unlucky-emus-float.md deleted file mode 100644 index b2efac513..000000000 --- a/.changeset/unlucky-emus-float.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/components-core": minor -"@livekit/components-react": minor ---- - -Improve default device handling diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index ac7bc5ec9..d57df63c1 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-js-docs +## 0.1.50 + +### Patch Changes + +- Updated dependencies [[`31a2b04ec36e9a3524804a2dbb7c2b663ea18b83`](https://github.com/livekit/components-js/commit/31a2b04ec36e9a3524804a2dbb7c2b663ea18b83)]: + - @livekit/components-react@2.7.0 + ## 0.1.49 ### Patch Changes diff --git a/docs/docs/package.json b/docs/docs/package.json index c7ca5e0ec..0750b9b8e 100644 --- a/docs/docs/package.json +++ b/docs/docs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-js-docs", - "version": "0.1.49", + "version": "0.1.50", "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 11a46cbeb..4b17ab9a6 100644 --- a/docs/storybook/CHANGELOG.md +++ b/docs/storybook/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/component-docs-storybook +## 1.0.77 + +### Patch Changes + +- Updated dependencies [[`31a2b04ec36e9a3524804a2dbb7c2b663ea18b83`](https://github.com/livekit/components-js/commit/31a2b04ec36e9a3524804a2dbb7c2b663ea18b83)]: + - @livekit/components-react@2.7.0 + ## 1.0.76 ### Patch Changes diff --git a/docs/storybook/package.json b/docs/storybook/package.json index 94d8b99a0..1d19a4989 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.76", + "version": "1.0.77", "license": "Apache-2.0", "main": "index.js", "scripts": { diff --git a/examples/nextjs/CHANGELOG.md b/examples/nextjs/CHANGELOG.md index 2a41cfaf2..55f766bf4 100644 --- a/examples/nextjs/CHANGELOG.md +++ b/examples/nextjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/component-example-next +## 0.2.50 + +### Patch Changes + +- Updated dependencies [[`31a2b04ec36e9a3524804a2dbb7c2b663ea18b83`](https://github.com/livekit/components-js/commit/31a2b04ec36e9a3524804a2dbb7c2b663ea18b83)]: + - @livekit/components-react@2.7.0 + ## 0.2.49 ### Patch Changes diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 85777b133..5702a237c 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/component-example-next", - "version": "0.2.49", + "version": "0.2.50", "private": true, "type": "module", "scripts": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index add47336d..2543b5f41 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/components-core +## 0.12.0 + +### Minor Changes + +- Improve default device handling - [#1056](https://github.com/livekit/components-js/pull/1056) ([@lukasIO](https://github.com/lukasIO)) + ## 0.11.11 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index aa8a785ec..43b1a2fd6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-core", - "version": "0.11.11", + "version": "0.12.0", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index ea5ffdabd..f6660f306 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,16 @@ # @livekit/components-react +## 2.7.0 + +### Minor Changes + +- Improve default device handling - [#1056](https://github.com/livekit/components-js/pull/1056) ([@lukasIO](https://github.com/lukasIO)) + +### Patch Changes + +- Updated dependencies [[`31a2b04ec36e9a3524804a2dbb7c2b663ea18b83`](https://github.com/livekit/components-js/commit/31a2b04ec36e9a3524804a2dbb7c2b663ea18b83)]: + - @livekit/components-core@0.12.0 + ## 2.6.11 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 2e4517ebf..04a6a5fb3 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-react", - "version": "2.6.11", + "version": "2.7.0", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/tooling/docs-gen/CHANGELOG.md b/tooling/docs-gen/CHANGELOG.md index 9ee17aac5..7c4531646 100644 --- a/tooling/docs-gen/CHANGELOG.md +++ b/tooling/docs-gen/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-docs-gen +## 0.0.72 + +### Patch Changes + +- Updated dependencies [[`31a2b04ec36e9a3524804a2dbb7c2b663ea18b83`](https://github.com/livekit/components-js/commit/31a2b04ec36e9a3524804a2dbb7c2b663ea18b83)]: + - @livekit/components-react@2.7.0 + ## 0.0.71 ### Patch Changes diff --git a/tooling/docs-gen/package.json b/tooling/docs-gen/package.json index 2d4c88516..b0b774111 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.71", + "version": "0.0.72", "description": "Generate component docs.", "license": "Apache 2.0", "author": "LiveKit",