Skip to content

Commit

Permalink
Version Packages (#1049)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 3, 2025
1 parent 146272c commit 9f71b4d
Show file tree
Hide file tree
Showing 17 changed files with 63 additions and 25 deletions.
7 changes: 0 additions & 7 deletions .changeset/brown-taxis-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-masks-doubt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wise-ghosts-talk.md

This file was deleted.

7 changes: 7 additions & 0 deletions docs/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/components-js-docs

## 0.1.49

### Patch Changes

- Updated dependencies [[`146272c1654c4b9dc86996ff85804a8ee4a0780c`](https://github.com/livekit/components-js/commit/146272c1654c4b9dc86996ff85804a8ee4a0780c), [`207ce97417e207fab6fa37f7680b8b7edf91f9e7`](https://github.com/livekit/components-js/commit/207ce97417e207fab6fa37f7680b8b7edf91f9e7), [`ebe78fb658cd6c8b76eedf0465c51b03aa00b305`](https://github.com/livekit/components-js/commit/ebe78fb658cd6c8b76eedf0465c51b03aa00b305)]:
- @livekit/components-react@2.6.11

## 0.1.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/components-js-docs",
"version": "0.1.48",
"version": "0.1.49",
"description": "Automatically generated documentation pages for LiveKit Components JS. Intended to be consumed by the documentation page.",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions docs/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/component-docs-storybook

## 1.0.76

### Patch Changes

- Updated dependencies [[`146272c1654c4b9dc86996ff85804a8ee4a0780c`](https://github.com/livekit/components-js/commit/146272c1654c4b9dc86996ff85804a8ee4a0780c), [`207ce97417e207fab6fa37f7680b8b7edf91f9e7`](https://github.com/livekit/components-js/commit/207ce97417e207fab6fa37f7680b8b7edf91f9e7), [`ebe78fb658cd6c8b76eedf0465c51b03aa00b305`](https://github.com/livekit/components-js/commit/ebe78fb658cd6c8b76eedf0465c51b03aa00b305)]:
- @livekit/components-react@2.6.11

## 1.0.75

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@livekit/component-docs-storybook",
"version": "1.0.75",
"version": "1.0.76",
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/component-example-next

## 0.2.49

### Patch Changes

- Updated dependencies [[`146272c1654c4b9dc86996ff85804a8ee4a0780c`](https://github.com/livekit/components-js/commit/146272c1654c4b9dc86996ff85804a8ee4a0780c), [`207ce97417e207fab6fa37f7680b8b7edf91f9e7`](https://github.com/livekit/components-js/commit/207ce97417e207fab6fa37f7680b8b7edf91f9e7), [`ebe78fb658cd6c8b76eedf0465c51b03aa00b305`](https://github.com/livekit/components-js/commit/ebe78fb658cd6c8b76eedf0465c51b03aa00b305)]:
- @livekit/components-react@2.6.11

## 0.2.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/component-example-next",
"version": "0.2.48",
"version": "0.2.49",
"private": true,
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @livekit/components-core

## 0.11.11

### Patch Changes

- Include useKrispNoiseFilter in generated docs - [#1055](https://github.com/livekit/components-js/pull/1055) ([@bcherry](https://github.com/bcherry))

- use JS SDK's isLocal check - [#1050](https://github.com/livekit/components-js/pull/1050) ([@davidzhao](https://github.com/davidzhao))

## 0.11.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/components-core",
"version": "0.11.10",
"version": "0.11.11",
"license": "Apache-2.0",
"author": "LiveKit",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @livekit/components-react

## 2.6.11

### Patch Changes

- Include useKrispNoiseFilter in generated docs - [#1055](https://github.com/livekit/components-js/pull/1055) ([@bcherry](https://github.com/bcherry))

- Use shared logger for krisp hook - [#1044](https://github.com/livekit/components-js/pull/1044) ([@bcherry](https://github.com/bcherry))

- use JS SDK's isLocal check - [#1050](https://github.com/livekit/components-js/pull/1050) ([@davidzhao](https://github.com/davidzhao))

- Updated dependencies [[`146272c1654c4b9dc86996ff85804a8ee4a0780c`](https://github.com/livekit/components-js/commit/146272c1654c4b9dc86996ff85804a8ee4a0780c), [`ebe78fb658cd6c8b76eedf0465c51b03aa00b305`](https://github.com/livekit/components-js/commit/ebe78fb658cd6c8b76eedf0465c51b03aa00b305)]:
- @livekit/components-core@0.11.11

## 2.6.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/components-react",
"version": "2.6.10",
"version": "2.6.11",
"license": "Apache-2.0",
"author": "LiveKit",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions tooling/api-documenter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @livekit/api-documenter

## 7.22.22

### Patch Changes

- Include useKrispNoiseFilter in generated docs - [#1055](https://github.com/livekit/components-js/pull/1055) ([@bcherry](https://github.com/bcherry))

## 7.22.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tooling/api-documenter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/api-documenter",
"version": "7.22.21",
"version": "7.22.22",
"description": "Read JSON files from api-extractor, generate documentation pages",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions tooling/docs-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @livekit/components-docs-gen

## 0.0.71

### Patch Changes

- Updated dependencies [[`146272c1654c4b9dc86996ff85804a8ee4a0780c`](https://github.com/livekit/components-js/commit/146272c1654c4b9dc86996ff85804a8ee4a0780c), [`207ce97417e207fab6fa37f7680b8b7edf91f9e7`](https://github.com/livekit/components-js/commit/207ce97417e207fab6fa37f7680b8b7edf91f9e7), [`ebe78fb658cd6c8b76eedf0465c51b03aa00b305`](https://github.com/livekit/components-js/commit/ebe78fb658cd6c8b76eedf0465c51b03aa00b305)]:
- @livekit/components-react@2.6.11
- @livekit/api-documenter@7.22.22

## 0.0.70

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tooling/docs-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@livekit/components-docs-gen",
"version": "0.0.70",
"version": "0.0.71",
"description": "Generate component docs.",
"license": "Apache 2.0",
"author": "LiveKit",
Expand Down

0 comments on commit 9f71b4d

Please sign in to comment.