Skip to content

Commit 3d3b024

Browse files
chore: version packages (#606)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5a8f2d5 commit 3d3b024

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/three-mammals-work.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.2
4+
5+
### Patch Changes
6+
7+
- [#605](https://github.com/livepeer/ui-kit/pull/605) [`5a8f2d5`](https://github.com/livepeer/ui-kit/commit/5a8f2d50aba063a877ae891a6d198a07b13a2e51) Thanks [@junhyoung-ryu](https://github.com/junhyoung-ryu)! - Attach canvas to the DOM for mirrored streams
8+
39
## 5.2.1
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.1",
5+
"version": "5.2.2",
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.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5a8f2d5`](https://github.com/livepeer/ui-kit/commit/5a8f2d50aba063a877ae891a6d198a07b13a2e51)]:
8+
- @livepeer/core-web@5.2.2
9+
310
## 4.3.1
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.1",
5+
"version": "4.3.2",
66
"type": "module",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)