diff --git a/.changeset/wise-doors-jump.md b/.changeset/wise-doors-jump.md deleted file mode 100644 index 21e79827f..000000000 --- a/.changeset/wise-doors-jump.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/components-core": patch -"@livekit/components-react": patch ---- - -Add krisp hook diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 93cb0270a..62c1584ef 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-js-docs +## 0.1.40 + +### Patch Changes + +- Updated dependencies [[`302bbb776cea1391c51c167127023d696a2dbab8`](https://github.com/livekit/components-js/commit/302bbb776cea1391c51c167127023d696a2dbab8)]: + - @livekit/components-react@2.6.2 + ## 0.1.39 ### Patch Changes diff --git a/docs/docs/package.json b/docs/docs/package.json index c834ee206..5548cb7b8 100644 --- a/docs/docs/package.json +++ b/docs/docs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-js-docs", - "version": "0.1.39", + "version": "0.1.40", "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 8125d807a..70fa365eb 100644 --- a/docs/storybook/CHANGELOG.md +++ b/docs/storybook/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/component-docs-storybook +## 1.0.66 + +### Patch Changes + +- Updated dependencies [[`302bbb776cea1391c51c167127023d696a2dbab8`](https://github.com/livekit/components-js/commit/302bbb776cea1391c51c167127023d696a2dbab8)]: + - @livekit/components-react@2.6.2 + ## 1.0.65 ### Patch Changes diff --git a/docs/storybook/package.json b/docs/storybook/package.json index 26790b165..732c3a8ac 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.65", + "version": "1.0.66", "license": "Apache-2.0", "main": "index.js", "scripts": { diff --git a/examples/nextjs/CHANGELOG.md b/examples/nextjs/CHANGELOG.md index d253c470d..fe2fae0c9 100644 --- a/examples/nextjs/CHANGELOG.md +++ b/examples/nextjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/component-example-next +## 0.2.39 + +### Patch Changes + +- Updated dependencies [[`302bbb776cea1391c51c167127023d696a2dbab8`](https://github.com/livekit/components-js/commit/302bbb776cea1391c51c167127023d696a2dbab8)]: + - @livekit/components-react@2.6.2 + ## 0.2.38 ### Patch Changes diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 98d0ac2ef..e6bd3881d 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/component-example-next", - "version": "0.2.38", + "version": "0.2.39", "private": true, "scripts": { "dev": "next dev", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4c1d3c277..eb4c3d4ea 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @livekit/components-core +## 0.11.7 + +### Patch Changes + +- Add krisp hook - [#986](https://github.com/livekit/components-js/pull/986) ([@lukasIO](https://github.com/lukasIO)) + ## 0.11.6 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index e963071fb..4163044b9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-core", - "version": "0.11.6", + "version": "0.11.7", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index f6945c38b..81ace0323 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,14 @@ # @livekit/components-react +## 2.6.2 + +### Patch Changes + +- Add krisp hook - [#986](https://github.com/livekit/components-js/pull/986) ([@lukasIO](https://github.com/lukasIO)) + +- Updated dependencies [[`302bbb776cea1391c51c167127023d696a2dbab8`](https://github.com/livekit/components-js/commit/302bbb776cea1391c51c167127023d696a2dbab8)]: + - @livekit/components-core@0.11.7 + ## 2.6.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index c3a08d02b..aa0e3d064 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/components-react", - "version": "2.6.1", + "version": "2.6.2", "license": "Apache-2.0", "author": "LiveKit", "repository": { diff --git a/tooling/docs-gen/CHANGELOG.md b/tooling/docs-gen/CHANGELOG.md index bf406e60a..565bfdaad 100644 --- a/tooling/docs-gen/CHANGELOG.md +++ b/tooling/docs-gen/CHANGELOG.md @@ -1,5 +1,12 @@ # @livekit/components-docs-gen +## 0.0.62 + +### Patch Changes + +- Updated dependencies [[`302bbb776cea1391c51c167127023d696a2dbab8`](https://github.com/livekit/components-js/commit/302bbb776cea1391c51c167127023d696a2dbab8)]: + - @livekit/components-react@2.6.2 + ## 0.0.61 ### Patch Changes diff --git a/tooling/docs-gen/package.json b/tooling/docs-gen/package.json index 9c2b472b9..ef4a1d960 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.61", + "version": "0.0.62", "description": "Generate component docs.", "license": "Apache 2.0", "author": "LiveKit",