From 69e5a0fd024b1b0096565c908a88bc49d5edb38a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 23:30:10 +0000 Subject: [PATCH] chore: version packages (#554) * chore: version packages * ci: bump --------- Co-authored-by: github-actions[bot] Co-authored-by: Chase Adams --- .changeset/tall-oranges-crash.md | 8 ------- packages/core-react/CHANGELOG.md | 11 ++++++++- packages/core-react/package.json | 21 ++++++++++++---- packages/core-web/CHANGELOG.md | 9 +++++++ packages/core-web/package.json | 41 ++++++++++++++++++++++++-------- packages/core/CHANGELOG.md | 6 +++++ packages/core/package.json | 41 ++++++++++++++++++++++++-------- packages/react/CHANGELOG.md | 11 +++++++++ packages/react/package.json | 38 ++++++++++++++++++++++------- 9 files changed, 143 insertions(+), 43 deletions(-) delete mode 100644 .changeset/tall-oranges-crash.md diff --git a/.changeset/tall-oranges-crash.md b/.changeset/tall-oranges-crash.md deleted file mode 100644 index 418531c9..00000000 --- a/.changeset/tall-oranges-crash.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@livepeer/core": patch -"@livepeer/core-react": patch -"@livepeer/core-web": patch -"@livepeer/react": patch ---- - -**Fix:** fixes a bug where the metrics listener would not send logs in some situations after the player fell back to HLS playback. diff --git a/packages/core-react/CHANGELOG.md b/packages/core-react/CHANGELOG.md index b4234702..ed4fc2a8 100644 --- a/packages/core-react/CHANGELOG.md +++ b/packages/core-react/CHANGELOG.md @@ -1,10 +1,19 @@ # @livepeer/core-react +## 3.1.19 + +### Patch Changes + +- [#553](https://github.com/livepeer/ui-kit/pull/553) [`2018b09`](https://github.com/livepeer/ui-kit/commit/2018b0900f6f8eadd069ee0697ba166357ccd77d) Thanks [@0xcadams](https://github.com/0xcadams)! - **Fix:** fixes a bug where the metrics listener would not send logs in some situations after the player fell back to HLS playback. + +- Updated dependencies [[`2018b09`](https://github.com/livepeer/ui-kit/commit/2018b0900f6f8eadd069ee0697ba166357ccd77d)]: + - @livepeer/core@3.1.19 + ## 3.1.18 ### Patch Changes -- [#540](https://github.com/livepeer/ui-kit/pull/540) [`17fed82`](https://github.com/livepeer/ui-kit/commit/17fed8284b61ad94cc7eab34b4310ef2536f237f) Thanks [@0xcadams](https://github.com/0xcadams)! - **Fix:** resolved issue with WebRTC cleanup interfering with HLS.js playback when peer connection offer takes a long time to resolve. +- [#540](https://github.com/livepeer/ui-kit/pull/540) [`17fed82`](https://github.com/livepeer/ui-kit/commit/17fed8284b61ad94cc7eab34b4310ef2536f237f) Thanks [@0xcadams](https://github.com/0xcadams)! - **Fix:** resolved issue with WebRTC cleanup interfering with HLS.js playback when peer connection offer takes a long time to resolve. - [#540](https://github.com/livepeer/ui-kit/pull/540) [`17fed82`](https://github.com/livepeer/ui-kit/commit/17fed8284b61ad94cc7eab34b4310ef2536f237f) Thanks [@0xcadams](https://github.com/0xcadams)! - **Fix:** updated dependencies to latest versions. diff --git a/packages/core-react/package.json b/packages/core-react/package.json index b138fbab..36daeee0 100644 --- a/packages/core-react/package.json +++ b/packages/core-react/package.json @@ -2,7 +2,7 @@ "name": "@livepeer/core-react", "description": "Internal library used for livepeer react primitives.", "license": "MIT", - "version": "3.1.18", + "version": "3.1.19", "type": "module", "repository": { "type": "git", @@ -13,7 +13,9 @@ "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", - "files": ["dist"], + "files": [ + "dist" + ], "exports": { "./package.json": "./package.json", ".": { @@ -29,8 +31,12 @@ }, "typesVersions": { "*": { - "crypto": ["./dist/crypto/index.d.ts"], - "*": ["./dist/index.d.ts"] + "crypto": [ + "./dist/crypto/index.d.ts" + ], + "*": [ + "./dist/index.d.ts" + ] } }, "scripts": { @@ -55,5 +61,10 @@ "react": "^18.3.1", "react-dom": "^18.3.1" }, - "keywords": ["livepeer", "video", "streaming", "livestream"] + "keywords": [ + "livepeer", + "video", + "streaming", + "livestream" + ] } diff --git a/packages/core-web/CHANGELOG.md b/packages/core-web/CHANGELOG.md index b1dad15f..2d1059a6 100644 --- a/packages/core-web/CHANGELOG.md +++ b/packages/core-web/CHANGELOG.md @@ -1,5 +1,14 @@ # livepeer +## 4.1.19 + +### Patch Changes + +- [#553](https://github.com/livepeer/ui-kit/pull/553) [`2018b09`](https://github.com/livepeer/ui-kit/commit/2018b0900f6f8eadd069ee0697ba166357ccd77d) Thanks [@0xcadams](https://github.com/0xcadams)! - **Fix:** fixes a bug where the metrics listener would not send logs in some situations after the player fell back to HLS playback. + +- Updated dependencies [[`2018b09`](https://github.com/livepeer/ui-kit/commit/2018b0900f6f8eadd069ee0697ba166357ccd77d)]: + - @livepeer/core@3.1.19 + ## 4.1.18 ### Patch Changes diff --git a/packages/core-web/package.json b/packages/core-web/package.json index 3b57e315..c17d2a9d 100644 --- a/packages/core-web/package.json +++ b/packages/core-web/package.json @@ -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": "4.1.18", + "version": "4.1.19", "type": "module", "repository": { "type": "git", @@ -13,7 +13,9 @@ "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", - "files": ["dist"], + "files": [ + "dist" + ], "exports": { "./package.json": "./package.json", ".": { @@ -54,13 +56,27 @@ }, "typesVersions": { "*": { - "broadcast": ["./dist/broadcast/index.d.ts"], - "browser": ["./dist/browser/index.d.ts"], - "external": ["./dist/external/index.d.ts"], - "hls": ["./dist/hls/index.d.ts"], - "media": ["./dist/media/index.d.ts"], - "webrtc": ["./dist/webrtc/index.d.ts"], - "*": ["./dist/index.d.ts"] + "broadcast": [ + "./dist/broadcast/index.d.ts" + ], + "browser": [ + "./dist/browser/index.d.ts" + ], + "external": [ + "./dist/external/index.d.ts" + ], + "hls": [ + "./dist/hls/index.d.ts" + ], + "media": [ + "./dist/media/index.d.ts" + ], + "webrtc": [ + "./dist/webrtc/index.d.ts" + ], + "*": [ + "./dist/index.d.ts" + ] } }, "scripts": { @@ -74,5 +90,10 @@ "hls.js": "^1.5.8", "zustand": "^4.5.2" }, - "keywords": ["livepeer", "video", "streaming", "livestream"] + "keywords": [ + "livepeer", + "video", + "streaming", + "livestream" + ] } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5527f305..49c0946b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @livepeer/core +## 3.1.19 + +### Patch Changes + +- [#553](https://github.com/livepeer/ui-kit/pull/553) [`2018b09`](https://github.com/livepeer/ui-kit/commit/2018b0900f6f8eadd069ee0697ba166357ccd77d) Thanks [@0xcadams](https://github.com/0xcadams)! - **Fix:** fixes a bug where the metrics listener would not send logs in some situations after the player fell back to HLS playback. + ## 3.1.18 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 6818b3f5..f623e0d7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -3,7 +3,7 @@ "description": "Livepeer UI Kit's core vanilla JS library.", "license": "MIT", "type": "module", - "version": "3.1.18", + "version": "3.1.19", "repository": { "type": "git", "url": "https://github.com/livepeer/ui-kit.git", @@ -13,7 +13,9 @@ "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", - "files": ["dist"], + "files": [ + "dist" + ], "exports": { "./package.json": "./package.json", ".": { @@ -54,13 +56,27 @@ }, "typesVersions": { "*": { - "crypto": ["./dist/crypto/index.d.ts"], - "errors": ["./dist/errors/index.d.ts"], - "media": ["./dist/media/index.d.ts"], - "storage": ["./dist/storage/index.d.ts"], - "utils": ["./dist/utils/index.d.ts"], - "version": ["./dist/version/index.d.ts"], - "*": ["./dist/index.d.ts"] + "crypto": [ + "./dist/crypto/index.d.ts" + ], + "errors": [ + "./dist/errors/index.d.ts" + ], + "media": [ + "./dist/media/index.d.ts" + ], + "storage": [ + "./dist/storage/index.d.ts" + ], + "utils": [ + "./dist/utils/index.d.ts" + ], + "version": [ + "./dist/version/index.d.ts" + ], + "*": [ + "./dist/index.d.ts" + ] } }, "scripts": { @@ -76,5 +92,10 @@ "devDependencies": { "jose": "^5.3.0" }, - "keywords": ["livepeer", "video", "streaming", "livestream"] + "keywords": [ + "livepeer", + "video", + "streaming", + "livestream" + ] } diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index b035d38d..26dcf5ef 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,16 @@ # @livepeer/react +## 4.1.19 + +### Patch Changes + +- [#553](https://github.com/livepeer/ui-kit/pull/553) [`2018b09`](https://github.com/livepeer/ui-kit/commit/2018b0900f6f8eadd069ee0697ba166357ccd77d) Thanks [@0xcadams](https://github.com/0xcadams)! - **Fix:** fixes a bug where the metrics listener would not send logs in some situations after the player fell back to HLS playback. + +- Updated dependencies [[`2018b09`](https://github.com/livepeer/ui-kit/commit/2018b0900f6f8eadd069ee0697ba166357ccd77d)]: + - @livepeer/core@3.1.19 + - @livepeer/core-react@3.1.19 + - @livepeer/core-web@4.1.19 + ## 4.1.18 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 3b47084f..40c015f0 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -2,7 +2,7 @@ "name": "@livepeer/react", "description": "React primitives for video apps.", "license": "MIT", - "version": "4.1.18", + "version": "4.1.19", "type": "module", "repository": { "type": "git", @@ -13,7 +13,9 @@ "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", - "files": ["dist"], + "files": [ + "dist" + ], "exports": { "./package.json": "./package.json", ".": { @@ -49,12 +51,24 @@ }, "typesVersions": { "*": { - "assets": ["./dist/assets/index.d.ts"], - "broadcast": ["./dist/broadcast/index.d.ts"], - "crypto": ["./dist/crypto/index.d.ts"], - "external": ["./dist/external/index.d.ts"], - "player": ["./dist/player/index.d.ts"], - "*": ["./dist/index.d.ts"] + "assets": [ + "./dist/assets/index.d.ts" + ], + "broadcast": [ + "./dist/broadcast/index.d.ts" + ], + "crypto": [ + "./dist/crypto/index.d.ts" + ], + "external": [ + "./dist/external/index.d.ts" + ], + "player": [ + "./dist/player/index.d.ts" + ], + "*": [ + "./dist/index.d.ts" + ] } }, "scripts": { @@ -100,5 +114,11 @@ "react": "^18.3.1", "react-dom": "^18.3.1" }, - "keywords": ["livepeer", "react", "video", "streaming", "livestream"] + "keywords": [ + "livepeer", + "react", + "video", + "streaming", + "livestream" + ] }