Skip to content

Commit

Permalink
Version Packages (#903)
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 2292c95 commit c123c20
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-bananas-approve.md

This file was deleted.

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

## 1.29.1

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

## 1.29.1

### Patch Changes

- Actually downgrade TypeScript - [#902](https://github.com/livekit/protocol/pull/902) ([@lukasIO](https://github.com/lukasIO))

## 1.29.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.29.0",
"version": "1.29.1",
"description": "",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit c123c20

Please sign in to comment.