Skip to content

Commit

Permalink
Version Packages [email protected] (#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 Jul 23, 2024
1 parent 9f38740 commit b09fc3d
Show file tree
Hide file tree
Showing 20 changed files with 39 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-parents-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-lizards-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-schools-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-planets-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-cups-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-falcons-type.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/livekit-rtc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @livekit/rtc-node

## 0.6.0

### Minor Changes

- Update rust-sdk dependency to latest - [#239](https://github.com/livekit/node-sdks/pull/239) ([@lukasIO](https://github.com/lukasIO))

### Patch Changes

- Add publishDtmf method on local participant - [#239](https://github.com/livekit/node-sdks/pull/239) ([@lukasIO](https://github.com/lukasIO))

- doc: add warning about buffer.slice - [#232](https://github.com/livekit/node-sdks/pull/232) ([@nbsp](https://github.com/nbsp))

- Add support for setting and listening to participant attribute changes - [#239](https://github.com/livekit/node-sdks/pull/239) ([@lukasIO](https://github.com/lukasIO))

- Add enableQueue argument to AudioSource constructor - [#239](https://github.com/livekit/node-sdks/pull/239) ([@lukasIO](https://github.com/lukasIO))

## 0.5.1

### Patch Changes
Expand Down
2 changes: 2 additions & 0 deletions packages/livekit-rtc/npm/darwin-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @livekit/rtc-node-darwin-arm64

## 0.6.0

## 0.5.1

## 0.5.0
Expand Down
2 changes: 1 addition & 1 deletion packages/livekit-rtc/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/rtc-node-darwin-arm64",
"version": "0.5.1",
"version": "0.6.0",
"repository": {
"type": "git",
"url": "https://github.com/livekit/node-sdks.git",
Expand Down
2 changes: 2 additions & 0 deletions packages/livekit-rtc/npm/darwin-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @livekit/rtc-node-darwin-x64

## 0.6.0

## 0.5.1

## 0.5.0
Expand Down
2 changes: 1 addition & 1 deletion packages/livekit-rtc/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@livekit/rtc-node-darwin-x64",
"author": "LiveKit",
"version": "0.5.1",
"version": "0.6.0",
"repository": {
"type": "git",
"url": "https://github.com/livekit/node-sdks.git",
Expand Down
2 changes: 2 additions & 0 deletions packages/livekit-rtc/npm/linux-arm64-gnu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @livekit/rtc-node-linux-arm64-gnu

## 0.6.0

## 0.5.1

## 0.5.0
Expand Down
2 changes: 1 addition & 1 deletion packages/livekit-rtc/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@livekit/rtc-node-linux-arm64-gnu",
"author": "LiveKit",
"version": "0.5.1",
"version": "0.6.0",
"repository": {
"type": "git",
"url": "https://github.com/livekit/node-sdks.git",
Expand Down
2 changes: 2 additions & 0 deletions packages/livekit-rtc/npm/linux-x64-gnu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @livekit/rtc-node-linux-x64-gnu

## 0.6.0

## 0.5.1

## 0.5.0
Expand Down
2 changes: 1 addition & 1 deletion packages/livekit-rtc/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@livekit/rtc-node-linux-x64-gnu",
"author": "LiveKit",
"version": "0.5.1",
"version": "0.6.0",
"repository": {
"type": "git",
"url": "https://github.com/livekit/node-sdks.git",
Expand Down
2 changes: 2 additions & 0 deletions packages/livekit-rtc/npm/win32-x64-msvc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @livekit/rtc-node-win32-x64-msvc

## 0.6.0

## 0.5.1

## 0.5.0
Expand Down
2 changes: 1 addition & 1 deletion packages/livekit-rtc/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@livekit/rtc-node-win32-x64-msvc",
"author": "LiveKit",
"version": "0.5.1",
"version": "0.6.0",
"repository": {
"type": "git",
"url": "https://github.com/livekit/node-sdks.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/livekit-rtc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "LiveKit RTC Node",
"license": "Apache-2.0",
"author": "LiveKit",
"version": "0.5.1",
"version": "0.6.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/livekit-server-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livekit-server-sdk

## 2.6.0

### Minor Changes

- Added ability to update Participant attributes - [#242](https://github.com/livekit/node-sdks/pull/242) ([@lukasIO](https://github.com/lukasIO))

## 2.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/livekit-server-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "livekit-server-sdk",
"version": "2.5.1",
"version": "2.6.0",
"description": "Server-side SDK for LiveKit",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b09fc3d

Please sign in to comment.