Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/lucky-squids-smell.md

This file was deleted.

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.8

### Patch Changes

- Updated dependencies []:
- @livekit/components-react@0.1.15

## 1.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions docs/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/component-docs-storybook",
"version": "1.0.7",
"version": "1.0.8",
"main": "index.js",
"private": true,
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"typescript": "^4.8.4"
},
"dependencies": {
"@livekit/components-react": "0.1.14",
"@livekit/components-react": "0.1.15",
"@livekit/components-styles": "0.1.6",
"livekit-client": "^1.6.2",
"react": "^18.2.0",
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.1.11

### Patch Changes

- Expose log method - [`f5984ef`](https://github.com/livekit/components-js/commit/f5984efa3a53eb9bcc389e644e0b91695f17a9d7) ([@lukasIO](https://github.com/lukasIO))

## 0.1.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.1.10",
"version": "0.1.11",
"publishConfig": {
"access": "public"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/components-react

## 0.1.15

### Patch Changes

- Updated dependencies [[`f5984ef`](https://github.com/livekit/components-js/commit/f5984efa3a53eb9bcc389e644e0b91695f17a9d7)]:
- @livekit/components-core@0.1.11

## 0.1.14

### 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.14",
"version": "0.1.15",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@floating-ui/react": "^0.15.1",
"@livekit/components-core": "0.1.10",
"@livekit/components-core": "0.1.11",
"clsx": "^1.2.1"
},
"peerDependencies": {
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.7

### Patch Changes

- Updated dependencies []:
- @livekit/components-react@0.1.15

## 0.0.6

### 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,6 +1,6 @@
{
"name": "@livekit/components-docs-gen",
"version": "0.0.6",
"version": "0.0.7",
"description": "Generate component docs.",
"keywords": [
"docs",
Expand Down Expand Up @@ -32,7 +32,7 @@
"gen:docs": "yarn build"
},
"dependencies": {
"@livekit/components-react": "0.1.14",
"@livekit/components-react": "0.1.15",
"eslint-config-custom": "^0.0.0",
"eslint-plugin-tsdoc": "^0.2.17",
"glob": "^8.0.0",
Expand Down
7 changes: 7 additions & 0 deletions tooling/props-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livekit/components-props-docs

## 0.0.7

### Patch Changes

- Updated dependencies []:
- @livekit/components-react@0.1.15

## 0.0.6

### 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,6 +1,6 @@
{
"name": "@livekit/components-props-docs",
"version": "0.0.6",
"version": "0.0.7",
"description": "Extracts prop types for documentation purposes",
"keywords": [
"docs",
Expand Down Expand Up @@ -33,7 +33,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@livekit/components-react": "0.1.14",
"@livekit/components-react": "0.1.15",
"glob": "^8.0.0",
"mkdirp": "^1.0.4",
"react-docgen-typescript": "^2.1.0",
Expand Down