From 44cfa82a6facdf40ce1bae0e9c66f52696b56e90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:49:00 +0200 Subject: [PATCH] Version Packages (#872) Co-authored-by: github-actions[bot] --- .changeset/metal-jobs-argue.md | 5 ----- .changeset/nervous-rocks-peel.md | 5 ----- docs/docs/CHANGELOG.md | 7 +++++++ docs/docs/package.json | 2 +- docs/storybook/CHANGELOG.md | 7 +++++++ docs/storybook/package.json | 2 +- examples/nextjs/CHANGELOG.md | 7 +++++++ examples/nextjs/package.json | 2 +- packages/react/CHANGELOG.md | 8 ++++++++ packages/react/package.json | 2 +- tooling/docs-gen/CHANGELOG.md | 7 +++++++ tooling/docs-gen/package.json | 2 +- 12 files changed, 41 insertions(+), 15 deletions(-) delete mode 100644 .changeset/metal-jobs-argue.md delete mode 100644 .changeset/nervous-rocks-peel.md diff --git a/.changeset/metal-jobs-argue.md b/.changeset/metal-jobs-argue.md deleted file mode 100644 index 391820849..000000000 --- a/.changeset/metal-jobs-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/components-react": patch ---- - -Support passing room to useIsEncrypted hook diff --git a/.changeset/nervous-rocks-peel.md b/.changeset/nervous-rocks-peel.md deleted file mode 100644 index be34a2f44..000000000 --- a/.changeset/nervous-rocks-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/components-react": patch ---- - -Update focused placeholder to trackRef diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 7eaf43c70..aa76c3574 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-js-docs +## 0.1.24 + +### Patch Changes + +- Updated dependencies [[`ca0847f4cc602abcf6a2870ce212ba373c57c12b`](https://github.com/livekit/components-js/commit/ca0847f4cc602abcf6a2870ce212ba373c57c12b), [`0761e9632a44d2bce0a8f57d5c00db0615f06065`](https://github.com/livekit/components-js/commit/0761e9632a44d2bce0a8f57d5c00db0615f06065)]: + - @livekit/components-react@2.3.2 + ## 0.1.23 ### Patch Changes diff --git a/docs/docs/package.json b/docs/docs/package.json index f6485a0c5..d7040ace9 100644 --- a/docs/docs/package.json +++ b/docs/docs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-js-docs", - "version": "0.1.23", + "version": "0.1.24", "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 338f2c367..dbd6bea8e 100644 --- a/docs/storybook/CHANGELOG.md +++ b/docs/storybook/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/component-docs-storybook +## 1.0.49 + +### Patch Changes + +- Updated dependencies [[`ca0847f4cc602abcf6a2870ce212ba373c57c12b`](https://github.com/livekit/components-js/commit/ca0847f4cc602abcf6a2870ce212ba373c57c12b), [`0761e9632a44d2bce0a8f57d5c00db0615f06065`](https://github.com/livekit/components-js/commit/0761e9632a44d2bce0a8f57d5c00db0615f06065)]: + - @livekit/components-react@2.3.2 + ## 1.0.48 ### Patch Changes diff --git a/docs/storybook/package.json b/docs/storybook/package.json index 34e899891..4bb715b81 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.48", + "version": "1.0.49", "license": "Apache-2.0", "main": "index.js", "scripts": { diff --git a/examples/nextjs/CHANGELOG.md b/examples/nextjs/CHANGELOG.md index 152c1c670..f52ad60c2 100644 --- a/examples/nextjs/CHANGELOG.md +++ b/examples/nextjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/component-example-next +## 0.2.22 + +### Patch Changes + +- Updated dependencies [[`ca0847f4cc602abcf6a2870ce212ba373c57c12b`](https://github.com/livekit/components-js/commit/ca0847f4cc602abcf6a2870ce212ba373c57c12b), [`0761e9632a44d2bce0a8f57d5c00db0615f06065`](https://github.com/livekit/components-js/commit/0761e9632a44d2bce0a8f57d5c00db0615f06065)]: + - @livekit/components-react@2.3.2 + ## 0.2.21 ### Patch Changes diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 93ad30455..0610a19f5 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/component-example-next", - "version": "0.2.21", + "version": "0.2.22", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index b7c8d39c2..6836b576f 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/components-react +## 2.3.2 + +### Patch Changes + +- Support passing room to useIsEncrypted hook - [#871](https://github.com/livekit/components-js/pull/871) ([@renekliment](https://github.com/renekliment)) + +- Update focused placeholder to trackRef - [#874](https://github.com/livekit/components-js/pull/874) ([@lukasIO](https://github.com/lukasIO)) + ## 2.3.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 2e390bd81..a296503cb 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-react", - "version": "2.3.1", + "version": "2.3.2", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/tooling/docs-gen/CHANGELOG.md b/tooling/docs-gen/CHANGELOG.md index 743a5b20c..0a511d7ed 100644 --- a/tooling/docs-gen/CHANGELOG.md +++ b/tooling/docs-gen/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-docs-gen +## 0.0.46 + +### Patch Changes + +- Updated dependencies [[`ca0847f4cc602abcf6a2870ce212ba373c57c12b`](https://github.com/livekit/components-js/commit/ca0847f4cc602abcf6a2870ce212ba373c57c12b), [`0761e9632a44d2bce0a8f57d5c00db0615f06065`](https://github.com/livekit/components-js/commit/0761e9632a44d2bce0a8f57d5c00db0615f06065)]: + - @livekit/components-react@2.3.2 + ## 0.0.45 ### Patch Changes diff --git a/tooling/docs-gen/package.json b/tooling/docs-gen/package.json index de3199103..f95a45af2 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.45", + "version": "0.0.46", "description": "Generate component docs.", "license": "Apache 2.0", "author": "LiveKit",