Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 1, 2023
1 parent 946d2b0 commit c1339c3
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 29 deletions.
7 changes: 0 additions & 7 deletions .changeset/many-swans-rest.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/orange-carpets-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-parrots-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-goats-compare.md

This file was deleted.

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

## 0.1.2

### Patch Changes

- Update PreJoin description and update docs. - [#682](https://github.com/livekit/components-js/pull/682) ([@Ocupe](https://github.com/Ocupe))

## 0.1.1

### 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.1",
"version": "0.1.2",
"description": "Automatically generated documentation pages for LiveKit Components JS. Intended to be consumed by the documentation page.",
"scripts": {
"yalc:publish": "yalc publish --private --push --replace",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @livekit/components-core

## 0.7.1

### Patch Changes

- Update PreJoin description and update docs. - [#682](https://github.com/livekit/components-js/pull/682) ([@Ocupe](https://github.com/Ocupe))

## 0.7.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/components-core",
"version": "0.7.0",
"version": "0.7.1",
"license": "Apache-2.0",
"author": "LiveKit",
"repository": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"livekit-client": "^1.12.0"
},
"devDependencies": {
"@livekit/components-styles": "~1.0.6",
"@livekit/components-styles": "~1.0.7",
"@microsoft/api-extractor": "^7.36.0",
"@size-limit/file": "^8.2.4",
"@size-limit/webpack": "^8.2.4",
Expand Down
15 changes: 15 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @livekit/components-react

## 1.3.1

### Patch Changes

- Update PreJoin description and update docs. - [#682](https://github.com/livekit/components-js/pull/682) ([@Ocupe](https://github.com/Ocupe))

- Fix chat messages are not scrollable. - [#662](https://github.com/livekit/components-js/pull/662) ([@Ocupe](https://github.com/Ocupe))

- Allow track placeholders to be pinned - [#666](https://github.com/livekit/components-js/pull/666) ([@lukasIO](https://github.com/lukasIO))

- Remove non-exposed orphaned icons `QualityUnknownIcon.tsx` and `UserSilhouetteIcon.tsx`. - [#647](https://github.com/livekit/components-js/pull/647) ([@hehehai](https://github.com/hehehai))

- Updated dependencies [[`946d2b06`](https://github.com/livekit/components-js/commit/946d2b06d78a5f8ab721a98fbebe6b16a2e98463)]:
- @livekit/components-core@0.7.1

## 1.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/components-react",
"version": "1.3.0",
"version": "1.3.1",
"license": "Apache-2.0",
"author": "LiveKit",
"repository": {
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"typings": "dist/index.d.ts",
"dependencies": {
"@livekit/components-core": "0.7.0",
"@livekit/components-core": "0.7.1",
"@react-hook/latest": "^1.0.3",
"clsx": "^2.0.0",
"usehooks-ts": "^2.9.1"
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.0.7

### Patch Changes

- Fix chat messages are not scrollable. - [#662](https://github.com/livekit/components-js/pull/662) ([@Ocupe](https://github.com/Ocupe))

## 1.0.6

### 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.0.6",
"version": "1.0.7",
"license": "Apache-2.0",
"author": "LiveKit",
"repository": {
Expand Down

0 comments on commit c1339c3

Please sign in to comment.