Skip to content

Commit 952892c

Browse files
chore: version packages (#619)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6206942 commit 952892c

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

.changeset/sweet-walls-matter.md

Lines changed: 0 additions & 6 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.6
4+
5+
### Patch Changes
6+
7+
- [`6206942`](https://github.com/livepeer/ui-kit/commit/6206942668f5b7ae061733a2217aa60c69e4a263) Thanks [@junhyr](https://github.com/junhyr)! - Re-render controls when lastError changes
8+
39
## 5.2.5
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.5",
5+
"version": "5.2.6",
66
"type": "module",
77
"repository": {
88
"type": "git",

packages/react/CHANGELOG.md

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

3+
## 4.3.6
4+
5+
### Patch Changes
6+
7+
- [`6206942`](https://github.com/livepeer/ui-kit/commit/6206942668f5b7ae061733a2217aa60c69e4a263) Thanks [@junhyr](https://github.com/junhyr)! - Re-render controls when lastError changes
8+
9+
- Updated dependencies [[`6206942`](https://github.com/livepeer/ui-kit/commit/6206942668f5b7ae061733a2217aa60c69e4a263)]:
10+
- @livepeer/core-web@5.2.6
11+
312
## 4.3.5
413

514
### 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.5",
5+
"version": "4.3.6",
66
"type": "module",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)