Skip to content

Commit

Permalink
Version Packages (#233)
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 18, 2023
1 parent ce026b9 commit 7fc9314
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/serious-clocks-add.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/yellow-timers-deny.md

This file was deleted.

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

### Patch Changes

- Updated dependencies [[`ce026b9`](https://github.com/livekit/components-js/commit/ce026b96b7c9fbfd0c0f1b24c763a35f0f311240), [`ce026b9`](https://github.com/livekit/components-js/commit/ce026b96b7c9fbfd0c0f1b24c763a35f0f311240)]:
- @livekit/components-react@0.1.18
- @livekit/components-styles@0.1.8

## 1.0.10

### 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,6 +1,6 @@
{
"name": "@livekit/component-docs-storybook",
"version": "1.0.10",
"version": "1.0.11",
"main": "index.js",
"private": true,
"license": "MIT",
Expand All @@ -19,8 +19,8 @@
"typescript": "^4.8.4"
},
"dependencies": {
"@livekit/components-react": "0.1.17",
"@livekit/components-styles": "0.1.7",
"@livekit/components-react": "0.1.18",
"@livekit/components-styles": "0.1.8",
"livekit-client": "^1.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"author": "LiveKit",
"devDependencies": {
"@livekit/components-styles": "0.1.7",
"@livekit/components-styles": "0.1.8",
"eslint-config-lk-custom": "0.1.0",
"tsup": "^6.5.0",
"typescript": "^4.7.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @livekit/components-react

## 0.1.18

### Patch Changes

- Fix mic dropdown on prejoin page - [#231](https://github.com/livekit/components-js/pull/231) ([@lukasIO](https://github.com/lukasIO))

- Fix prejoin bugs - [#231](https://github.com/livekit/components-js/pull/231) ([@lukasIO](https://github.com/lukasIO))

## 0.1.17

### 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": "0.1.17",
"version": "0.1.18",
"publishConfig": {
"access": "public"
},
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.8

### Patch Changes

- Fix prejoin bugs - [#231](https://github.com/livekit/components-js/pull/231) ([@lukasIO](https://github.com/lukasIO))

## 0.1.7

### 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.7",
"version": "0.1.8",
"author": "LiveKit",
"license": "MIT",
"main": "dist/styles.css",
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.10

### Patch Changes

- Updated dependencies [[`ce026b9`](https://github.com/livekit/components-js/commit/ce026b96b7c9fbfd0c0f1b24c763a35f0f311240), [`ce026b9`](https://github.com/livekit/components-js/commit/ce026b96b7c9fbfd0c0f1b24c763a35f0f311240)]:
- @livekit/components-react@0.1.18

## 0.0.9

### 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.9",
"version": "0.0.10",
"description": "Generate component docs.",
"keywords": [
"docs",
Expand Down Expand Up @@ -32,7 +32,7 @@
"gen:docs": "yarn build"
},
"dependencies": {
"@livekit/components-react": "0.1.17",
"@livekit/components-react": "0.1.18",
"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.10

### Patch Changes

- Updated dependencies [[`ce026b9`](https://github.com/livekit/components-js/commit/ce026b96b7c9fbfd0c0f1b24c763a35f0f311240), [`ce026b9`](https://github.com/livekit/components-js/commit/ce026b96b7c9fbfd0c0f1b24c763a35f0f311240)]:
- @livekit/components-react@0.1.18

## 0.0.9

### 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.9",
"version": "0.0.10",
"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.17",
"@livekit/components-react": "0.1.18",
"glob": "^8.0.0",
"mkdirp": "^1.0.4",
"react-docgen-typescript": "^2.1.0",
Expand Down

0 comments on commit 7fc9314

Please sign in to comment.