diff --git a/.changeset/big-mugs-rhyme.md b/.changeset/big-mugs-rhyme.md deleted file mode 100644 index 65754fdcb..000000000 --- a/.changeset/big-mugs-rhyme.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@livekit/components-core": patch -"@livekit/components-react": patch -"@livekit/components-styles": patch ---- - -Add dataprops and allow a template child for BarVisualizer @lukasIO diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index f6b12336f..276cabc2d 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-js-docs +## 0.1.36 + +### Patch Changes + +- Updated dependencies [[`a77a52eeb415701f0e233e9f2304b7de2d754397`](https://github.com/livekit/components-js/commit/a77a52eeb415701f0e233e9f2304b7de2d754397)]: + - @livekit/components-react@2.5.3 + ## 0.1.35 ### Patch Changes diff --git a/docs/docs/package.json b/docs/docs/package.json index a4ae9b6e3..1d0cbccf1 100644 --- a/docs/docs/package.json +++ b/docs/docs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-js-docs", - "version": "0.1.35", + "version": "0.1.36", "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 4e8a66a96..dfac12e37 100644 --- a/docs/storybook/CHANGELOG.md +++ b/docs/storybook/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/component-docs-storybook +## 1.0.62 + +### Patch Changes + +- Updated dependencies [[`a77a52eeb415701f0e233e9f2304b7de2d754397`](https://github.com/livekit/components-js/commit/a77a52eeb415701f0e233e9f2304b7de2d754397)]: + - @livekit/components-react@2.5.3 + - @livekit/components-styles@1.1.2 + ## 1.0.61 ### Patch Changes diff --git a/docs/storybook/package.json b/docs/storybook/package.json index 8270a1d2c..06542b7cd 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.61", + "version": "1.0.62", "license": "Apache-2.0", "main": "index.js", "scripts": { diff --git a/examples/nextjs/CHANGELOG.md b/examples/nextjs/CHANGELOG.md index 04be7943f..9d1b58b3b 100644 --- a/examples/nextjs/CHANGELOG.md +++ b/examples/nextjs/CHANGELOG.md @@ -1,5 +1,13 @@ # @livekit/component-example-next +## 0.2.35 + +### Patch Changes + +- Updated dependencies [[`a77a52eeb415701f0e233e9f2304b7de2d754397`](https://github.com/livekit/components-js/commit/a77a52eeb415701f0e233e9f2304b7de2d754397)]: + - @livekit/components-react@2.5.3 + - @livekit/components-styles@1.1.2 + ## 0.2.34 ### Patch Changes diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 96164d362..2e8189cb2 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/component-example-next", - "version": "0.2.34", + "version": "0.2.35", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b87473b3c..8dbfe81d0 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/components-core +## 0.11.4 + +### Patch Changes + +- Add dataprops and allow a template child for BarVisualizer @lukasIO - [#965](https://github.com/livekit/components-js/pull/965) ([@lukasIO](https://github.com/lukasIO)) + ## 0.11.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 3e1400c8a..2e93c6fe0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-core", - "version": "0.11.3", + "version": "0.11.4", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 1412e9239..b39c9ccfb 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/components-react +## 2.5.3 + +### Patch Changes + +- Add dataprops and allow a template child for BarVisualizer @lukasIO - [#965](https://github.com/livekit/components-js/pull/965) ([@lukasIO](https://github.com/lukasIO)) + +- Updated dependencies [[`a77a52eeb415701f0e233e9f2304b7de2d754397`](https://github.com/livekit/components-js/commit/a77a52eeb415701f0e233e9f2304b7de2d754397)]: + - @livekit/components-core@0.11.4 + ## 2.5.2 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 740d6e55d..8fba4edd3 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-react", - "version": "2.5.2", + "version": "2.5.3", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index cdcc9599d..0518d917a 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/components-styles +## 1.1.2 + +### Patch Changes + +- Add dataprops and allow a template child for BarVisualizer @lukasIO - [#965](https://github.com/livekit/components-js/pull/965) ([@lukasIO](https://github.com/lukasIO)) + ## 1.1.1 ### Patch Changes diff --git a/packages/styles/package.json b/packages/styles/package.json index 1f51e4018..dba368172 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-styles", - "version": "1.1.1", + "version": "1.1.2", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/tooling/docs-gen/CHANGELOG.md b/tooling/docs-gen/CHANGELOG.md index 51698b7b9..3ea312a33 100644 --- a/tooling/docs-gen/CHANGELOG.md +++ b/tooling/docs-gen/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-docs-gen +## 0.0.58 + +### Patch Changes + +- Updated dependencies [[`a77a52eeb415701f0e233e9f2304b7de2d754397`](https://github.com/livekit/components-js/commit/a77a52eeb415701f0e233e9f2304b7de2d754397)]: + - @livekit/components-react@2.5.3 + ## 0.0.57 ### Patch Changes diff --git a/tooling/docs-gen/package.json b/tooling/docs-gen/package.json index 1a7c7b13d..a3f1e5e17 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.57", + "version": "0.0.58", "description": "Generate component docs.", "license": "Apache 2.0", "author": "LiveKit",