Skip to content

Commit

Permalink
Version Packages (#984)
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 Sep 29, 2024
1 parent 11bdec8 commit 929a4fb
Show file tree
Hide file tree
Showing 18 changed files with 62 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-rivers-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-cheetahs-tickle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rotten-bikes-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-tips-shout.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.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
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.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",
Expand Down
8 changes: 8 additions & 0 deletions docs/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.64",
"version": "1.0.65",
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.37",
"version": "0.2.38",
"private": true,
"scripts": {
"dev": "next dev",
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.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
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.5",
"version": "0.11.6",
"license": "Apache-2.0",
"author": "LiveKit",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.0",
"version": "2.6.1",
"license": "Apache-2.0",
"author": "LiveKit",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/components-styles",
"version": "1.1.2",
"version": "1.1.3",
"license": "Apache-2.0",
"author": "LiveKit",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions tooling/docs-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.60",
"version": "0.0.61",
"description": "Generate component docs.",
"license": "Apache 2.0",
"author": "LiveKit",
Expand Down

0 comments on commit 929a4fb

Please sign in to comment.