Skip to content

Commit

Permalink
Version Packages (#333)
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 Nov 28, 2024
1 parent 5a5d298 commit 13a7d34
Show file tree
Hide file tree
Showing 20 changed files with 47 additions and 29 deletions.
6 changes: 0 additions & 6 deletions .changeset/brave-terms-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-comics-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-forks-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-turtles-leave.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/agent-dispatch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# agent-dispatch

## 0.0.4

### Patch Changes

- Updated dependencies [[`5a5d298cd9e617cd297a39b5c64a38797b5ca2bf`](https://github.com/livekit/node-sdks/commit/5a5d298cd9e617cd297a39b5c64a38797b5ca2bf), [`2aa5d0927868189a7c6d6e324ca40aaf37d06115`](https://github.com/livekit/node-sdks/commit/2aa5d0927868189a7c6d6e324ca40aaf37d06115), [`1e372ed2d015d9ac36a589f231b668d0f7a62bd6`](https://github.com/livekit/node-sdks/commit/1e372ed2d015d9ac36a589f231b668d0f7a62bd6)]:
- [email protected]

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/agent-dispatch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agent-dispatch",
"version": "0.0.3",
"version": "0.0.4",
"description": "An example demonstrating dispatching agents with an API call",
"private": "true",
"author": "LiveKit",
Expand Down
10 changes: 10 additions & 0 deletions packages/livekit-rtc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @livekit/rtc-node

## 0.12.0

### Minor Changes

- natively support CommonJS - [#334](https://github.com/livekit/node-sdks/pull/334) ([@nbsp](https://github.com/nbsp))

### Patch Changes

- chore(tsconfig): enable `noUncheckedIndexedAccess` - [#336](https://github.com/livekit/node-sdks/pull/336) ([@nbsp](https://github.com/nbsp))

## 0.11.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.12.0

## 0.11.1

## 0.11.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.11.1",
"version": "0.12.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.12.0

## 0.11.1

## 0.11.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.11.1",
"version": "0.12.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.12.0

## 0.11.1

## 0.11.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.11.1",
"version": "0.12.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.12.0

## 0.11.1

## 0.11.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.11.1",
"version": "0.12.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.12.0

## 0.11.1

## 0.11.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.11.1",
"version": "0.12.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.11.1",
"version": "0.12.0",
"main": "dist/index.js",
"require": "dist/index.cjs",
"types": "dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/livekit-server-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# livekit-server-sdk

## 2.9.0

### Minor Changes

- natively support CommonJS - [#334](https://github.com/livekit/node-sdks/pull/334) ([@nbsp](https://github.com/nbsp))

- SIP: Add missing params in CreateSIPParticipant - [#337](https://github.com/livekit/node-sdks/pull/337) ([@umarniz](https://github.com/umarniz))

### Patch Changes

- SIP: added headers options to SIP inbound and output create requests - [#332](https://github.com/livekit/node-sdks/pull/332) ([@s-hamdananwar](https://github.com/s-hamdananwar))

## 2.8.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.8.1",
"version": "2.9.0",
"description": "Server-side SDK for LiveKit",
"main": "dist/index.js",
"require": "dist/index.cjs",
Expand Down

0 comments on commit 13a7d34

Please sign in to comment.