From 0aee0cac9b1f078d238a581faec76e625a684e0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 09:55:38 +0200 Subject: [PATCH] Version Packages (#801) Co-authored-by: github-actions[bot] --- .changeset/chilly-yaks-tickle.md | 6 ------ .changeset/few-tigers-live.md | 6 ------ .changeset/orange-apricots-switch.md | 6 ------ .changeset/red-stingrays-relax.md | 6 ------ .changeset/sour-carrots-burn.md | 6 ------ CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- packages/javascript/CHANGELOG.md | 16 ++++++++++++++++ packages/javascript/package.json | 2 +- 9 files changed, 34 insertions(+), 32 deletions(-) delete mode 100644 .changeset/chilly-yaks-tickle.md delete mode 100644 .changeset/few-tigers-live.md delete mode 100644 .changeset/orange-apricots-switch.md delete mode 100644 .changeset/red-stingrays-relax.md delete mode 100644 .changeset/sour-carrots-burn.md diff --git a/.changeset/chilly-yaks-tickle.md b/.changeset/chilly-yaks-tickle.md deleted file mode 100644 index 8d01ffd0..00000000 --- a/.changeset/chilly-yaks-tickle.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Add generated flag to ChatMessage diff --git a/.changeset/few-tigers-live.md b/.changeset/few-tigers-live.md deleted file mode 100644 index 6cdfc46f..00000000 --- a/.changeset/few-tigers-live.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": minor -"github.com/livekit/protocol": minor ---- - -Update SIP protocol. Pass headers, project ID and hostname. diff --git a/.changeset/orange-apricots-switch.md b/.changeset/orange-apricots-switch.md deleted file mode 100644 index 92486719..00000000 --- a/.changeset/orange-apricots-switch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Add dedicated chat message definition diff --git a/.changeset/red-stingrays-relax.md b/.changeset/red-stingrays-relax.md deleted file mode 100644 index b6585b9a..00000000 --- a/.changeset/red-stingrays-relax.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@livekit/protocol": patch -"github.com/livekit/protocol": patch ---- - -Update @bufbuild/protobuf dependency diff --git a/.changeset/sour-carrots-burn.md b/.changeset/sour-carrots-burn.md deleted file mode 100644 index 0f793110..00000000 --- a/.changeset/sour-carrots-burn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github.com/livekit/protocol": patch -"@livekit/protocol": patch ---- - -Metrics server side timestamp diff --git a/CHANGELOG.md b/CHANGELOG.md index a728b224..df5f012b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # github.com/livekit/protocol +## 1.22.0 + +### Minor Changes + +- Update SIP protocol. Pass headers, project ID and hostname. - [#805](https://github.com/livekit/protocol/pull/805) ([@dennwc](https://github.com/dennwc)) + +### Patch Changes + +- Add generated flag to ChatMessage - [#813](https://github.com/livekit/protocol/pull/813) ([@lukasIO](https://github.com/lukasIO)) + +- Add dedicated chat message definition - [#785](https://github.com/livekit/protocol/pull/785) ([@lukasIO](https://github.com/lukasIO)) + +- Update @bufbuild/protobuf dependency - [#800](https://github.com/livekit/protocol/pull/800) ([@lukasIO](https://github.com/lukasIO)) + +- Metrics server side timestamp - [#806](https://github.com/livekit/protocol/pull/806) ([@boks1971](https://github.com/boks1971)) + ## 1.21.0 ### Minor Changes diff --git a/package.json b/package.json index ee8ec954..e64db7d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "github.com/livekit/protocol", "private": true, - "version": "1.21.0", + "version": "1.22.0", "scripts": { "changeset": "changeset", "ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish" diff --git a/packages/javascript/CHANGELOG.md b/packages/javascript/CHANGELOG.md index c1427df4..451dfd6f 100644 --- a/packages/javascript/CHANGELOG.md +++ b/packages/javascript/CHANGELOG.md @@ -1,5 +1,21 @@ # @livekit/protocol +## 1.22.0 + +### Minor Changes + +- Update SIP protocol. Pass headers, project ID and hostname. - [#805](https://github.com/livekit/protocol/pull/805) ([@dennwc](https://github.com/dennwc)) + +### Patch Changes + +- Add generated flag to ChatMessage - [#813](https://github.com/livekit/protocol/pull/813) ([@lukasIO](https://github.com/lukasIO)) + +- Add dedicated chat message definition - [#785](https://github.com/livekit/protocol/pull/785) ([@lukasIO](https://github.com/lukasIO)) + +- Update @bufbuild/protobuf dependency - [#800](https://github.com/livekit/protocol/pull/800) ([@lukasIO](https://github.com/lukasIO)) + +- Metrics server side timestamp - [#806](https://github.com/livekit/protocol/pull/806) ([@boks1971](https://github.com/boks1971)) + ## 1.21.0 ### Minor Changes diff --git a/packages/javascript/package.json b/packages/javascript/package.json index 19589948..3fc1c70a 100644 --- a/packages/javascript/package.json +++ b/packages/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@livekit/protocol", - "version": "1.21.0", + "version": "1.22.0", "description": "", "type": "module", "main": "src/index.js",