diff --git a/.changeset/calm-rivers-behave.md b/.changeset/calm-rivers-behave.md deleted file mode 100644 index af5694b6f..000000000 --- a/.changeset/calm-rivers-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@livekit/components-core': patch ---- - -update useParticipants to listen for any Participant's info changes diff --git a/.changeset/ninety-cheetahs-tickle.md b/.changeset/ninety-cheetahs-tickle.md deleted file mode 100644 index d958b703c..000000000 --- a/.changeset/ninety-cheetahs-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/components-react": patch ---- - -Improve bar visualizer animations and add initializing state diff --git a/.changeset/rotten-bikes-burn.md b/.changeset/rotten-bikes-burn.md deleted file mode 100644 index 046709a1d..000000000 --- a/.changeset/rotten-bikes-burn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/components-core": patch -"@livekit/components-react": patch ---- - -Add support for new chat API diff --git a/.changeset/sixty-tips-shout.md b/.changeset/sixty-tips-shout.md deleted file mode 100644 index b25e8c62f..000000000 --- a/.changeset/sixty-tips-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/components-styles": patch ---- - -Add css var for idle visualizer bar color diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 97903b248..93cb0270a 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-js-docs +## 0.1.39 + +### Patch Changes + +- Updated dependencies [[`11bdec81bf22abf0db2f03e2b5c82ca60a91a1b4`](https://github.com/livekit/components-js/commit/11bdec81bf22abf0db2f03e2b5c82ca60a91a1b4), [`22fa65e4715490216577223ab07ce14f6ff7917d`](https://github.com/livekit/components-js/commit/22fa65e4715490216577223ab07ce14f6ff7917d)]: + - @livekit/components-react@2.6.1 + ## 0.1.38 ### Patch Changes diff --git a/docs/docs/package.json b/docs/docs/package.json index 8adb0bff7..c834ee206 100644 --- a/docs/docs/package.json +++ b/docs/docs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-js-docs", - "version": "0.1.38", + "version": "0.1.39", "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 59d35e30f..8125d807a 100644 --- a/docs/storybook/CHANGELOG.md +++ b/docs/storybook/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/component-docs-storybook +## 1.0.65 + +### Patch Changes + +- Updated dependencies [[`11bdec81bf22abf0db2f03e2b5c82ca60a91a1b4`](https://github.com/livekit/components-js/commit/11bdec81bf22abf0db2f03e2b5c82ca60a91a1b4), [`22fa65e4715490216577223ab07ce14f6ff7917d`](https://github.com/livekit/components-js/commit/22fa65e4715490216577223ab07ce14f6ff7917d), [`6609b09290b2c7082c0e70c33099f046ac980cd6`](https://github.com/livekit/components-js/commit/6609b09290b2c7082c0e70c33099f046ac980cd6)]: + - @livekit/components-react@2.6.1 + - @livekit/components-styles@1.1.3 + ## 1.0.64 ### Patch Changes diff --git a/docs/storybook/package.json b/docs/storybook/package.json index aaed01381..26790b165 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.64", + "version": "1.0.65", "license": "Apache-2.0", "main": "index.js", "scripts": { diff --git a/examples/nextjs/CHANGELOG.md b/examples/nextjs/CHANGELOG.md index a955b0cb8..d253c470d 100644 --- a/examples/nextjs/CHANGELOG.md +++ b/examples/nextjs/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/component-example-next +## 0.2.38 + +### Patch Changes + +- Updated dependencies [[`11bdec81bf22abf0db2f03e2b5c82ca60a91a1b4`](https://github.com/livekit/components-js/commit/11bdec81bf22abf0db2f03e2b5c82ca60a91a1b4), [`22fa65e4715490216577223ab07ce14f6ff7917d`](https://github.com/livekit/components-js/commit/22fa65e4715490216577223ab07ce14f6ff7917d), [`6609b09290b2c7082c0e70c33099f046ac980cd6`](https://github.com/livekit/components-js/commit/6609b09290b2c7082c0e70c33099f046ac980cd6)]: + - @livekit/components-react@2.6.1 + - @livekit/components-styles@1.1.3 + ## 0.2.37 ### Patch Changes diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 1c7631842..98d0ac2ef 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/component-example-next", - "version": "0.2.37", + "version": "0.2.38", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 387fb4e63..4c1d3c277 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/components-core +## 0.11.6 + +### Patch Changes + +- update useParticipants to listen for any Participant's info changes - [#980](https://github.com/livekit/components-js/pull/980) ([@lebaudantoine](https://github.com/lebaudantoine)) + +- Add support for new chat API - [#979](https://github.com/livekit/components-js/pull/979) ([@lukasIO](https://github.com/lukasIO)) + ## 0.11.5 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 390e39f17..e963071fb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-core", - "version": "0.11.5", + "version": "0.11.6", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 7979b2a1e..f6945c38b 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,16 @@ # @livekit/components-react +## 2.6.1 + +### Patch Changes + +- Improve bar visualizer animations and add initializing state - [#987](https://github.com/livekit/components-js/pull/987) ([@mattherzog](https://github.com/mattherzog)) + +- Add support for new chat API - [#979](https://github.com/livekit/components-js/pull/979) ([@lukasIO](https://github.com/lukasIO)) + +- Updated dependencies [[`3a8495fd70489bc09b801fb743afe850950c3871`](https://github.com/livekit/components-js/commit/3a8495fd70489bc09b801fb743afe850950c3871), [`22fa65e4715490216577223ab07ce14f6ff7917d`](https://github.com/livekit/components-js/commit/22fa65e4715490216577223ab07ce14f6ff7917d)]: + - @livekit/components-core@0.11.6 + ## 2.6.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index b992f8f58..52895e6e5 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-react", - "version": "2.6.0", + "version": "2.6.1", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 0518d917a..96852beb6 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/components-styles +## 1.1.3 + +### Patch Changes + +- Add css var for idle visualizer bar color - [#985](https://github.com/livekit/components-js/pull/985) ([@lukasIO](https://github.com/lukasIO)) + ## 1.1.2 ### Patch Changes diff --git a/packages/styles/package.json b/packages/styles/package.json index dba368172..63f17170e 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-styles", - "version": "1.1.2", + "version": "1.1.3", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/tooling/docs-gen/CHANGELOG.md b/tooling/docs-gen/CHANGELOG.md index 69cf8db91..bf406e60a 100644 --- a/tooling/docs-gen/CHANGELOG.md +++ b/tooling/docs-gen/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-docs-gen +## 0.0.61 + +### Patch Changes + +- Updated dependencies [[`11bdec81bf22abf0db2f03e2b5c82ca60a91a1b4`](https://github.com/livekit/components-js/commit/11bdec81bf22abf0db2f03e2b5c82ca60a91a1b4), [`22fa65e4715490216577223ab07ce14f6ff7917d`](https://github.com/livekit/components-js/commit/22fa65e4715490216577223ab07ce14f6ff7917d)]: + - @livekit/components-react@2.6.1 + ## 0.0.60 ### Patch Changes diff --git a/tooling/docs-gen/package.json b/tooling/docs-gen/package.json index af14e2a6d..9c2b472b9 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.60", + "version": "0.0.61", "description": "Generate component docs.", "license": "Apache 2.0", "author": "LiveKit",