diff --git a/.changeset/great-buses-arrive.md b/.changeset/great-buses-arrive.md deleted file mode 100644 index 0e8d759a4..000000000 --- a/.changeset/great-buses-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/components-core": patch ---- - -Create emailregex in components-core instead of using a dedicated package diff --git a/.changeset/quiet-rocks-grab.md b/.changeset/quiet-rocks-grab.md deleted file mode 100644 index bd5587764..000000000 --- a/.changeset/quiet-rocks-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/components-react": patch ---- - -Fix `useRemoteParticipant` re-rendering on participant events diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index aa76c3574..9183cdde0 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-js-docs +## 0.1.25 + +### Patch Changes + +- Updated dependencies [[`857f77e1063a42970d7a032656a171249a43766e`](https://github.com/livekit/components-js/commit/857f77e1063a42970d7a032656a171249a43766e)]: + - @livekit/components-react@2.3.3 + ## 0.1.24 ### Patch Changes diff --git a/docs/docs/package.json b/docs/docs/package.json index d7040ace9..91d9ee326 100644 --- a/docs/docs/package.json +++ b/docs/docs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-js-docs", - "version": "0.1.24", + "version": "0.1.25", "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 dbd6bea8e..8742e31bc 100644 --- a/docs/storybook/CHANGELOG.md +++ b/docs/storybook/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/component-docs-storybook +## 1.0.50 + +### Patch Changes + +- Updated dependencies [[`857f77e1063a42970d7a032656a171249a43766e`](https://github.com/livekit/components-js/commit/857f77e1063a42970d7a032656a171249a43766e)]: + - @livekit/components-react@2.3.3 + ## 1.0.49 ### Patch Changes diff --git a/docs/storybook/package.json b/docs/storybook/package.json index 4bb715b81..822e15c81 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.49", + "version": "1.0.50", "license": "Apache-2.0", "main": "index.js", "scripts": { diff --git a/examples/nextjs/CHANGELOG.md b/examples/nextjs/CHANGELOG.md index f52ad60c2..a452469fd 100644 --- a/examples/nextjs/CHANGELOG.md +++ b/examples/nextjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/component-example-next +## 0.2.23 + +### Patch Changes + +- Updated dependencies [[`857f77e1063a42970d7a032656a171249a43766e`](https://github.com/livekit/components-js/commit/857f77e1063a42970d7a032656a171249a43766e)]: + - @livekit/components-react@2.3.3 + ## 0.2.22 ### Patch Changes diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 0610a19f5..b188db37d 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/component-example-next", - "version": "0.2.22", + "version": "0.2.23", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c9c3a35db..0eeb18221 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/components-core +## 0.10.3 + +### Patch Changes + +- Create emailregex in components-core instead of using a dedicated package - [#895](https://github.com/livekit/components-js/pull/895) ([@lukasIO](https://github.com/lukasIO)) + ## 0.10.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 274f1cfa8..810915c29 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-core", - "version": "0.10.2", + "version": "0.10.3", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 6836b576f..c556ba8f7 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/components-react +## 2.3.3 + +### Patch Changes + +- Fix `useRemoteParticipant` re-rendering on participant events - [#891](https://github.com/livekit/components-js/pull/891) ([@mpnri](https://github.com/mpnri)) + +- Updated dependencies [[`f09491284e935fa7e1af6cae0870bcb09926f722`](https://github.com/livekit/components-js/commit/f09491284e935fa7e1af6cae0870bcb09926f722)]: + - @livekit/components-core@0.10.3 + ## 2.3.2 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index a296503cb..17fbc97d3 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-react", - "version": "2.3.2", + "version": "2.3.3", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/tooling/docs-gen/CHANGELOG.md b/tooling/docs-gen/CHANGELOG.md index 0a511d7ed..bca983050 100644 --- a/tooling/docs-gen/CHANGELOG.md +++ b/tooling/docs-gen/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-docs-gen +## 0.0.47 + +### Patch Changes + +- Updated dependencies [[`857f77e1063a42970d7a032656a171249a43766e`](https://github.com/livekit/components-js/commit/857f77e1063a42970d7a032656a171249a43766e)]: + - @livekit/components-react@2.3.3 + ## 0.0.46 ### Patch Changes diff --git a/tooling/docs-gen/package.json b/tooling/docs-gen/package.json index f95a45af2..e52622b05 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.46", + "version": "0.0.47", "description": "Generate component docs.", "license": "Apache 2.0", "author": "LiveKit",