Skip to content

Commit

Permalink
Version Packages (#251)
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 20, 2023
1 parent 3d4abaa commit 0e7bdf0
Show file tree
Hide file tree
Showing 18 changed files with 84 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-countries-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-schools-draw.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/perfect-grapes-travel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/yellow-ligers-mate.md

This file was deleted.

10 changes: 10 additions & 0 deletions docs/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @livekit/component-docs-storybook

## 1.0.14

### Patch Changes

- Update dependencies - [#253](https://github.com/livekit/components-js/pull/253) ([@lukasIO](https://github.com/lukasIO))

- Updated dependencies [[`3d4abaa`](https://github.com/livekit/components-js/commit/3d4abaa968a4afaaceb015125c6dc3ac8b963d94), [`ecdbece`](https://github.com/livekit/components-js/commit/ecdbece0386ccbdb50be5d4620830cd059f55606), [`bcd4fdb`](https://github.com/livekit/components-js/commit/bcd4fdb886d48018309dacd4ea8e1e554b758aaa), [`1a7a098`](https://github.com/livekit/components-js/commit/1a7a09863df1fa79b15cfa1716213c3d2da0ac0d)]:
- @livekit/components-styles@0.1.10
- @livekit/components-react@0.2.0

## 1.0.13

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.13",
"version": "1.0.14",
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
Expand All @@ -11,8 +11,8 @@
"tsx:check": "tsc --noEmit"
},
"dependencies": {
"@livekit/components-react": "~0.1.20",
"@livekit/components-styles": "~0.1.9",
"@livekit/components-react": "~0.2.0",
"@livekit/components-styles": "~0.1.10",
"livekit-client": "^1.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
10 changes: 10 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @livekit/component-example-next

## 0.1.17

### Patch Changes

- Update dependencies - [#253](https://github.com/livekit/components-js/pull/253) ([@lukasIO](https://github.com/lukasIO))

- Updated dependencies [[`3d4abaa`](https://github.com/livekit/components-js/commit/3d4abaa968a4afaaceb015125c6dc3ac8b963d94), [`ecdbece`](https://github.com/livekit/components-js/commit/ecdbece0386ccbdb50be5d4620830cd059f55606), [`bcd4fdb`](https://github.com/livekit/components-js/commit/bcd4fdb886d48018309dacd4ea8e1e554b758aaa), [`1a7a098`](https://github.com/livekit/components-js/commit/1a7a09863df1fa79b15cfa1716213c3d2da0ac0d)]:
- @livekit/components-styles@0.1.10
- @livekit/components-react@0.2.0

## 0.1.16

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.1.16",
"version": "0.1.17",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@livekit/components-react": "~0.1.20",
"@livekit/components-styles": "~0.1.9",
"@livekit/components-react": "~0.2.0",
"@livekit/components-styles": "~0.1.10",
"livekit-client": "^1.6.2",
"livekit-server-sdk": "^1.0.3",
"next": "^12.2.4",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @livekit/components-core

## 0.2.0

### Minor Changes

- add formatter for chat messages - [#247](https://github.com/livekit/components-js/pull/247) ([@paulwe](https://github.com/paulwe))

### Patch Changes

- Update dependencies - [#253](https://github.com/livekit/components-js/pull/253) ([@lukasIO](https://github.com/lukasIO))

## 0.1.13

### Patch 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.1.13",
"version": "0.2.0",
"license": "Apache-2.0",
"author": "LiveKit",
"exports": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"livekit-client": "^1.6.2"
},
"devDependencies": {
"@livekit/components-styles": "~0.1.9",
"@livekit/components-styles": "~0.1.10",
"eslint-config-lk-custom": "^0.1.1",
"livekit-client": "^1.6.2",
"tsup": "^6.5.0",
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

## 0.2.0

### Minor Changes

- add formatter for chat messages - [#247](https://github.com/livekit/components-js/pull/247) ([@paulwe](https://github.com/paulwe))

### Patch Changes

- Fix: Only disconnect on onmount or if room changes - [#250](https://github.com/livekit/components-js/pull/250) ([@lukasIO](https://github.com/lukasIO))

- Update dependencies - [#253](https://github.com/livekit/components-js/pull/253) ([@lukasIO](https://github.com/lukasIO))

- Updated dependencies [[`bcd4fdb`](https://github.com/livekit/components-js/commit/bcd4fdb886d48018309dacd4ea8e1e554b758aaa), [`1a7a098`](https://github.com/livekit/components-js/commit/1a7a09863df1fa79b15cfa1716213c3d2da0ac0d)]:
- @livekit/components-core@0.2.0

## 0.1.20

### Patch 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": "0.1.20",
"version": "0.2.0",
"license": "Apache-2.0",
"author": "LiveKit",
"exports": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"typings": "dist/index.d.ts",
"dependencies": {
"@floating-ui/react": "^0.15.1",
"@livekit/components-core": "0.1.13",
"@livekit/components-core": "0.2.0",
"@react-hook/resize-observer": "^1.2.6",
"clsx": "^1.2.1",
"email-regex": "^5.0.0",
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

## 0.1.10

### Patch Changes

- Fix: break long words in a chat message - [#252](https://github.com/livekit/components-js/pull/252) ([@Ocupe](https://github.com/Ocupe))

## 0.1.9

### 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": "0.1.9",
"version": "0.1.10",
"license": "Apache-2.0",
"author": "LiveKit",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions tooling/docs-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @livekit/components-docs-gen

## 0.0.13

### Patch Changes

- Update dependencies - [#253](https://github.com/livekit/components-js/pull/253) ([@lukasIO](https://github.com/lukasIO))

- Updated dependencies [[`ecdbece`](https://github.com/livekit/components-js/commit/ecdbece0386ccbdb50be5d4620830cd059f55606), [`bcd4fdb`](https://github.com/livekit/components-js/commit/bcd4fdb886d48018309dacd4ea8e1e554b758aaa), [`1a7a098`](https://github.com/livekit/components-js/commit/1a7a09863df1fa79b15cfa1716213c3d2da0ac0d)]:
- @livekit/components-react@0.2.0

## 0.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.12",
"version": "0.0.13",
"description": "Generate component docs.",
"license": "Apache 2.0",
"author": "LiveKit",
Expand All @@ -25,7 +25,7 @@
},
"sideEffects": false,
"dependencies": {
"@livekit/components-react": "~0.1.20",
"@livekit/components-react": "~0.2.0",
"eslint-config-lk-custom": "*",
"eslint-plugin-tsdoc": "^0.2.17",
"glob": "^8.0.0",
Expand Down
9 changes: 9 additions & 0 deletions tooling/props-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @livekit/components-props-docs

## 0.0.13

### Patch Changes

- Update dependencies - [#253](https://github.com/livekit/components-js/pull/253) ([@lukasIO](https://github.com/lukasIO))

- Updated dependencies [[`ecdbece`](https://github.com/livekit/components-js/commit/ecdbece0386ccbdb50be5d4620830cd059f55606), [`bcd4fdb`](https://github.com/livekit/components-js/commit/bcd4fdb886d48018309dacd4ea8e1e554b758aaa), [`1a7a098`](https://github.com/livekit/components-js/commit/1a7a09863df1fa79b15cfa1716213c3d2da0ac0d)]:
- @livekit/components-react@0.2.0

## 0.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions tooling/props-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@livekit/components-props-docs",
"version": "0.0.12",
"version": "0.0.13",
"description": "Extracts prop types for documentation purposes",
"license": "Apache-2.0",
"author": "LiveKit",
Expand All @@ -26,7 +26,7 @@
"sideEffects": false,
"types": "dist/index.d.ts",
"dependencies": {
"@livekit/components-react": "~0.1.20",
"@livekit/components-react": "~0.2.0",
"glob": "^8.0.0",
"mkdirp": "^1.0.4",
"react-docgen-typescript": "^2.1.0",
Expand Down

0 comments on commit 0e7bdf0

Please sign in to comment.