Skip to content

Commit 697a444

Browse files
Version Packages (#393)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7801a49 commit 697a444

File tree

13 files changed

+22
-11
lines changed

13 files changed

+22
-11
lines changed

Diff for: .changeset/curvy-lobsters-draw.md

-5
This file was deleted.

Diff for: packages/livekit-rtc/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @livekit/rtc-node
22

3+
## 0.13.3
4+
5+
### Patch Changes
6+
7+
- Fix RPC invocation and room sid update - [#391](https://github.com/livekit/node-sdks/pull/391) ([@lukasIO](https://github.com/lukasIO))
8+
39
## 0.13.2
410

511
### Patch Changes

Diff for: packages/livekit-rtc/npm/darwin-arm64/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @livekit/rtc-node-darwin-arm64
22

3+
## 0.13.3
4+
35
## 0.13.2
46

57
## 0.13.1

Diff for: packages/livekit-rtc/npm/darwin-arm64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/rtc-node-darwin-arm64",
3-
"version": "0.13.2",
3+
"version": "0.13.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/livekit/node-sdks.git",

Diff for: packages/livekit-rtc/npm/darwin-x64/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @livekit/rtc-node-darwin-x64
22

3+
## 0.13.3
4+
35
## 0.13.2
46

57
## 0.13.1

Diff for: packages/livekit-rtc/npm/darwin-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@livekit/rtc-node-darwin-x64",
33
"author": "LiveKit",
4-
"version": "0.13.2",
4+
"version": "0.13.3",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/livekit/node-sdks.git",

Diff for: packages/livekit-rtc/npm/linux-arm64-gnu/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @livekit/rtc-node-linux-arm64-gnu
22

3+
## 0.13.3
4+
35
## 0.13.2
46

57
## 0.13.1

Diff for: packages/livekit-rtc/npm/linux-arm64-gnu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@livekit/rtc-node-linux-arm64-gnu",
33
"author": "LiveKit",
4-
"version": "0.13.2",
4+
"version": "0.13.3",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/livekit/node-sdks.git",

Diff for: packages/livekit-rtc/npm/linux-x64-gnu/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @livekit/rtc-node-linux-x64-gnu
22

3+
## 0.13.3
4+
35
## 0.13.2
46

57
## 0.13.1

Diff for: packages/livekit-rtc/npm/linux-x64-gnu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@livekit/rtc-node-linux-x64-gnu",
33
"author": "LiveKit",
4-
"version": "0.13.2",
4+
"version": "0.13.3",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/livekit/node-sdks.git",

Diff for: packages/livekit-rtc/npm/win32-x64-msvc/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @livekit/rtc-node-win32-x64-msvc
22

3+
## 0.13.3
4+
35
## 0.13.2
46

57
## 0.13.1

Diff for: packages/livekit-rtc/npm/win32-x64-msvc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@livekit/rtc-node-win32-x64-msvc",
33
"author": "LiveKit",
4-
"version": "0.13.2",
4+
"version": "0.13.3",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/livekit/node-sdks.git",

Diff for: packages/livekit-rtc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "LiveKit RTC Node",
44
"license": "Apache-2.0",
55
"author": "LiveKit",
6-
"version": "0.13.2",
6+
"version": "0.13.3",
77
"main": "dist/index.js",
88
"require": "dist/index.cjs",
99
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)