diff --git a/.changeset/witty-spoons-exercise.md b/.changeset/witty-spoons-exercise.md deleted file mode 100644 index 59554f61e..000000000 --- a/.changeset/witty-spoons-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/components-react': patch ---- - -Revert "Request device permissions when opening menu" due to change in behavior diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 47ec75e2e..acbf1c766 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-js-docs +## 0.1.14 + +### Patch Changes + +- Updated dependencies [[`6c49a946246a2361f406d40f814465da9ae87dce`](https://github.com/livekit/components-js/commit/6c49a946246a2361f406d40f814465da9ae87dce)]: + - @livekit/components-react@2.0.5 + ## 0.1.13 ### Patch Changes diff --git a/docs/docs/package.json b/docs/docs/package.json index 37905c1c9..2f7aff2da 100644 --- a/docs/docs/package.json +++ b/docs/docs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-js-docs", - "version": "0.1.13", + "version": "0.1.14", "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 93eabfc88..2bbdee48b 100644 --- a/docs/storybook/CHANGELOG.md +++ b/docs/storybook/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/component-docs-storybook +## 1.0.39 + +### Patch Changes + +- Updated dependencies [[`6c49a946246a2361f406d40f814465da9ae87dce`](https://github.com/livekit/components-js/commit/6c49a946246a2361f406d40f814465da9ae87dce)]: + - @livekit/components-react@2.0.5 + ## 1.0.38 ### Patch Changes diff --git a/docs/storybook/package.json b/docs/storybook/package.json index f813764c8..ba236fe34 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.38", + "version": "1.0.39", "license": "Apache-2.0", "main": "index.js", "scripts": { diff --git a/examples/nextjs/CHANGELOG.md b/examples/nextjs/CHANGELOG.md index aa099ca7a..d855a2180 100644 --- a/examples/nextjs/CHANGELOG.md +++ b/examples/nextjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/component-example-next +## 0.2.12 + +### Patch Changes + +- Updated dependencies [[`6c49a946246a2361f406d40f814465da9ae87dce`](https://github.com/livekit/components-js/commit/6c49a946246a2361f406d40f814465da9ae87dce)]: + - @livekit/components-react@2.0.5 + ## 0.2.11 ### Patch Changes diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 2cd6ce1f7..0da735d6c 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/component-example-next", - "version": "0.2.11", + "version": "0.2.12", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 69c02ddb9..8469352c3 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/components-react +## 2.0.5 + +### Patch Changes + +- Revert "Request device permissions when opening menu" due to change in behavior - [#810](https://github.com/livekit/components-js/pull/810) ([@davidzhao](https://github.com/davidzhao)) + ## 2.0.4 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index b1a74a722..880bbcfd0 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-react", - "version": "2.0.4", + "version": "2.0.5", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/tooling/docs-gen/CHANGELOG.md b/tooling/docs-gen/CHANGELOG.md index 90c9c7514..2663416bc 100644 --- a/tooling/docs-gen/CHANGELOG.md +++ b/tooling/docs-gen/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-docs-gen +## 0.0.36 + +### Patch Changes + +- Updated dependencies [[`6c49a946246a2361f406d40f814465da9ae87dce`](https://github.com/livekit/components-js/commit/6c49a946246a2361f406d40f814465da9ae87dce)]: + - @livekit/components-react@2.0.5 + ## 0.0.35 ### Patch Changes diff --git a/tooling/docs-gen/package.json b/tooling/docs-gen/package.json index f833fb2b7..60297b235 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.35", + "version": "0.0.36", "description": "Generate component docs.", "license": "Apache 2.0", "author": "LiveKit",