Skip to content

Commit 5dadfc8

Browse files
chore: version packages (#614)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9a76097 commit 5dadfc8

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/seven-hotels-bathe.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/core-web/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# livepeer
22

3+
## 5.2.5
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 5.2.4
410

511
### Patch Changes

packages/core-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@livepeer/core-web",
33
"description": "Livepeer UI Kit's core web library, for adding reactive stores to video elements.",
44
"license": "MIT",
5-
"version": "5.2.4",
5+
"version": "5.2.5",
66
"type": "module",
77
"repository": {
88
"type": "git",

packages/react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @livepeer/react
22

3+
## 4.3.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9a76097`](https://github.com/livepeer/ui-kit/commit/9a76097fba3e8856586dee0b676a3ecdca62e2f2)]:
8+
- @livepeer/core-web@5.2.5
9+
310
## 4.3.4
411

512
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@livepeer/react",
33
"description": "React primitives for video apps.",
44
"license": "MIT",
5-
"version": "4.3.4",
5+
"version": "4.3.5",
66
"type": "module",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)