From b2e5052df8812fdaefb39338636b9d7afde92461 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:08:58 +0200 Subject: [PATCH] Version Packages (#995) Co-authored-by: github-actions[bot] --- .changeset/three-camels-lie.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 +- 11 files changed, 40 insertions(+), 11 deletions(-) delete mode 100644 .changeset/three-camels-lie.md diff --git a/.changeset/three-camels-lie.md b/.changeset/three-camels-lie.md deleted file mode 100644 index faa8f71bc..000000000 --- a/.changeset/three-camels-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@livekit/components-react": patch ---- - -Use vite for building react package, fixes useKrispNoiseFilter usage diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index eff994dad..ef111d8e3 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-js-docs +## 0.1.42 + +### Patch Changes + +- Updated dependencies [[`6ef4005749c09f97ea12e46520b5f61dc9c35361`](https://github.com/livekit/components-js/commit/6ef4005749c09f97ea12e46520b5f61dc9c35361)]: + - @livekit/components-react@2.6.4 + ## 0.1.41 ### Patch Changes diff --git a/docs/docs/package.json b/docs/docs/package.json index a17f980e1..83c5c6972 100644 --- a/docs/docs/package.json +++ b/docs/docs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-js-docs", - "version": "0.1.41", + "version": "0.1.42", "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 3e10d5bc2..f96ceae98 100644 --- a/docs/storybook/CHANGELOG.md +++ b/docs/storybook/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/component-docs-storybook +## 1.0.68 + +### Patch Changes + +- Updated dependencies [[`6ef4005749c09f97ea12e46520b5f61dc9c35361`](https://github.com/livekit/components-js/commit/6ef4005749c09f97ea12e46520b5f61dc9c35361)]: + - @livekit/components-react@2.6.4 + ## 1.0.67 ### Patch Changes diff --git a/docs/storybook/package.json b/docs/storybook/package.json index 5a9488a25..37fa16f5f 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.67", + "version": "1.0.68", "license": "Apache-2.0", "main": "index.js", "scripts": { diff --git a/examples/nextjs/CHANGELOG.md b/examples/nextjs/CHANGELOG.md index 30904be17..02b4692a4 100644 --- a/examples/nextjs/CHANGELOG.md +++ b/examples/nextjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/component-example-next +## 0.2.41 + +### Patch Changes + +- Updated dependencies [[`6ef4005749c09f97ea12e46520b5f61dc9c35361`](https://github.com/livekit/components-js/commit/6ef4005749c09f97ea12e46520b5f61dc9c35361)]: + - @livekit/components-react@2.6.4 + ## 0.2.40 ### Patch Changes diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index a2d32bdb8..60fddabbe 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/component-example-next", - "version": "0.2.40", + "version": "0.2.41", "private": true, "type": "module", "scripts": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index fc8b579c5..ac409785b 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,10 +1,16 @@ # @livekit/components-react +## 2.6.4 + +### Patch Changes + +- Use vite for building react package, fixes useKrispNoiseFilter usage - [#994](https://github.com/livekit/components-js/pull/994) ([@lukasIO](https://github.com/lukasIO)) + ## 2.6.3 ### Patch Changes -- Move useKrispNoiseFilter into dedicated import path - [#991](https://github.com/livekit/components-js/pull/991) ([@lukasIO](https://github.com/lukasIO)) +- Move useKrispNoiseFilter into dedicated import path - [#991](https://github.com/livekit/components-js/pull/991) ([@lukasIO](https://github.com/lukasIO)) - Updated dependencies [[`a353a3b52303d167f0e04d34caeb90bab36244ba`](https://github.com/livekit/components-js/commit/a353a3b52303d167f0e04d34caeb90bab36244ba)]: - @livekit/components-core@0.11.8 diff --git a/packages/react/package.json b/packages/react/package.json index 4ece864b9..e63bcb613 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-react", - "version": "2.6.3", + "version": "2.6.4", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/tooling/docs-gen/CHANGELOG.md b/tooling/docs-gen/CHANGELOG.md index 2c03c649a..134e36541 100644 --- a/tooling/docs-gen/CHANGELOG.md +++ b/tooling/docs-gen/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-docs-gen +## 0.0.64 + +### Patch Changes + +- Updated dependencies [[`6ef4005749c09f97ea12e46520b5f61dc9c35361`](https://github.com/livekit/components-js/commit/6ef4005749c09f97ea12e46520b5f61dc9c35361)]: + - @livekit/components-react@2.6.4 + ## 0.0.63 ### Patch Changes diff --git a/tooling/docs-gen/package.json b/tooling/docs-gen/package.json index b42ef4e3e..d18f786fc 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.63", + "version": "0.0.64", "description": "Generate component docs.", "license": "Apache 2.0", "author": "LiveKit",