diff --git a/.changeset/hip-guests-cross.md b/.changeset/hip-guests-cross.md deleted file mode 100644 index 8eee65bba..000000000 --- a/.changeset/hip-guests-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/components-react": patch ---- - -Request device permissions when opening media device menu diff --git a/.changeset/rotten-dogs-rescue.md b/.changeset/rotten-dogs-rescue.md deleted file mode 100644 index 7b55a5b7e..000000000 --- a/.changeset/rotten-dogs-rescue.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@livekit/component-example-next': patch -'@livekit/component-docs-storybook': patch -'@livekit/components-react': patch -'@livekit/components-core': patch ---- - -Update livekit-client to 2.0.10 for Chrome 124 compatibility diff --git a/.changeset/violet-pillows-draw.md b/.changeset/violet-pillows-draw.md deleted file mode 100644 index e6a3fa1c6..000000000 --- a/.changeset/violet-pillows-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/components-styles": patch ---- - -Use blue accent colour for stop screen share button diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index d3ae5e3c1..47ec75e2e 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-js-docs +## 0.1.13 + +### Patch Changes + +- Updated dependencies [[`614ba929468d0de124374f50a584412f53ece56b`](https://github.com/livekit/components-js/commit/614ba929468d0de124374f50a584412f53ece56b), [`24de53696cd6c90cf32f0e35d3b64d6b20d8dc5b`](https://github.com/livekit/components-js/commit/24de53696cd6c90cf32f0e35d3b64d6b20d8dc5b)]: + - @livekit/components-react@2.0.4 + ## 0.1.12 ### Patch Changes diff --git a/docs/docs/package.json b/docs/docs/package.json index 7bc7ea4f8..37905c1c9 100644 --- a/docs/docs/package.json +++ b/docs/docs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-js-docs", - "version": "0.1.12", + "version": "0.1.13", "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 cb57d7df2..93eabfc88 100644 --- a/docs/storybook/CHANGELOG.md +++ b/docs/storybook/CHANGELOG.md @@ -1,5 +1,15 @@ # @livekit/component-docs-storybook +## 1.0.38 + +### Patch Changes + +- Update livekit-client to 2.0.10 for Chrome 124 compatibility - [#806](https://github.com/livekit/components-js/pull/806) ([@davidzhao](https://github.com/davidzhao)) + +- Updated dependencies [[`614ba929468d0de124374f50a584412f53ece56b`](https://github.com/livekit/components-js/commit/614ba929468d0de124374f50a584412f53ece56b), [`24de53696cd6c90cf32f0e35d3b64d6b20d8dc5b`](https://github.com/livekit/components-js/commit/24de53696cd6c90cf32f0e35d3b64d6b20d8dc5b), [`30882e2b55652511945dbf5d6a55fe54f7c4f158`](https://github.com/livekit/components-js/commit/30882e2b55652511945dbf5d6a55fe54f7c4f158)]: + - @livekit/components-react@2.0.4 + - @livekit/components-styles@1.0.11 + ## 1.0.37 ### Patch Changes diff --git a/docs/storybook/package.json b/docs/storybook/package.json index e97c77d0a..f813764c8 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.37", + "version": "1.0.38", "license": "Apache-2.0", "main": "index.js", "scripts": { diff --git a/examples/nextjs/CHANGELOG.md b/examples/nextjs/CHANGELOG.md index 627017dec..aa099ca7a 100644 --- a/examples/nextjs/CHANGELOG.md +++ b/examples/nextjs/CHANGELOG.md @@ -1,5 +1,15 @@ # @livekit/component-example-next +## 0.2.11 + +### Patch Changes + +- Update livekit-client to 2.0.10 for Chrome 124 compatibility - [#806](https://github.com/livekit/components-js/pull/806) ([@davidzhao](https://github.com/davidzhao)) + +- Updated dependencies [[`614ba929468d0de124374f50a584412f53ece56b`](https://github.com/livekit/components-js/commit/614ba929468d0de124374f50a584412f53ece56b), [`24de53696cd6c90cf32f0e35d3b64d6b20d8dc5b`](https://github.com/livekit/components-js/commit/24de53696cd6c90cf32f0e35d3b64d6b20d8dc5b), [`30882e2b55652511945dbf5d6a55fe54f7c4f158`](https://github.com/livekit/components-js/commit/30882e2b55652511945dbf5d6a55fe54f7c4f158)]: + - @livekit/components-react@2.0.4 + - @livekit/components-styles@1.0.11 + ## 0.2.10 ### Patch Changes diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 454f80e61..2cd6ce1f7 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/component-example-next", - "version": "0.2.10", + "version": "0.2.11", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 87fadd1a9..0926ec53a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/components-core +## 0.9.2 + +### Patch Changes + +- Update livekit-client to 2.0.10 for Chrome 124 compatibility - [#806](https://github.com/livekit/components-js/pull/806) ([@davidzhao](https://github.com/davidzhao)) + ## 0.9.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 89d3e6293..b58140f7a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-core", - "version": "0.9.1", + "version": "0.9.2", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 188d3e395..69c02ddb9 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,16 @@ # @livekit/components-react +## 2.0.4 + +### Patch Changes + +- Request device permissions when opening media device menu - [#800](https://github.com/livekit/components-js/pull/800) ([@lukasIO](https://github.com/lukasIO)) + +- Update livekit-client to 2.0.10 for Chrome 124 compatibility - [#806](https://github.com/livekit/components-js/pull/806) ([@davidzhao](https://github.com/davidzhao)) + +- Updated dependencies [[`24de53696cd6c90cf32f0e35d3b64d6b20d8dc5b`](https://github.com/livekit/components-js/commit/24de53696cd6c90cf32f0e35d3b64d6b20d8dc5b)]: + - @livekit/components-core@0.9.2 + ## 2.0.3 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 82e4a16f0..b1a74a722 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-react", - "version": "2.0.3", + "version": "2.0.4", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 2a67d70d5..1dff15b13 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/components-styles +## 1.0.11 + +### Patch Changes + +- Use blue accent colour for stop screen share button - [#801](https://github.com/livekit/components-js/pull/801) ([@lukasIO](https://github.com/lukasIO)) + ## 1.0.10 ### Patch Changes diff --git a/packages/styles/package.json b/packages/styles/package.json index d18845d8a..c667ee23a 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-styles", - "version": "1.0.10", + "version": "1.0.11", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/tooling/docs-gen/CHANGELOG.md b/tooling/docs-gen/CHANGELOG.md index f329fd950..90c9c7514 100644 --- a/tooling/docs-gen/CHANGELOG.md +++ b/tooling/docs-gen/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-docs-gen +## 0.0.35 + +### Patch Changes + +- Updated dependencies [[`614ba929468d0de124374f50a584412f53ece56b`](https://github.com/livekit/components-js/commit/614ba929468d0de124374f50a584412f53ece56b), [`24de53696cd6c90cf32f0e35d3b64d6b20d8dc5b`](https://github.com/livekit/components-js/commit/24de53696cd6c90cf32f0e35d3b64d6b20d8dc5b)]: + - @livekit/components-react@2.0.4 + ## 0.0.34 ### Patch Changes diff --git a/tooling/docs-gen/package.json b/tooling/docs-gen/package.json index 1177bb079..f833fb2b7 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.34", + "version": "0.0.35", "description": "Generate component docs.", "license": "Apache 2.0", "author": "LiveKit",