Skip to content

Commit

Permalink
Version Packages (#636)
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 Mar 8, 2024
1 parent bf6b141 commit 0ea9ef1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-phones-sniff.md

This file was deleted.

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

## 1.10.2
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.10.1",
"version": "1.10.2",
"scripts": {
"changeset": "changeset",
"ci:publish": "pnpm --filter @livekit/protocol run build && changeset publish"
Expand Down
7 changes: 7 additions & 0 deletions packages/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @livekit/protocol

## 1.10.2

### Patch Changes

- Fix import paths - [#635](https://github.com/livekit/protocol/pull/635) ([@lukasIO](https://github.com/lukasIO))
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.10.1",
"version": "1.10.2",
"description": "",
"type": "module",
"main": "src/index.js",
Expand Down

0 comments on commit 0ea9ef1

Please sign in to comment.