diff --git a/.changeset/selfish-frogs-itch.md b/.changeset/selfish-frogs-itch.md deleted file mode 100644 index cfa12132..00000000 --- a/.changeset/selfish-frogs-itch.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@livepeer/react": patch -"@livepeer/core": patch -"@livepeer/core-react": patch -"@livepeer/core-web": patch ---- - -**Fix:** fixed no-op localstorage when the `storage` prop is null. diff --git a/packages/core-react/CHANGELOG.md b/packages/core-react/CHANGELOG.md index 6ab3281d..60250846 100644 --- a/packages/core-react/CHANGELOG.md +++ b/packages/core-react/CHANGELOG.md @@ -1,10 +1,19 @@ # @livepeer/core-react +## 3.1.10 + +### Patch Changes + +- [#511](https://github.com/livepeer/ui-kit/pull/511) [`5da507e`](https://github.com/livepeer/ui-kit/commit/5da507e9db8ea823fbb49dcc62eb43ac11e9ccee) Thanks [@0xcadams](https://github.com/0xcadams)! - **Fix:** fixed no-op localstorage when the `storage` prop is null. + +- Updated dependencies [[`5da507e`](https://github.com/livepeer/ui-kit/commit/5da507e9db8ea823fbb49dcc62eb43ac11e9ccee)]: + - @livepeer/core@3.1.10 + ## 3.1.9 ### Patch Changes -- [#505](https://github.com/livepeer/ui-kit/pull/505) [`0875372`](https://github.com/livepeer/ui-kit/commit/08753720d424dde1e7f1c335f67838f6ecee8e25) Thanks [@0xcadams](https://github.com/0xcadams)! - **Feature:** added `backoff` and `backoffMax` to the Player, which defines the time which the Player waits before attempting, as well as the cap for exponential backoff. +- [#505](https://github.com/livepeer/ui-kit/pull/505) [`0875372`](https://github.com/livepeer/ui-kit/commit/08753720d424dde1e7f1c335f67838f6ecee8e25) Thanks [@0xcadams](https://github.com/0xcadams)! - **Feature:** added `backoff` and `backoffMax` to the Player, which defines the time which the Player waits before attempting, as well as the cap for exponential backoff. ```tsx /** diff --git a/packages/core-react/package.json b/packages/core-react/package.json index 2ac1d7cb..6a1a3dd2 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.9", + "version": "3.1.10", "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.2.0", "react-dom": "^18.2.0" }, - "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 8d6be94e..67d5917c 100644 --- a/packages/core-web/CHANGELOG.md +++ b/packages/core-web/CHANGELOG.md @@ -1,5 +1,14 @@ # livepeer +## 4.1.10 + +### Patch Changes + +- [#511](https://github.com/livepeer/ui-kit/pull/511) [`5da507e`](https://github.com/livepeer/ui-kit/commit/5da507e9db8ea823fbb49dcc62eb43ac11e9ccee) Thanks [@0xcadams](https://github.com/0xcadams)! - **Fix:** fixed no-op localstorage when the `storage` prop is null. + +- Updated dependencies [[`5da507e`](https://github.com/livepeer/ui-kit/commit/5da507e9db8ea823fbb49dcc62eb43ac11e9ccee)]: + - @livepeer/core@3.1.10 + ## 4.1.9 ### Patch Changes diff --git a/packages/core-web/package.json b/packages/core-web/package.json index 8657db07..c23f1276 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.9", + "version": "4.1.10", "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.2", "zustand": "^4.5.0" }, - "keywords": ["livepeer", "video", "streaming", "livestream"] + "keywords": [ + "livepeer", + "video", + "streaming", + "livestream" + ] } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ac4effd1..900f647a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @livepeer/core +## 3.1.10 + +### Patch Changes + +- [#511](https://github.com/livepeer/ui-kit/pull/511) [`5da507e`](https://github.com/livepeer/ui-kit/commit/5da507e9db8ea823fbb49dcc62eb43ac11e9ccee) Thanks [@0xcadams](https://github.com/0xcadams)! - **Fix:** fixed no-op localstorage when the `storage` prop is null. + ## 3.1.9 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 05420c92..2eb6c39e 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.9", + "version": "3.1.10", "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.2.3" }, - "keywords": ["livepeer", "video", "streaming", "livestream"] + "keywords": [ + "livepeer", + "video", + "streaming", + "livestream" + ] } diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 8b9b72ed..e23b62fe 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,16 @@ # @livepeer/react +## 4.1.10 + +### Patch Changes + +- [#511](https://github.com/livepeer/ui-kit/pull/511) [`5da507e`](https://github.com/livepeer/ui-kit/commit/5da507e9db8ea823fbb49dcc62eb43ac11e9ccee) Thanks [@0xcadams](https://github.com/0xcadams)! - **Fix:** fixed no-op localstorage when the `storage` prop is null. + +- Updated dependencies [[`5da507e`](https://github.com/livepeer/ui-kit/commit/5da507e9db8ea823fbb49dcc62eb43ac11e9ccee)]: + - @livepeer/core@3.1.10 + - @livepeer/core-react@3.1.10 + - @livepeer/core-web@4.1.10 + ## 4.1.9 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 8d88bc96..1c44aa7d 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.9", + "version": "4.1.10", "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.2.0", "react-dom": "^18.2.0" }, - "keywords": ["livepeer", "react", "video", "streaming", "livestream"] + "keywords": [ + "livepeer", + "react", + "video", + "streaming", + "livestream" + ] }