Skip to content

Commit

Permalink
Version Packages (#817)
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 Sep 24, 2024
1 parent 12ec4d2 commit a601adc
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-birds-walk.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gentle-candles-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-rats-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-berries-admire.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thirty-forks-sleep.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# github.com/livekit/protocol

## 1.23.0

### Patch Changes

- Add protocols for client metrics - [#821](https://github.com/livekit/protocol/pull/821) ([@davidliu](https://github.com/davidliu))

- Add other_sdks field to ClientInfo - [#804](https://github.com/livekit/protocol/pull/804) ([@bcherry](https://github.com/bcherry))

## 1.22.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "github.com/livekit/protocol",
"private": true,
"version": "1.22.0",
"version": "1.23.0",
"scripts": {
"changeset": "changeset",
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"
Expand Down
16 changes: 16 additions & 0 deletions packages/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @livekit/protocol

## 1.23.0

### Minor Changes

- Add RPC types - [#814](https://github.com/livekit/protocol/pull/814) ([@bcherry](https://github.com/bcherry))

- Add TransferParticipant to sip and sip internal services - [#816](https://github.com/livekit/protocol/pull/816) ([@biglittlebigben](https://github.com/biglittlebigben))

### Patch Changes

- Add protocols for client metrics - [#821](https://github.com/livekit/protocol/pull/821) ([@davidliu](https://github.com/davidliu))

- Implement Validate on TransferSIPParticipantRequest - [#818](https://github.com/livekit/protocol/pull/818) ([@biglittlebigben](https://github.com/biglittlebigben))

- Add other_sdks field to ClientInfo - [#804](https://github.com/livekit/protocol/pull/804) ([@bcherry](https://github.com/bcherry))

## 1.22.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/protocol",
"version": "1.22.0",
"version": "1.23.0",
"description": "",
"type": "module",
"main": "src/index.js",
Expand Down

0 comments on commit a601adc

Please sign in to comment.