Skip to content

Commit

Permalink
Version Packages (#228)
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 d32f689 commit 9b88fd5
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/lazy-pants-sip.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.9

### Patch Changes

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

## 1.0.8

### 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.8",
"version": "1.0.9",
"main": "index.js",
"private": true,
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"typescript": "^4.8.4"
},
"dependencies": {
"@livekit/components-react": "0.1.15",
"@livekit/components-react": "0.1.16",
"@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.12

### Patch Changes

- Fix logger export - [`5977a9c`](https://github.com/livekit/components-js/commit/5977a9c881c7b520bad0209cbe9e3182d3a1ffbe) ([@lukasIO](https://github.com/lukasIO))

## 0.1.11

### 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.11",
"version": "0.1.12",
"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.16

### Patch Changes

- Updated dependencies [[`5977a9c`](https://github.com/livekit/components-js/commit/5977a9c881c7b520bad0209cbe9e3182d3a1ffbe)]:
- @livekit/components-core@0.1.12

## 0.1.15

### 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.15",
"version": "0.1.16",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@floating-ui/react": "^0.15.1",
"@livekit/components-core": "0.1.11",
"@livekit/components-core": "0.1.12",
"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.8

### Patch Changes

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

## 0.0.7

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

### Patch Changes

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

## 0.0.7

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

0 comments on commit 9b88fd5

Please sign in to comment.