Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/seven-hotels-bathe.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# livepeer

## 5.2.5

### Patch Changes

- [#613](https://github.com/livepeer/ui-kit/pull/613) [`9a76097`](https://github.com/livepeer/ui-kit/commit/9a76097fba3e8856586dee0b676a3ecdca62e2f2) Thanks [@junhyoung-ryu](https://github.com/junhyoung-ryu)! - improve redirect URL caching for WebRTC offers

## 5.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@livepeer/core-web",
"description": "Livepeer UI Kit's core web library, for adding reactive stores to video elements.",
"license": "MIT",
"version": "5.2.4",
"version": "5.2.5",
"type": "module",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @livepeer/react

## 4.3.5

### Patch Changes

- Updated dependencies [[`9a76097`](https://github.com/livepeer/ui-kit/commit/9a76097fba3e8856586dee0b676a3ecdca62e2f2)]:
- @livepeer/[email protected]

## 4.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@livepeer/react",
"description": "React primitives for video apps.",
"license": "MIT",
"version": "4.3.4",
"version": "4.3.5",
"type": "module",
"repository": {
"type": "git",
Expand Down