diff --git a/.changeset/curvy-fans-sing.md b/.changeset/curvy-fans-sing.md deleted file mode 100644 index b7070cb5a..000000000 --- a/.changeset/curvy-fans-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/components-js-docs": patch ---- - -Include link-to-source info when generating docs. Add frontmatter section for generated markdown files. diff --git a/.changeset/light-spies-brake.md b/.changeset/light-spies-brake.md deleted file mode 100644 index 627698551..000000000 --- a/.changeset/light-spies-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/components-react": patch ---- - -Set the default value for `canPlayAudio` returned by the `useStartAudio` hook to `true` to avoid flashing issues. diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 2535b27aa..3f8631890 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/components-js-docs +## 0.1.1 + +### Patch Changes + +- Include link-to-source info when generating docs. Add frontmatter section for generated markdown files. - [#642](https://github.com/livekit/components-js/pull/642) ([@Ocupe](https://github.com/Ocupe)) + ## 0.1.0 ### Minor Changes diff --git a/docs/docs/package.json b/docs/docs/package.json index ae7b21d60..d28c76588 100644 --- a/docs/docs/package.json +++ b/docs/docs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-js-docs", - "version": "0.1.0", + "version": "0.1.1", "description": "Automatically generated documentation pages for LiveKit Components JS. Intended to be consumed by the documentation page.", "scripts": { "yalc:publish": "yalc publish --private --push --replace", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index c0bcc20f3..3ea9f86a3 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/components-react +## 1.2.1 + +### Patch Changes + +- Set the default value for `canPlayAudio` returned by the `useStartAudio` hook to `true` to avoid flashing issues. - [#641](https://github.com/livekit/components-js/pull/641) ([@harrisonlo](https://github.com/harrisonlo)) + ## 1.2.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index c8a9286ff..bb50a766c 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-react", - "version": "1.2.0", + "version": "1.2.1", "license": "Apache-2.0", "author": "LiveKit", "repository": {